Add Vladimir Marangozov's object allocator. It is disabled by default. This
closes SF patch #401229.
diff --git a/config.h.in b/config.h.in
index da32b69..9c0483f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -222,6 +222,9 @@
    linker (rld). Dyld is necessary to support frameworks. */
 #undef WITH_DYLD
 
+/* Define if you want to compile in Python-specific mallocs */
+#undef WITH_PYMALLOC
+
 /* Define if you want to produce an OpenStep/Rhapsody framework
    (shared library plus accessory files). */
 #undef WITH_NEXT_FRAMEWORK