]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include sys/param.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Jan 1995 23:23:58 +0000 (23:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Jan 1995 23:23:58 +0000 (23:23 +0000)
(MAXPATHLEN): Definition deleted.

src/xrdb.c

index c41caa9c8a18ee57484b0841a24f30e02dd80094..ea2bdd13c007679af7684990e7e6f8ff3297b04d 100644 (file)
@@ -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