From 4eeddc6608a33963d4e50e0fcaf2d5e6ab5e2b1a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Nov 1993 18:26:10 +0000 Subject: [PATCH] (HAVE_UNISTD_H): No need to define here. --- src/s/gnu-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5