Bit the bullet and enabled garbage collection (finally).

Also updated pyconfig.h to the current state of pyconfig.h.in.
This commit is contained in:
Jack Jansen 2001-08-07 12:33:32 +00:00
parent 230e5789e5
commit 59c14e2254
5 changed files with 64 additions and 12 deletions

View file

@ -57,7 +57,13 @@ PERFORMANCE OF THIS SOFTWARE.
#define TARGET_API " PPC"
#endif
#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD"]"
#ifdef WITH_CYCLE_GC
#define HASGC " GC"
#else
#define HASGC ""
#endif
#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD HASGC"]"
#endif
#ifdef MPW