Added #undef of WITH_CYCLE_GC for autoconf's delight.

This commit is contained in:
Barry Warsaw 2000-06-30 16:02:58 +00:00
parent 633a8d90d5
commit cf053b15b5
2 changed files with 6 additions and 3 deletions

View File

@ -144,6 +144,9 @@
/* 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

View File

@ -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