python-2.7.6/include/pyconfig.h Source File

pyconfig.h
Go to the documentation of this file.
1 #if defined(_WIN32)
2  #include <pyconfig-win32.h>
3 #elif defined(__linux__)
4  #include <pyconfig-linux.h>
5 #elif defined(__MACH__)
6  #include <pyconfig-osx.h>
7 #endif