components/python/python26/files/pyconfig.h
branchoi_151a
changeset 354 0b9db78d3d26
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python26/files/pyconfig.h	Sat Nov 16 18:51:53 2013 +0000
@@ -0,0 +1,5 @@
+#ifdef _LP64
+#include <python2.6/pyconfig-64.h>
+#else
+#include <python2.6/pyconfig-32.h>
+#endif