summaryrefslogtreecommitdiff
path: root/src/xrdb.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-01-18 23:23:58 +0000
committerRichard M. Stallman <rms@gnu.org>1995-01-18 23:23:58 +0000
commitcbbaddcab9ec8a7424a0e9fa80500572e4987f16 (patch)
tree65bf0bc90e41a2c571722db9a35ee575761f3c9f /src/xrdb.c
parent378b0abbc69ed708f838e37e95b1a23aaee7f4a7 (diff)
downloademacs-cbbaddcab9ec8a7424a0e9fa80500572e4987f16.tar.gz
Don't include sys/param.h.
(MAXPATHLEN): Definition deleted.
Diffstat (limited to 'src/xrdb.c')
-rw-r--r--src/xrdb.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xrdb.c b/src/xrdb.c
index c41caa9c8a1..ea2bdd13c00 100644
--- a/src/xrdb.c
+++ b/src/xrdb.c
@@ -34,10 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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