diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-11 00:41:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-11 00:41:00 +0000 |
commit | 8d2b0b270090c85dd11363ec790dfddbbc938e41 (patch) | |
tree | 51ab361f1ea3eaa3c4e77dedc4b4dd1a0daed7c8 /src | |
parent | 0bb2a95c8d29ed68999193ab408aadd7c620c4ca (diff) | |
download | emacs-8d2b0b270090c85dd11363ec790dfddbbc938e41.tar.gz |
(ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
(LIBS_SYSTEM): Define this instead of LIBS_MACHINE.
Diffstat (limited to 'src')
-rw-r--r-- | src/s/gnu-linux.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 7d64b574a0b..e40733cda8b 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -184,12 +184,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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 |