Mercurial > hg > xemacs-beta
diff src/config.h.in @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | 677f6a0ee643 |
children | 65c19d2020f7 |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:20:29 2007 +0200 +++ b/src/config.h.in Mon Aug 13 10:21:18 2007 +0200 @@ -85,13 +85,16 @@ /* Does XEmacs support floating-point numbers? */ #undef LISP_FLOAT_TYPE -/* 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. -- experimental */ +#undef DOUG_LEA_MALLOC + /* Use the system malloc? */ #undef USE_SYSTEM_MALLOC -/* Use a debugging malloc? */ +/* Use a debugging malloc? -- experimental */ #undef USE_DEBUG_MALLOC /* Compile in TTY support? */