commit | 422cdde69ada560ea4713d64fe0c5319a4f6e200 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed May 22 14:31:10 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed May 22 14:31:10 2002 +0000 |
tree | a67f1b81253251948557c1a0d58f542464c1bb53 | |
parent | 94ce52e8e8795d5adc7635f19914b2dcba209828 [diff] |
Enable WITH_PYMALLOC.
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 11c5e6f..3f719d5 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h
@@ -306,7 +306,7 @@ #undef WITH_DYLD /* Define if you want to compile in Python-specific mallocs */ -#undef WITH_PYMALLOC +#define WITH_PYMALLOC /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */