aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-18 18:58:46 +0000
committerJim Blandy1993-06-18 18:58:46 +0000
commitb7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f (patch)
tree2a968166d183ec17406168fb82aac5c075fc1b88 /src
parent230aaa738ffb8825fc1e6db933154dc5d92c1334 (diff)
downloademacs-b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f.tar.gz
emacs-b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f.zip
Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.
Diffstat (limited to 'src')
-rw-r--r--src/m/alliant-2800.h1
-rw-r--r--src/m/convex.h1
-rw-r--r--src/m/pfa50.h1
-rw-r--r--src/s/gnu-linux.h1
-rw-r--r--src/s/isc2-2.h1
-rw-r--r--src/s/usg5-4.h1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h
index 89f8186a384..4306e193398 100644
--- a/src/m/alliant-2800.h
+++ b/src/m/alliant-2800.h
@@ -141,4 +141,3 @@ unexec_text_start = hdr.a_text_addr;}
141/* POSIX Compatibility */ 141/* POSIX Compatibility */
142/* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */ 142/* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */
143#define SYSV_SYSTEM_DIR 143#define SYSV_SYSTEM_DIR
144#define HAVE_CLOSEDIR
diff --git a/src/m/convex.h b/src/m/convex.h
index add31659d04..68db4539681 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. */
136 136
137/* Use <dirent.h>. */ 137/* Use <dirent.h>. */
138#define SYSV_SYSTEM_DIR 138#define SYSV_SYSTEM_DIR
139#define HAVE_CLOSEDIR
140 139
141#ifdef _POSIX_SOURCE 140#ifdef _POSIX_SOURCE
142 141
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index 3fe0da32c97..52893733721 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. */
94#define HAVE_SOCKETS 94#define HAVE_SOCKETS
95 95
96/* SX/A use SystemV style getdents/readdir. */ 96/* SX/A use SystemV style getdents/readdir. */
97#define HAVE_CLOSEDIR
98 97
99/* SX/A does not have sigblock(2) */ 98/* SX/A does not have sigblock(2) */
100#define sigblock(mask) (0) 99#define sigblock(mask) (0)
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index b26778c64cf..c30ae7c4ffc 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. */
182#if 0 /* autoconf should take care of this. */ 182#if 0 /* autoconf should take care of this. */
183#define HAVE_RANDOM /* is builtin */ 183#define HAVE_RANDOM /* is builtin */
184#endif 184#endif
185#define HAVE_CLOSEDIR
186#define HAVE_GETPAGESIZE 185#define HAVE_GETPAGESIZE
187#define HAVE_VFORK 186#define HAVE_VFORK
188#define HAVE_SYS_SIGLIST 187#define HAVE_SYS_SIGLIST
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h
index 9cbc448ca24..b02f356e97e 100644
--- a/src/s/isc2-2.h
+++ b/src/s/isc2-2.h
@@ -23,7 +23,6 @@
23#define NO_FCHMOD 23#define NO_FCHMOD
24 24
25#define HAVE_PTYS 25#define HAVE_PTYS
26#define HAVE_CLOSEDIR
27#define MAXNAMLEN 512 26#define MAXNAMLEN 512
28#define O_NDELAY O_NONBLOCK 27#define O_NDELAY O_NONBLOCK
29#define MEMORY_IN_STRING_H 28#define MEMORY_IN_STRING_H
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 30b3acb62a0..e91f38cfe04 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. */
87 87
88#define HAVE_SELECT 88#define HAVE_SELECT
89#define HAVE_TIMEVAL 89#define HAVE_TIMEVAL
90#define HAVE_CLOSEDIR
91 90
92/* <sys/stat.h> *defines* stat(2) as a static function. If "static" 91/* <sys/stat.h> *defines* stat(2) as a static function. If "static"
93 * is blank, then many files will have a public definition for stat(2). 92 * is blank, then many files will have a public definition for stat(2).