diff options
| author | Richard M. Stallman | 1993-11-19 18:26:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-19 18:26:10 +0000 |
| commit | 4eeddc6608a33963d4e50e0fcaf2d5e6ab5e2b1a (patch) | |
| tree | d763266bbd503dd16519d554703a23cae98c47cc /src/s/gnu-linux.h | |
| parent | fd2dab90e1d2c2b8b2b6a3ff6041d93fce21920f (diff) | |
| download | emacs-4eeddc6608a33963d4e50e0fcaf2d5e6ab5e2b1a.tar.gz emacs-4eeddc6608a33963d4e50e0fcaf2d5e6ab5e2b1a.zip | |
(HAVE_UNISTD_H): No need to define here.
Diffstat (limited to 'src/s/gnu-linux.h')
| -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 |