components/python/python27/files/pyconfig.h
branchs11u2-sru
changeset 3379 e99da14b537a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python27/files/pyconfig.h	Mon Oct 06 13:15:36 2014 -0700
@@ -0,0 +1,5 @@
+#ifdef _LP64
+#include <python2.7/pyconfig-64.h>
+#else
+#include <python2.7/pyconfig-32.h>
+#endif