diff options
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 |