Mercurial > emacs
changeset 10463:4f1637fdc916
Don't include sys/param.h.
(MAXPATHLEN): Definition deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Jan 1995 23:23:58 +0000 |
parents | 8a21a21c3163 |
children | 765fe4b8deaf |
files | src/xrdb.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xrdb.c Wed Jan 18 23:07:22 1995 +0000 +++ b/src/xrdb.c Wed Jan 18 23:23:58 1995 +0000 @@ -34,10 +34,6 @@ #endif /* 1 */ -/* This should be included before the X include files; otherwise, we get - warnings about redefining NULL under BSD 4.3. */ -#include <sys/param.h> - #include <X11/Xlib.h> #include <X11/Xatom.h> #if 0 @@ -53,10 +49,6 @@ #endif #include <sys/stat.h> -#ifndef MAXPATHLEN -#define MAXPATHLEN 256 -#endif - #if !defined(S_ISDIR) && defined(S_IFDIR) #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif