# HG changeset patch # User Richard M. Stallman # Date 808101660 0 # Node ID f36fccc38b0d4c918eb0c56c7b490933672fa918 # Parent f270ad11be9c1a11430b9c46e3ccd04f229ef4ac (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h (LIBS_SYSTEM): Define this instead of LIBS_MACHINE. diff -r f270ad11be9c -r f36fccc38b0d src/s/gnu-linux.h --- a/src/s/gnu-linux.h Fri Aug 11 00:40:37 1995 +0000 +++ b/src/s/gnu-linux.h Fri Aug 11 00:41:00 1995 +0000 @@ -184,12 +184,6 @@ #define POSIX /* affects getpagesize.h and systty.h */ #define POSIX_SIGNALS -/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ -/* 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*/ @@ -217,12 +211,12 @@ and is a very common addition to previous versions. */ #ifdef TERM -#define LIBS_MACHINE -lclient +#define LIBS_SYSTEM -lclient #define C_SWITCH_SYSTEM -D_BSD_SOURCE -I/usr/src/term #else /* alane@wozzle.linet.org says that -lipc is not a separate library, since libc-4.4.1. So -lipc was deleted. */ -#define LIBS_MACHINE +#define LIBS_SYSTEM #define C_SWITCH_SYSTEM -D_BSD_SOURCE #endif