]> granicus.if.org Git - python/commitdiff
Added #undef of WITH_CYCLE_GC for autoconf's delight.
authorBarry Warsaw <barry@python.org>
Fri, 30 Jun 2000 16:02:58 +0000 (16:02 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 30 Jun 2000 16:02:58 +0000 (16:02 +0000)
acconfig.h
config.h.in

index 3c07ebc68d0315abc863bfc6c1ae9c57dbd1f214..ab775e9cbb45ee4468043c45b56d527c66d32471 100644 (file)
 /* 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
index 7b909ad7bae91158e301bd0ba967055c9da21a5f..9c3caf0e724a1624e8b814bfedf24f59dcd37ce5 100644 (file)
 /* 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