summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 04:57:55 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 04:57:55 (GMT)
commit2a2c218525f148011d3308ffbecfec1e0c2859a7 (patch)
treedeed5911edb1921e7509ce8232d2b2fad6484dd0 /config.h.in
parent57a2f7f8ef59c972624215bf20fa97b55152f97e (diff)
downloadcpython-2a2c218525f148011d3308ffbecfec1e0c2859a7.zip
cpython-2a2c218525f148011d3308ffbecfec1e0c2859a7.tar.gz
cpython-2a2c218525f148011d3308ffbecfec1e0c2859a7.tar.bz2
penultimate phase of Neil Schemenauer's GC patches
update configure files (turn --with-cycle-gc on for beta release?)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c28e380..7b909ad 100644
--- a/config.h.in
+++ b/config.h.in
@@ -210,6 +210,9 @@
(shared library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
+/* Define if you want cycle garbage collection */
+#undef WITH_CYCLE_GC
+
/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T