# HG changeset patch # User Richard M. Stallman # Date 915235853 0 # Node ID dcc1ebab38c13519de46de4340c204e7a0cedfb3 # Parent 2eb9e2f5aa33cbd16e46f8ae55d4aea77ec5e76c [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. diff -r 2eb9e2f5aa33 -r dcc1ebab38c1 src/s/gnu-linux.h --- a/src/s/gnu-linux.h Sat Jan 02 00:10:26 1999 +0000 +++ b/src/s/gnu-linux.h Sat Jan 02 00:10:53 1999 +0000 @@ -302,3 +302,8 @@ #define BSD_PGRPS #define setpgrp(pid,pgid) setpgid(pid,pgid) + +/* Use mmap directly for allocating larger buffers. */ +#ifdef DOUG_LEA_MALLOC +#undef REL_ALLOC +#endif