Mercurial > emacs
diff src/s/gnu-linux.h @ 109585:4504e82595bb
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
* configure.in: Check for dirent.h
* dired.c, sysdep.c: test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR
* s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
s/msdos.h, s/usg5-4.h: don't define SYSV_SYSTEM_DIR
* sed2v2.inp (HAVE_DIRENT_H): Edit to 1
| author | Jan D <jan.h.d@swipnet.se> |
|---|---|
| date | Thu, 29 Jul 2010 22:01:08 +0200 |
| parents | d86e65007470 |
| children | a8b56c7dbb62 |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Thu Jul 29 11:34:39 2010 -0700 +++ b/src/s/gnu-linux.h Thu Jul 29 22:01:08 2010 +0200 @@ -124,8 +124,6 @@ #define INTERRUPT_INPUT #endif /* emacs */ -#define SYSV_SYSTEM_DIR /* use dirent.h */ - #define POSIX /* affects getpagesize.h and systty.h */ /* This is to work around mysterious gcc failures in some system versions.
