]> git.eshelyaron.com Git - emacs.git/commitdiff
(DOUG_LEA_MALLOC): Add #undef.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Apr 1997 04:00:22 +0000 (04:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Apr 1997 04:00:22 +0000 (04:00 +0000)
src/config.in

index 9e498ae69a443b5b80bba5ef67c60679257963e6..0ab350f0abe2d5dcc299a50469e4840dc9e25ff2 100644 (file)
@@ -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