Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:25:39 2007 +0200 +++ b/src/config.h.in Mon Aug 13 10:26:29 2007 +0200 @@ -73,8 +73,8 @@ /* Used to identify the XEmacs version in stack traces. */ #undef STACK_TRACE_EYE_CATCHER -/* Allow the configurer to specify (additional) package directories. */ -#undef PACKAGE_PATH +/* Allow the configurer to specify if she wants site-lisp. */ +#undef INHIBIT_SITE_LISP /* This will be removed in 19.15. */ /* Hah! Try 20.3 ... */ @@ -94,6 +94,9 @@ /* Define if you are using the GNU C Library. -- experimental. */ #undef DOUG_LEA_MALLOC +/* Define if you are using libmcheck.a from the GNU C Library. */ +#undef HAVE_LIBMCHECK + /* Define if you are using dlmalloc from the Linux C library. */ #undef _NO_MALLOC_WARNING_ @@ -167,6 +170,7 @@ /* Some things figured out by the configure script, grouped as they are in configure.in. */ +#undef HAVE_MCHECK_H #undef HAVE_MACH_MACH_H #undef HAVE_SYS_STROPTS_H #undef HAVE_SYS_TIMEB_H