diff options
| author | Richard M. Stallman | 1995-08-11 00:41:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-11 00:41:00 +0000 |
| commit | 1077bc046b7176b1db066cf4f904d23614ddcbf1 (patch) | |
| tree | 14ba6e0633589b2276bd69fd322266a690621a44 /src/s/gnu-linux.h | |
| parent | 03d6a59e3a3c23db29a57f14b6ea9a8a0170a18d (diff) | |
| download | emacs-1077bc046b7176b1db066cf4f904d23614ddcbf1.tar.gz emacs-1077bc046b7176b1db066cf4f904d23614ddcbf1.zip | |
(ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
(LIBS_SYSTEM): Define this instead of LIBS_MACHINE.
Diffstat (limited to 'src/s/gnu-linux.h')
| -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. */ | |||
| 184 | #define POSIX /* affects getpagesize.h and systty.h */ | 184 | #define POSIX /* affects getpagesize.h and systty.h */ |
| 185 | #define POSIX_SIGNALS | 185 | #define POSIX_SIGNALS |
| 186 | 186 | ||
| 187 | /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ | ||
| 188 | /* we cannot get the maximum address for brk */ | ||
| 189 | #define ULIMIT_BREAK_VALUE (32*1024*1024) | ||
| 190 | |||
| 191 | #define SEGMENT_MASK ((SEGMENT_SIZE)-1) | ||
| 192 | |||
| 193 | /* Best not to include -lg, unless it is last on the command line */ | 187 | /* Best not to include -lg, unless it is last on the command line */ |
| 194 | #define LIBS_DEBUG | 188 | #define LIBS_DEBUG |
| 195 | #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ | 189 | #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. */ | |||
| 217 | and is a very common addition to previous versions. */ | 211 | and is a very common addition to previous versions. */ |
| 218 | 212 | ||
| 219 | #ifdef TERM | 213 | #ifdef TERM |
| 220 | #define LIBS_MACHINE -lclient | 214 | #define LIBS_SYSTEM -lclient |
| 221 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE -I/usr/src/term | 215 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE -I/usr/src/term |
| 222 | #else | 216 | #else |
| 223 | /* alane@wozzle.linet.org says that -lipc is not a separate library, | 217 | /* alane@wozzle.linet.org says that -lipc is not a separate library, |
| 224 | since libc-4.4.1. So -lipc was deleted. */ | 218 | since libc-4.4.1. So -lipc was deleted. */ |
| 225 | #define LIBS_MACHINE | 219 | #define LIBS_SYSTEM |
| 226 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE | 220 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE |
| 227 | #endif | 221 | #endif |
| 228 | 222 | ||