diff options
| author | Jim Blandy | 1993-06-18 18:58:46 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-18 18:58:46 +0000 |
| commit | b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f (patch) | |
| tree | 2a968166d183ec17406168fb82aac5c075fc1b88 /src/s | |
| parent | 230aaa738ffb8825fc1e6db933154dc5d92c1334 (diff) | |
| download | emacs-b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f.tar.gz emacs-b7c0f208a35f6edfdad7bf312ab4ba2b3bc78d1f.zip | |
Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/gnu-linux.h | 1 | ||||
| -rw-r--r-- | src/s/isc2-2.h | 1 | ||||
| -rw-r--r-- | src/s/usg5-4.h | 1 |
3 files changed, 0 insertions, 3 deletions
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). |