Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
256:19076a51efde | 257:65c19d2020f7 |
---|---|
289 #undef NLIST_STRUCT | 289 #undef NLIST_STRUCT |
290 | 290 |
291 /* Compile in support for SOCKS? */ | 291 /* Compile in support for SOCKS? */ |
292 #undef HAVE_SOCKS | 292 #undef HAVE_SOCKS |
293 | 293 |
294 /* Compile in support for using the `term' program (e.g. under Linux)? */ | |
295 #undef HAVE_TERM | |
296 | |
297 /* Compile in support for X pixmaps via the `xpm' library? */ | 294 /* Compile in support for X pixmaps via the `xpm' library? */ |
298 #undef HAVE_XPM | 295 #undef HAVE_XPM |
299 | 296 |
300 /* Compile in support for "X faces" via the `compface' library? | 297 /* Compile in support for "X faces" via the `compface' library? |
301 This enables graphical display of X-face headers in mail/news messages */ | 298 This enables graphical display of X-face headers in mail/news messages */ |
462 seem to require this, probably because something with the int | 459 seem to require this, probably because something with the int |
463 definitions isn't right with 64-bit systems. | 460 definitions isn't right with 64-bit systems. |
464 | 461 |
465 (It's NO_UNION_TYPE instead of USE_UNION_TYPE for historical reasons.) */ | 462 (It's NO_UNION_TYPE instead of USE_UNION_TYPE for historical reasons.) */ |
466 #undef NO_UNION_TYPE | 463 #undef NO_UNION_TYPE |
464 | |
465 /* The next two options are turned on by --with-gung=yes */ | |
466 /* If defined, use a minimal number of tagbits. This allows usage of more | |
467 advanced versions of malloc (like the Doug Lea new GNU malloc) and larger | |
468 integers. */ | |
469 #undef USE_MINIMAL_TAGBITS | |
470 | |
471 /* #### Document me. */ | |
472 #undef USE_INDEXED_LRECORD_IMPLEMENTATION | |
467 | 473 |
468 /* The configuration script defines opsysfile to be the name of the | 474 /* The configuration script defines opsysfile to be the name of the |
469 s/...h file that describes the system type you are using. | 475 s/...h file that describes the system type you are using. |
470 The file is chosen based on the configuration name you give. | 476 The file is chosen based on the configuration name you give. |
471 | 477 |