changeset 17347:94dbc8701ad1

(DOUG_LEA_MALLOC): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Apr 1997 04:00:22 +0000
parents f29f51d8a21f
children ceb61585d2fc
files src/config.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Wed Apr 09 04:00:10 1997 +0000
+++ b/src/config.in	Wed Apr 09 04:00:22 1997 +0000
@@ -33,9 +33,12 @@
    numbers. */
 #undef LISP_FLOAT_TYPE
 
-/* Define GNU_MALLOC if you want to use the *new* GNU memory allocator. */
+/* Define GNU_MALLOC if you want to use the GNU memory allocator. */
 #undef GNU_MALLOC
 
+/* Define if you are using the GNU C Library. */
+#undef DOUG_LEA_MALLOC
+
 /* Define REL_ALLOC if you want to use the relocating allocator for
    buffer space. */
 #undef REL_ALLOC