diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-07-29 22:01:08 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-07-29 22:01:08 +0200 |
commit | 9878a5a57177411f6d63d4e5d002708e9029f3b7 (patch) | |
tree | d434b287620686ac711b0e80dba1e18ddd3c033c /msdos/sed2v2.inp | |
parent | 0812da12101eb24c41f960404544a7dfab2d299a (diff) | |
download | emacs-9878a5a57177411f6d63d4e5d002708e9029f3b7.tar.gz |
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
Diffstat (limited to 'msdos/sed2v2.inp')
-rw-r--r-- | msdos/sed2v2.inp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 7d5964089c4..3e77fe4f023 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -57,6 +57,7 @@ /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ +/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ /^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/ /^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/ |