| 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 */
|
|---|
| 19 | #undef C_THREADS
|
|---|
| 20 |
|
|---|
| 21 | /* Define if --enable-ipv6 is specified */
|
|---|
| 22 | #undef ENABLE_IPV6
|
|---|
| 23 |
|
|---|
| 24 | /* Define if getpgrp() must be called as getpgrp(0). */
|
|---|
| 25 | #undef GETPGRP_HAVE_ARG
|
|---|
| 26 |
|
|---|
| 27 | /* Define if gettimeofday() does not have second (timezone) argument This is
|
|---|
| 28 | the case on Motorola V4 (R40V4.2) */
|
|---|
| 29 | #undef GETTIMEOFDAY_NO_TZ
|
|---|
| 30 |
|
|---|
| 31 | /* struct addrinfo (netdb.h) */
|
|---|
| 32 | #undef HAVE_ADDRINFO
|
|---|
| 33 |
|
|---|
| 34 | /* Define to 1 if you have the `alarm' function. */
|
|---|
| 35 | #undef HAVE_ALARM
|
|---|
| 36 |
|
|---|
| 37 | /* Define this if your time.h defines altzone. */
|
|---|
| 38 | #undef HAVE_ALTZONE
|
|---|
| 39 |
|
|---|
| 40 | /* Define to 1 if you have the <asm/types.h> header file. */
|
|---|
| 41 | #undef HAVE_ASM_TYPES_H
|
|---|
| 42 |
|
|---|
| 43 | /* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
|---|
| 44 | #undef HAVE_BIND_TEXTDOMAIN_CODESET
|
|---|
| 45 |
|
|---|
| 46 | /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
|
|---|
| 47 | #undef HAVE_BLUETOOTH_BLUETOOTH_H
|
|---|
| 48 |
|
|---|
| 49 | /* Define to 1 if you have the <bluetooth.h> header file. */
|
|---|
| 50 | #undef HAVE_BLUETOOTH_H
|
|---|
| 51 |
|
|---|
| 52 | /* Define if nice() returns success/failure instead of the new priority. */
|
|---|
| 53 | #undef HAVE_BROKEN_NICE
|
|---|
| 54 |
|
|---|
| 55 | /* Define if poll() sets errno on invalid file descriptors. */
|
|---|
| 56 | #undef HAVE_BROKEN_POLL
|
|---|
|
|---|