# HG changeset patch # User Richard M. Stallman # Date 1020573038 0 # Node ID 91ce10cb395c21081cc08a219e67e9de7c248524 # Parent b3c10180263bc89246ae2feff7ddccb9fa36ee7b [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. diff -r b3c10180263b -r 91ce10cb395c src/s/gnu.h --- a/src/s/gnu.h Sun May 05 03:06:58 2002 +0000 +++ b/src/s/gnu.h Sun May 05 04:30:38 2002 +0000 @@ -60,6 +60,11 @@ #undef BSD_PGRPS #define GETPGRP_NO_ARG +/* Use mmap directly for allocating larger buffers. */ +#ifdef DOUG_LEA_MALLOC +#undef REL_ALLOC +#endif + #define HAVE_WAIT_HEADER #define WAIT_USE_INT #define HAVE_UNION_WAIT