source: trunk/essentials/dev-lang/python/pyconfig.h.in@ 3298

Last change on this file since 3298 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 26.4 KB
Line 
1/* pyconfig.h.in. Generated from configure.in by autoheader. */
2
3
4#ifndef Py_PYCONFIG_H
5#define Py_PYCONFIG_H
6
7
8/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
9 support for AIX C++ shared extension modules. */
10#undef AIX_GENUINE_CPLUSPLUS
11
12/* Define this if you have AtheOS threads. */
13#undef ATHEOS_THREADS
14
15/* Define this if you have BeOS threads. */
16#undef BEOS_THREADS
17
18/* Define if you have the Mach cthreads package */