From b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 18 Jun 1993 18:58:46 +0000 Subject: [PATCH] Remove #definition of HAVE_CLOSEDIR; autoconf figures this out. --- src/m/alliant-2800.h | 1 - src/m/convex.h | 1 - src/m/pfa50.h | 1 - src/s/gnu-linux.h | 1 - src/s/isc2-2.h | 1 - src/s/usg5-4.h | 1 - 6 files changed, 6 deletions(-) diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h index 89f8186a38..4306e19339 100644 --- a/src/m/alliant-2800.h +++ b/src/m/alliant-2800.h @@ -141,4 +141,3 @@ unexec_text_start = hdr.a_text_addr;} /* POSIX Compatibility */ /* Use System V.4 style getdents/readdir for 2.2 and up. */ #define SYSV_SYSTEM_DIR -#define HAVE_CLOSEDIR diff --git a/src/m/convex.h b/src/m/convex.h index add31659d0..68db453968 100644 --- a/src/m/convex.h +++ b/src/m/convex.h @@ -136,7 +136,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Use . */ #define SYSV_SYSTEM_DIR -#define HAVE_CLOSEDIR #ifdef _POSIX_SOURCE diff --git a/src/m/pfa50.h b/src/m/pfa50.h index 3fe0da32c9..5289373372 100644 --- a/src/m/pfa50.h +++ b/src/m/pfa50.h @@ -94,7 +94,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_SOCKETS /* SX/A use SystemV style getdents/readdir. */ -#define HAVE_CLOSEDIR /* SX/A does not have sigblock(2) */ #define sigblock(mask) (0) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index b26778c64c..c30ae7c4ff 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -182,7 +182,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index 9cbc448ca2..b02f356e97 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h @@ -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 diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 30b3acb62a..e91f38cfe0 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -87,7 +87,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_SELECT #define HAVE_TIMEVAL -#define HAVE_CLOSEDIR /* *defines* stat(2) as a static function. If "static" * is blank, then many files will have a public definition for stat(2). -- GitLab