diff options
| author | Gerd Moellmann | 1999-07-21 21:43:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-07-21 21:43:52 +0000 |
| commit | 2327e4a0bc58b62bc4ff5673c504d0674216bec7 (patch) | |
| tree | 2f4bc7a32771b2d5c834aad87d9ed5a6bb95de39 /src/s/gnu-linux.h | |
| parent | e18f9922555ebf2da6244c82bbf9fe7717c79b7b (diff) | |
| download | emacs-2327e4a0bc58b62bc4ff5673c504d0674216bec7.tar.gz emacs-2327e4a0bc58b62bc4ff5673c504d0674216bec7.zip | |
(NARROWPROTO): New.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 82445048eba..2b9a80cf1a8 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -303,6 +303,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 303 | #define BSD_PGRPS | 303 | #define BSD_PGRPS |
| 304 | #define setpgrp(pid,pgid) setpgid(pid,pgid) | 304 | #define setpgrp(pid,pgid) setpgid(pid,pgid) |
| 305 | 305 | ||
| 306 | #define NARROWPROTO 1 | ||
| 307 | |||
| 306 | /* Use mmap directly for allocating larger buffers. */ | 308 | /* Use mmap directly for allocating larger buffers. */ |
| 307 | #ifdef DOUG_LEA_MALLOC | 309 | #ifdef DOUG_LEA_MALLOC |
| 308 | #undef REL_ALLOC | 310 | #undef REL_ALLOC |