comparison 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
comparison
equal deleted inserted replaced
254:e92abcaa252b 255:084402c475ba
83 /* #define LOSING_BYTECODE */ 83 /* #define LOSING_BYTECODE */
84 84
85 /* Does XEmacs support floating-point numbers? */ 85 /* Does XEmacs support floating-point numbers? */
86 #undef LISP_FLOAT_TYPE 86 #undef LISP_FLOAT_TYPE
87 87
88 /* Use the *new* GNU memory allocator? */ 88 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */
89 #undef GNU_MALLOC 89 #undef GNU_MALLOC
90
91 /* Define if you are using the GNU C Library. -- experimental */
92 #undef DOUG_LEA_MALLOC
90 93
91 /* Use the system malloc? */ 94 /* Use the system malloc? */
92 #undef USE_SYSTEM_MALLOC 95 #undef USE_SYSTEM_MALLOC
93 96
94 /* Use a debugging malloc? */ 97 /* Use a debugging malloc? -- experimental */
95 #undef USE_DEBUG_MALLOC 98 #undef USE_DEBUG_MALLOC
96 99
97 /* Compile in TTY support? */ 100 /* Compile in TTY support? */
98 #undef HAVE_TTY 101 #undef HAVE_TTY
99 102