summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-06-30 16:02:58 (GMT)
committerBarry Warsaw <barry@python.org>2000-06-30 16:02:58 (GMT)
commitcf053b15b59bb1f0a0d9defec7407100818a84fd (patch)
treed12fcae2e5ec7016823fd606277380d97b1cefef /config.h.in
parent633a8d90d58cd08804f92e863a6a376021a20276 (diff)
downloadcpython-cf053b15b59bb1f0a0d9defec7407100818a84fd.zip
cpython-cf053b15b59bb1f0a0d9defec7407100818a84fd.tar.gz
cpython-cf053b15b59bb1f0a0d9defec7407100818a84fd.tar.bz2
Added #undef of WITH_CYCLE_GC for autoconf's delight.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 7b909ad..9c3caf0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -206,13 +206,13 @@
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
+/* Define if you want to compile in cycle garbage collection */
+#undef WITH_CYCLE_GC
+
/* Define if you want to produce an OpenStep/Rhapsody framework
(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