Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 926:4f61e79f8a14
[xemacs-hg @ 2002-07-16 08:27:09 by michaels]
2002-07-09 Mike Sperber <mike@xemacs.org>
* config.h.in: Add USE_KKCC variable to enable upcoming new GC
algorithms.
author | michaels |
---|---|
date | Tue, 16 Jul 2002 08:27:11 +0000 |
parents | e10cdc51a200 |
children | 151d438d2d55 |
comparison
equal
deleted
inserted
replaced
925:c4937d1216b6 | 926:4f61e79f8a14 |
---|---|
625 /* If defined, use unions instead of ints. A few systems (DEC Alpha) | 625 /* If defined, use unions instead of ints. A few systems (DEC Alpha) |
626 seem to require this, probably because something with the int | 626 seem to require this, probably because something with the int |
627 definitions isn't right with 64-bit systems. */ | 627 definitions isn't right with 64-bit systems. */ |
628 #undef USE_UNION_TYPE | 628 #undef USE_UNION_TYPE |
629 | 629 |
630 /* If defined, use experimental pdump-based GC algorithms. */ | |
631 #undef USE_KKCC | |
632 | |
630 /* Enable special GNU Make features in the Makefiles. */ | 633 /* Enable special GNU Make features in the Makefiles. */ |
631 #undef USE_GNU_MAKE | 634 #undef USE_GNU_MAKE |
632 | 635 |
633 /* Defined by AC_C_CONST in configure.in */ | 636 /* Defined by AC_C_CONST in configure.in */ |
634 #undef const | 637 #undef const |