diff options
| -rw-r--r-- | src/xrdb.c | 8 |
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 |