comparison src/s/gnu.h @ 45135:91ce10cb395c

[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 May 2002 04:30:38 +0000
parents 2f566cb931fe
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
45134:b3c10180263b 45135:91ce10cb395c
58 58
59 /* GNU has POSIX-style pgrp behavior. */ 59 /* GNU has POSIX-style pgrp behavior. */
60 #undef BSD_PGRPS 60 #undef BSD_PGRPS
61 #define GETPGRP_NO_ARG 61 #define GETPGRP_NO_ARG
62 62
63 /* Use mmap directly for allocating larger buffers. */
64 #ifdef DOUG_LEA_MALLOC
65 #undef REL_ALLOC
66 #endif
67
63 #define HAVE_WAIT_HEADER 68 #define HAVE_WAIT_HEADER
64 #define WAIT_USE_INT 69 #define WAIT_USE_INT
65 #define HAVE_UNION_WAIT 70 #define HAVE_UNION_WAIT
66 71
67 /* GNU needs its own crt0, and libc defines data_start. */ 72 /* GNU needs its own crt0, and libc defines data_start. */