# HG changeset patch # User Richard M. Stallman # Date 772076342 0 # Node ID f2c73ebe40130d8164ff69391a0d5b5d845ab63b # Parent e02c5d5d76cd50eac770b680e32617eda194cb67 (SEGMENT_MASK): Defined. diff -r e02c5d5d76cd -r f2c73ebe4013 src/s/gnu-linux.h --- a/src/s/gnu-linux.h Sun Jun 19 19:52:02 1994 +0000 +++ b/src/s/gnu-linux.h Mon Jun 20 01:39:02 1994 +0000 @@ -186,10 +186,6 @@ #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 #define HAVE_VFORK #define HAVE_SYS_SIGLIST @@ -206,6 +202,8 @@ /* we cannot get the maximum address for brk */ #define ULIMIT_BREAK_VALUE (32*1024*1024) +#define SEGMENT_MASK ((SEGMENT_SIZE)-1) + /* Best not to include -lg, unless it is last on the command line */ #define LIBS_DEBUG #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/