components/python/python27/files/pyconfig.h
branchs11u2-sru
changeset 3379 e99da14b537a
equal deleted inserted replaced
3375:3724eda7445e 3379:e99da14b537a
       
     1 #ifdef _LP64
       
     2 #include <python2.7/pyconfig-64.h>
       
     3 #else
       
     4 #include <python2.7/pyconfig-32.h>
       
     5 #endif