diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-19 18:26:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-19 18:26:10 +0000 |
commit | 69ea9c37728a9b3f8e59ee01888caf55c986e7e5 (patch) | |
tree | c974484481f7f2c19fab82e97174361375816d32 /src/s/gnu-linux.h | |
parent | 8f49cb2b45b1c780ebcfccd0f5387b6975252b3a (diff) | |
download | emacs-69ea9c37728a9b3f8e59ee01888caf55c986e7e5.tar.gz |
(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. */ /* This is needed for sysdep.c */ -#define HAVE_UNISTD_H /* for getpagesize.h */ #define NO_SIOCTL_H /* don't have sioctl.h */ #if 0 /* autoconf should take care of this. */ +#define HAVE_UNISTD_H /* for getpagesize.h */ #define HAVE_RANDOM /* is builtin */ #endif #define HAVE_GETPAGESIZE |