summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-09 04:00:22 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-09 04:00:22 +0000
commit3689ff1491f768f64ccfece30234a339155d99f2 (patch)
treefcf3cb1a7041b2c95a22311579981b92bc780feb /src/config.in
parent15aaf1b5d2d579128daf53cc026d9e05dca0bbef (diff)
(DOUG_LEA_MALLOC): Add #undef.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in5
1 files changed, 4 insertions, 1 deletions
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