diff options
| author | Jim Blandy | 1993-05-24 15:01:31 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-24 15:01:31 +0000 |
| commit | dad297617db181b1077d36e818948bba4eddcd08 (patch) | |
| tree | 9a269944a44fb88ffaa8a0d8baa9defa7749bccd /src/s/gnu-linux.h | |
| parent | 71e683dd743f421cdbff1bfcd873f3dee65f58a3 (diff) | |
| download | emacs-dad297617db181b1077d36e818948bba4eddcd08.tar.gz emacs-dad297617db181b1077d36e818948bba4eddcd08.zip | |
* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
* s/linux.h (HAVE_SETSID): Defined.
(HAVE_SOCKETS): Defined.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 818d6e84a5b..fbb6218ac9a 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 93 | 93 | ||
| 94 | /* Uncomment this later when other problems are dealt with -mkj */ | 94 | /* Uncomment this later when other problems are dealt with -mkj */ |
| 95 | 95 | ||
| 96 | /* #define HAVE_SOCKETS */ | 96 | #define HAVE_SOCKETS |
| 97 | 97 | ||
| 98 | /* Define this symbol if your system has the functions bcopy, etc. */ | 98 | /* Define this symbol if your system has the functions bcopy, etc. */ |
| 99 | 99 | ||
| @@ -154,13 +154,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 154 | #undef SIGIO | 154 | #undef SIGIO |
| 155 | #endif | 155 | #endif |
| 156 | 156 | ||
| 157 | #define HAVE_SETSID | ||
| 158 | |||
| 157 | /* This is needed for sysdep.c */ | 159 | /* This is needed for sysdep.c */ |
| 158 | 160 | ||
| 159 | #define HAVE_UNISTD_H /* for getpagesize.h */ | 161 | #define HAVE_UNISTD_H /* for getpagesize.h */ |
| 160 | #define HAVE_ALLOCA_H /* for getdate.y */ | ||
| 161 | #define NO_SIOCTL_H /* don't have sioctl.h */ | 162 | #define NO_SIOCTL_H /* don't have sioctl.h */ |
| 162 | 163 | ||
| 163 | #define HAVE_DUP2 /* is builtin */ | ||
| 164 | #define HAVE_RANDOM /* is builtin */ | 164 | #define HAVE_RANDOM /* is builtin */ |
| 165 | #define HAVE_CLOSEDIR | 165 | #define HAVE_CLOSEDIR |
| 166 | #define HAVE_GETPAGESIZE | 166 | #define HAVE_GETPAGESIZE |