From 3689ff1491f768f64ccfece30234a339155d99f2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 9 Apr 1997 04:00:22 +0000 Subject: [PATCH] (DOUG_LEA_MALLOC): Add #undef. --- src/config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.in b/src/config.in index 9e498ae69a4..0ab350f0abe 100644 --- a/src/config.in +++ b/src/config.in @@ -33,9 +33,12 @@ Boston, MA 02111-1307, USA. */ 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 -- 2.39.2