changeset 3824:d7069bd44885

Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.
author Jim Blandy <jimb@redhat.com>
date Fri, 18 Jun 1993 18:58:46 +0000
parents 7747dabf897f
children ae1462a1a8d4
files src/m/alliant-2800.h src/m/convex.h src/m/pfa50.h src/s/gnu-linux.h src/s/isc2-2.h src/s/usg5-4.h
diffstat 6 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/alliant-2800.h	Fri Jun 18 17:59:02 1993 +0000
+++ b/src/m/alliant-2800.h	Fri Jun 18 18:58:46 1993 +0000
@@ -141,4 +141,3 @@
 /* POSIX Compatibility */
 /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */
 #define SYSV_SYSTEM_DIR
-#define HAVE_CLOSEDIR
--- a/src/m/convex.h	Fri Jun 18 17:59:02 1993 +0000
+++ b/src/m/convex.h	Fri Jun 18 18:58:46 1993 +0000
@@ -136,7 +136,6 @@
 
 /* Use <dirent.h>. */
 #define SYSV_SYSTEM_DIR
-#define HAVE_CLOSEDIR
 
 #ifdef _POSIX_SOURCE
 
--- a/src/m/pfa50.h	Fri Jun 18 17:59:02 1993 +0000
+++ b/src/m/pfa50.h	Fri Jun 18 18:58:46 1993 +0000
@@ -94,7 +94,6 @@
 #define HAVE_SOCKETS
 
 /* SX/A use SystemV style getdents/readdir. */
-#define HAVE_CLOSEDIR
 
 /* SX/A does not have sigblock(2) */
 #define sigblock(mask)	(0)
--- a/src/s/gnu-linux.h	Fri Jun 18 17:59:02 1993 +0000
+++ b/src/s/gnu-linux.h	Fri Jun 18 18:58:46 1993 +0000
@@ -182,7 +182,6 @@
 #if 0 /* autoconf should take care of this.  */
 #define HAVE_RANDOM           /* is builtin */
 #endif
-#define HAVE_CLOSEDIR
 #define HAVE_GETPAGESIZE
 #define HAVE_VFORK
 #define HAVE_SYS_SIGLIST
--- a/src/s/isc2-2.h	Fri Jun 18 17:59:02 1993 +0000
+++ b/src/s/isc2-2.h	Fri Jun 18 18:58:46 1993 +0000
@@ -23,7 +23,6 @@
 #define NO_FCHMOD
 
 #define HAVE_PTYS
-#define HAVE_CLOSEDIR
 #define MAXNAMLEN 512
 #define O_NDELAY O_NONBLOCK
 #define MEMORY_IN_STRING_H
--- a/src/s/usg5-4.h	Fri Jun 18 17:59:02 1993 +0000
+++ b/src/s/usg5-4.h	Fri Jun 18 18:58:46 1993 +0000
@@ -87,7 +87,6 @@
 
 #define HAVE_SELECT
 #define HAVE_TIMEVAL
-#define HAVE_CLOSEDIR
 
 /* <sys/stat.h> *defines* stat(2) as a static function.  If "static"
  * is blank, then many files will have a public definition for stat(2).