changeset 7972:f2c73ebe4013

(SEGMENT_MASK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Jun 1994 01:39:02 +0000
parents e02c5d5d76cd
children b7ea350590a7
files src/s/gnu-linux.h
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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*/