From: Richard M. Stallman Date: Wed, 9 Apr 1997 04:00:22 +0000 (+0000) Subject: (DOUG_LEA_MALLOC): Add #undef. X-Git-Tag: emacs-20.1~2598 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3689ff1491f768f64ccfece30234a339155d99f2;p=emacs.git (DOUG_LEA_MALLOC): Add #undef. --- 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