comparison src/config.h.in @ 4735:80d74fed5399

Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the GNU_MALLOC define, which was only used to distinguish between "old" and "new" GNU malloc. See xemacs-patches message with ID <870180fe0911061348g168f85e2m5153e2b554b94803@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 09 Nov 2009 09:21:59 -0700
parents 19d70297d866
children a6f27e2b3d84
comparison
equal deleted inserted replaced
4734:74a5eaa67982 4735:80d74fed5399
152 /* Allow the configurer to specify if she wants site-modules. */ 152 /* Allow the configurer to specify if she wants site-modules. */
153 #undef INHIBIT_SITE_MODULES 153 #undef INHIBIT_SITE_MODULES
154 154
155 /* Undefine on systems which don't have processes */ 155 /* Undefine on systems which don't have processes */
156 #undef HAVE_UNIX_PROCESSES 156 #undef HAVE_UNIX_PROCESSES
157
158 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */
159 #undef GNU_MALLOC
160 157
161 /* Define if you are using the GNU C Library. -- experimental. */ 158 /* Define if you are using the GNU C Library. -- experimental. */
162 #undef DOUG_LEA_MALLOC 159 #undef DOUG_LEA_MALLOC
163 160
164 /* Define if you are using libmcheck.a from the GNU C Library. */ 161 /* Define if you are using libmcheck.a from the GNU C Library. */