Mercurial > hg > xemacs-beta
diff src/config.h.in @ 257:65c19d2020f7 r20-5b27
Import from CVS: tag r20-5b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:22:03 +0200 |
parents | 084402c475ba |
children | 11cf20601dec |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:21:19 2007 +0200 +++ b/src/config.h.in Mon Aug 13 10:22:03 2007 +0200 @@ -291,9 +291,6 @@ /* Compile in support for SOCKS? */ #undef HAVE_SOCKS -/* Compile in support for using the `term' program (e.g. under Linux)? */ -#undef HAVE_TERM - /* Compile in support for X pixmaps via the `xpm' library? */ #undef HAVE_XPM @@ -465,6 +462,15 @@ (It's NO_UNION_TYPE instead of USE_UNION_TYPE for historical reasons.) */ #undef NO_UNION_TYPE +/* The next two options are turned on by --with-gung=yes */ +/* If defined, use a minimal number of tagbits. This allows usage of more + advanced versions of malloc (like the Doug Lea new GNU malloc) and larger + integers. */ +#undef USE_MINIMAL_TAGBITS + +/* #### Document me. */ +#undef USE_INDEXED_LRECORD_IMPLEMENTATION + /* The configuration script defines opsysfile to be the name of the s/...h file that describes the system type you are using. The file is chosen based on the configuration name you give.