Mercurial > emacs
diff src/config.in @ 17347:94dbc8701ad1
(DOUG_LEA_MALLOC): Add #undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Apr 1997 04:00:22 +0000 |
parents | dae4bbc87616 |
children | 9b24a22cd872 |
line wrap: on
line diff
--- 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