diff options
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 |