Mercurial > emacs
changeset 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 | b3c10180263b |
children | 4428dffe30f5 |
files | src/s/gnu.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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