diff msdos/sed2v2.inp @ 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 baafd634302b
children 6d81f1e1ce53
line wrap: on
line diff
--- a/msdos/sed2v2.inp	Thu Jul 29 11:34:39 2010 -0700
+++ b/msdos/sed2v2.inp	Thu Jul 29 22:01:08 2010 +0200
@@ -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/