# HG changeset patch # User Richard M. Stallman # Date 860558422 0 # Node ID 94dbc8701ad119f46d009bbf0c6a45b30e9058dc # Parent f29f51d8a21fe663ea36a0aec17f0d1006fcc745 (DOUG_LEA_MALLOC): Add #undef. diff -r f29f51d8a21f -r 94dbc8701ad1 src/config.in --- 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