aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-18 23:23:58 +0000
committerRichard M. Stallman1995-01-18 23:23:58 +0000
commit2dc25e2af5a6dfbb0100cdd68e84b4e1ea1f4b0f (patch)
tree7bff996cb9bd90532613882c368c061ce7f783f0 /src
parentf5cb19627849b1c08e4c5fa08116cfa1d475e30b (diff)
downloademacs-2dc25e2af5a6dfbb0100cdd68e84b4e1ea1f4b0f.tar.gz
emacs-2dc25e2af5a6dfbb0100cdd68e84b4e1ea1f4b0f.zip
Don't include sys/param.h.
(MAXPATHLEN): Definition deleted.
Diffstat (limited to 'src')
-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. */
34 34
35#endif /* 1 */ 35#endif /* 1 */
36 36
37/* This should be included before the X include files; otherwise, we get
38 warnings about redefining NULL under BSD 4.3. */
39#include <sys/param.h>
40
41#include <X11/Xlib.h> 37#include <X11/Xlib.h>
42#include <X11/Xatom.h> 38#include <X11/Xatom.h>
43#if 0 39#if 0
@@ -53,10 +49,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
53#endif 49#endif
54#include <sys/stat.h> 50#include <sys/stat.h>
55 51
56#ifndef MAXPATHLEN
57#define MAXPATHLEN 256
58#endif
59
60#if !defined(S_ISDIR) && defined(S_IFDIR) 52#if !defined(S_ISDIR) && defined(S_IFDIR)
61#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) 53#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
62#endif 54#endif