components/python/python27/files/pyconfig.h
branchs11-update
changeset 3367 ed5024e47b53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python27/files/pyconfig.h	Sat Oct 04 14:50:43 2014 -0700
@@ -0,0 +1,5 @@
+#ifdef _LP64
+#include <python2.7/pyconfig-64.h>
+#else
+#include <python2.7/pyconfig-32.h>
+#endif