diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 439d7c75d13..b27b4f025f6 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -176,10 +176,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 176 | 176 | ||
| 177 | /* This is needed for sysdep.c */ | 177 | /* This is needed for sysdep.c */ |
| 178 | 178 | ||
| 179 | #define HAVE_UNISTD_H /* for getpagesize.h */ | ||
| 180 | #define NO_SIOCTL_H /* don't have sioctl.h */ | 179 | #define NO_SIOCTL_H /* don't have sioctl.h */ |
| 181 | 180 | ||
| 182 | #if 0 /* autoconf should take care of this. */ | 181 | #if 0 /* autoconf should take care of this. */ |
| 182 | #define HAVE_UNISTD_H /* for getpagesize.h */ | ||
| 183 | #define HAVE_RANDOM /* is builtin */ | 183 | #define HAVE_RANDOM /* is builtin */ |
| 184 | #endif | 184 | #endif |
| 185 | #define HAVE_GETPAGESIZE | 185 | #define HAVE_GETPAGESIZE |