components/python/python27/files/pyconfig.h
changeset 1246 164605dfef4e
child 1270 785dcb8bfa1b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python27/files/pyconfig.h	Tue Apr 02 15:14:34 2013 -0700
@@ -0,0 +1,5 @@
+#ifdef _LP64
+#include <pyconfig-64.h>
+#else
+#include <pyconfig-32.h>
+#endif