aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
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/m
parent230aaa738ffb8825fc1e6db933154dc5d92c1334 (diff)
downloademacs-b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f.tar.gz
emacs-b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f.zip
Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/alliant-2800.h1
-rw-r--r--src/m/convex.h1
-rw-r--r--src/m/pfa50.h1
3 files changed, 0 insertions, 3 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)