1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Don't include sys/param.h.

(MAXPATHLEN): Definition deleted.
This commit is contained in:
Richard M. Stallman 1995-01-18 23:23:58 +00:00
parent f5cb196278
commit 2dc25e2af5

View 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