diff 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
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