diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 5 |
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. */ | |||
| 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 | 38 | ||
| 39 | /* Define if you are using the GNU C Library. */ | ||
| 40 | #undef DOUG_LEA_MALLOC | ||
| 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 |