comparison src/s/gnu-linux.h @ 23974:dcc1ebab38c1

[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Jan 1999 00:10:53 +0000
parents 4fb09bb7d2f9
children ae314c884db0
comparison
equal deleted inserted replaced
23973:2eb9e2f5aa33 23974:dcc1ebab38c1
300 /* Use BSD process groups, but use setpgid() instead of setpgrp() to 300 /* Use BSD process groups, but use setpgid() instead of setpgrp() to
301 actually set a process group. */ 301 actually set a process group. */
302 302
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
306 /* Use mmap directly for allocating larger buffers. */
307 #ifdef DOUG_LEA_MALLOC
308 #undef REL_ALLOC
309 #endif