Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/config.h.in Tue Jul 16 08:26:47 2002 +0000 +++ b/src/config.h.in Tue Jul 16 08:27:11 2002 +0000 @@ -627,6 +627,9 @@ definitions isn't right with 64-bit systems. */ #undef USE_UNION_TYPE +/* If defined, use experimental pdump-based GC algorithms. */ +#undef USE_KKCC + /* Enable special GNU Make features in the Makefiles. */ #undef USE_GNU_MAKE