components/python/python27/files/pyconfig.h
changeset 1270 785dcb8bfa1b
parent 1246 164605dfef4e
child 5130 c6338b8f183f
equal deleted inserted replaced
1269:65324c514b40 1270:785dcb8bfa1b
     1 #ifdef _LP64
     1 #ifdef _LP64
     2 #include <pyconfig-64.h>
     2 #include <python2.7/pyconfig-64.h>
     3 #else
     3 #else
     4 #include <pyconfig-32.h>
     4 #include <python2.7/pyconfig-32.h>
     5 #endif
     5 #endif