comparison 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
comparison
equal deleted inserted replaced
17346:f29f51d8a21f 17347:94dbc8701ad1
31 31
32 /* Define LISP_FLOAT_TYPE if you want emacs to support floating-point 32 /* Define LISP_FLOAT_TYPE if you want emacs to support floating-point
33 numbers. */ 33 numbers. */
34 #undef LISP_FLOAT_TYPE 34 #undef LISP_FLOAT_TYPE
35 35
36 /* Define GNU_MALLOC if you want to use the *new* GNU memory allocator. */ 36 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */
37 #undef GNU_MALLOC 37 #undef GNU_MALLOC
38
39 /* Define if you are using the GNU C Library. */
40 #undef DOUG_LEA_MALLOC
38 41
39 /* Define REL_ALLOC if you want to use the relocating allocator for 42 /* Define REL_ALLOC if you want to use the relocating allocator for
40 buffer space. */ 43 buffer space. */
41 #undef REL_ALLOC 44 #undef REL_ALLOC
42 45