Define WITH_PYMALLOC as 1
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h
index 0a01c96..15b347c 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 */
-#define WITH_PYMALLOC
+#define WITH_PYMALLOC 1
 
 /* Define if you want to produce an OpenStep/Rhapsody framework
    (shared library plus accessory files). */