Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 8efd647ea9ca |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
71 #undef _GNU_SOURCE | 71 #undef _GNU_SOURCE |
72 | 72 |
73 /* Used to identify the XEmacs version in stack traces. */ | 73 /* Used to identify the XEmacs version in stack traces. */ |
74 #undef STACK_TRACE_EYE_CATCHER | 74 #undef STACK_TRACE_EYE_CATCHER |
75 | 75 |
76 /* Allow the configurer to specify (additional) package directories. */ | 76 /* Allow the configurer to specify if she wants site-lisp. */ |
77 #undef PACKAGE_PATH | 77 #undef INHIBIT_SITE_LISP |
78 | 78 |
79 /* This will be removed in 19.15. */ | 79 /* This will be removed in 19.15. */ |
80 /* Hah! Try 20.3 ... */ | 80 /* Hah! Try 20.3 ... */ |
81 /* Hah! Try never ... */ | 81 /* Hah! Try never ... */ |
82 /* If at first you don't succeed, try, try again. */ | 82 /* If at first you don't succeed, try, try again. */ |
91 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */ | 91 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */ |
92 #undef GNU_MALLOC | 92 #undef GNU_MALLOC |
93 | 93 |
94 /* Define if you are using the GNU C Library. -- experimental. */ | 94 /* Define if you are using the GNU C Library. -- experimental. */ |
95 #undef DOUG_LEA_MALLOC | 95 #undef DOUG_LEA_MALLOC |
96 | |
97 /* Define if you are using libmcheck.a from the GNU C Library. */ | |
98 #undef HAVE_LIBMCHECK | |
96 | 99 |
97 /* Define if you are using dlmalloc from the Linux C library. */ | 100 /* Define if you are using dlmalloc from the Linux C library. */ |
98 #undef _NO_MALLOC_WARNING_ | 101 #undef _NO_MALLOC_WARNING_ |
99 | 102 |
100 /* Use the system malloc? */ | 103 /* Use the system malloc? */ |
165 that & in the full name stands for the login id. */ | 168 that & in the full name stands for the login id. */ |
166 #undef AMPERSAND_FULL_NAME | 169 #undef AMPERSAND_FULL_NAME |
167 | 170 |
168 /* Some things figured out by the configure script, grouped as they are in | 171 /* Some things figured out by the configure script, grouped as they are in |
169 configure.in. */ | 172 configure.in. */ |
173 #undef HAVE_MCHECK_H | |
170 #undef HAVE_MACH_MACH_H | 174 #undef HAVE_MACH_MACH_H |
171 #undef HAVE_SYS_STROPTS_H | 175 #undef HAVE_SYS_STROPTS_H |
172 #undef HAVE_SYS_TIMEB_H | 176 #undef HAVE_SYS_TIMEB_H |
173 #undef HAVE_SYS_TIME_H | 177 #undef HAVE_SYS_TIME_H |
174 #undef HAVE_UNISTD_H | 178 #undef HAVE_UNISTD_H |