aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-18 18:58:46 +0000
committerJim Blandy <[email protected]>1993-06-18 18:58:46 +0000
commitb7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f (patch)
tree2a968166d183ec17406168fb82aac5c075fc1b88 /src/s
parent230aaa738ffb8825fc1e6db933154dc5d92c1334 (diff)
Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-linux.h1
-rw-r--r--src/s/isc2-2.h1
-rw-r--r--src/s/usg5-4.h1
3 files changed, 0 insertions, 3 deletions
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
/* <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).