June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
0001: /* pyconfig.h. Generated from pyconfig.h.in by configure. */ 0002: /* pyconfig.h.in. Generated from configure.in by autoheader. */ 0003: 0004: 0005: #ifndef Py_PYCONFIG_H 0006: #define Py_PYCONFIG_H 0007: 0008: 0009: /* Define if building universal (internal helper macro) */ 0010: /* #undef AC_APPLE_UNIVERSAL_BUILD */ 0011: 0012: /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 0013: support for AIX C++ shared extension modules. */ 0014: /* #undef AIX_GENUINE_CPLUSPLUS */ 0015: 0016: /* Define this if you have AtheOS threads. */ 0017: /* #undef ATHEOS_THREADS */ 0018: 0019: /* Define this if you have BeOS threads. */ 0020: /* #undef BEOS_THREADS */ 0021: 0022: /* Define if you have the Mach cthreads package */ 0023: /* #undef C_THREADS */ 0024: 0025: /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 0026: mixed-endian order (byte order 45670123) */ 0027: /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */ 0028: 0029: /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 0030: significant byte first */ 0031: /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */ 0032: 0033: /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 0034: least significant byte first */ 0035: #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 0036: 0037: /* Define if --enable-ipv6 is specified */ 0038: #define ENABLE_IPV6 1 0039: 0040: /* Define if flock needs to be linked with bsd library. */ 0041: /* #undef FLOCK_NEEDS_LIBBSD */ 0042: 0043: /* Define if getpgrp() must be called as getpgrp(0). */ 0044: /* #undef GETPGRP_HAVE_ARG */ 0045: 0046: /* Define if gettimeofday() does not have second (timezone) argument This is 0047: the case on Motorola V4 (R40V4.2) */ 0048: /* #undef GETTIMEOFDAY_NO_TZ */ 0049: 0050: /* Define to 1 if you have the `acosh' function. */ 0051: #define HAVE_ACOSH 1 0052: 0053: /* struct addrinfo (netdb.h) */ 0054: #define HAVE_ADDRINFO 1 0055: 0056: /* Define to 1 if you have the `alarm' function. */ 0057: #define HAVE_ALARM 1 0058: 0059: /* Define this if your time.h defines altzone. */ 0060: /* #undef HAVE_ALTZONE */ 0061: 0062: /* Define to 1 if you have the `asinh' function. */ 0063: #define HAVE_ASINH 1 0064: 0065: /* Define to 1 if you have the <asm/types.h> header file. */ 0066: #define HAVE_ASM_TYPES_H 1 0067: 0068: /* Define to 1 if you have the `atanh' function. */ 0069: #define HAVE_ATANH 1 0070: 0071: /* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */ 0072: /* #undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE */ 0073: 0074: /* Define to 1 if you have the `bind_textdomain_codeset' function. */ 0075: #define HAVE_BIND_TEXTDOMAIN_CODESET 1 0076: 0077: /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ 0078: #define HAVE_BLUETOOTH_BLUETOOTH_H 1 0079: 0080: /* Define to 1 if you have the <bluetooth.h> header file. */ 0081: /* #undef HAVE_BLUETOOTH_H */ 0082: 0083: /* Define if nice() returns success/failure instead of the new priority. */ 0084: /* #undef HAVE_BROKEN_NICE */ 0085: 0086: /* Define if the system reports an invalid PIPE_BUF value. */ 0087: /* #undef HAVE_BROKEN_PIPE_BUF */ 0088: 0089: /* Define if poll() sets errno on invalid file descriptors. */ 0090: /* #undef HAVE_BROKEN_POLL */ 0091: 0092: /* Define if the Posix semaphores do not work on your system */ 0093: /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */ 0094: 0095: /* Define if pthread_sigmask() does not work on your system. */ 0096: /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */ 0097: 0098: /* define to 1 if your sem_getvalue is broken. */ 0099: /* #undef HAVE_BROKEN_SEM_GETVALUE */ 0100: 0101: /* Define if `unsetenv` does not return an int. */ 0102: /* #undef HAVE_BROKEN_UNSETENV */ 0103: 0104: /* Define this if you have the type _Bool. */ 0105: #define HAVE_C99_BOOL 1 0106: 0107: /* Define to 1 if you have the 'chflags' function. */ 0108: /* #undef HAVE_CHFLAGS */ 0109: 0110: /* Define to 1 if you have the `chown' function. */ 0111: #define HAVE_CHOWN 1 0112: 0113: /* Define if you have the 'chroot' function. */ 0114: #define HAVE_CHROOT 1 0115: 0116: /* Define to 1 if you have the `clock' function. */ 0117: #define HAVE_CLOCK 1 0118: 0119: /* Define to 1 if you have the `confstr' function. */ 0120: #define HAVE_CONFSTR 1 0121: 0122: /* Define to 1 if you have the <conio.h> header file. */ 0123: /* #undef HAVE_CONIO_H */ 0124: 0125: /* Define to 1 if you have the `copysign' function. */ 0126: #define HAVE_COPYSIGN 1 0127: 0128: /* Define to 1 if you have the `ctermid' function. */ 0129: #define HAVE_CTERMID 1 0130: 0131: /* Define if you have the 'ctermid_r' function. */ 0132: /* #undef HAVE_CTERMID_R */ 0133: 0134: /* Define to 1 if you have the <curses.h> header file. */ 0135: #define HAVE_CURSES_H 1 0136: 0137: /* Define if you have the 'is_term_resized' function. */ 0138: #define HAVE_CURSES_IS_TERM_RESIZED 1 0139: 0140: /* Define if you have the 'resizeterm' function. */ 0141: #define HAVE_CURSES_RESIZETERM 1 0142: 0143: /* Define if you have the 'resize_term' function. */ 0144: #define HAVE_CURSES_RESIZE_TERM 1 0145: 0146: /* Define to 1 if you have the declaration of `isfinite', and to 0 if you 0147: don't. */ 0148: #define HAVE_DECL_ISFINITE 1 0149: 0150: /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. 0151: */ 0152: #define HAVE_DECL_ISINF 1 0153: 0154: /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. 0155: */ 0156: #define HAVE_DECL_ISNAN 1 0157: 0158: /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 0159: */ 0160: /* #undef HAVE_DECL_TZNAME */ 0161: 0162: /* Define to 1 if you have the device macros. */ 0163: #define HAVE_DEVICE_MACROS 1 0164: 0165: /* Define if we have /dev/ptc. */ 0166: /* #undef HAVE_DEV_PTC */ 0167: 0168: /* Define if we have /dev/ptmx. */ 0169: #define HAVE_DEV_PTMX 1 0170: 0171: /* Define to 1 if you have the <direct.h> header file. */ 0172: /* #undef HAVE_DIRECT_H */ 0173: 0174: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 0175: */ 0176: #define HAVE_DIRENT_H 1 0177: 0178: /* Define to 1 if you have the <dlfcn.h> header file. */ 0179: #define HAVE_DLFCN_H 1 0180: 0181: /* Define to 1 if you have the `dlopen' function. */ 0182: #define HAVE_DLOPEN 1 0183: 0184: /* Define to 1 if you have the `dup2' function. */ 0185: #define HAVE_DUP2 1 0186: 0187: /* Defined when any dynamic module loading is enabled. */ 0188: #define HAVE_DYNAMIC_LOADING 1 0189: 0190: /* Define if you have the 'epoll' functions. */ 0191: #define HAVE_EPOLL 1 0192: 0193: /* Define to 1 if you have the `erf' function. */ 0194: #define HAVE_ERF 1 0195: 0196: /* Define to 1 if you have the `erfc' function. */ 0197: #define HAVE_ERFC 1 0198: 0199: /* Define to 1 if you have the <errno.h> header file. */ 0200: #define HAVE_ERRNO_H 1 0201: 0202: /* Define to 1 if you have the `execv' function. */ 0203: #define HAVE_EXECV 1 0204: 0205: /* Define to 1 if you have the `expm1' function. */ 0206: #define HAVE_EXPM1 1 0207: 0208: /* Define if you have the 'fchdir' function. */ 0209: #define HAVE_FCHDIR 1 0210: 0211: /* Define to 1 if you have the `fchmod' function. */ 0212: #define HAVE_FCHMOD 1 0213: 0214: /* Define to 1 if you have the `fchown' function. */ 0215: #define HAVE_FCHOWN 1 0216: 0217: /* Define to 1 if you have the <fcntl.h> header file. */ 0218: #define HAVE_FCNTL_H 1 0219: 0220: /* Define if you have the 'fdatasync' function. */ 0221: #define HAVE_FDATASYNC 1 0222: 0223: /* Define to 1 if you have the `finite' function. */ 0224: #define HAVE_FINITE 1 0225: 0226: /* Define to 1 if you have the `flock' function. */ 0227: #define HAVE_FLOCK 1 0228: 0229: /* Define to 1 if you have the `fork' function. */ 0230: #define HAVE_FORK 1 0231: 0232: /* Define to 1 if you have the `forkpty' function. */ 0233: #define HAVE_FORKPTY 1 0234: 0235: /* Define to 1 if you have the `fpathconf' function. */ 0236: #define HAVE_FPATHCONF 1 0237: 0238: /* Define to 1 if you have the `fseek64' function. */ 0239: /* #undef HAVE_FSEEK64 */ 0240: 0241: /* Define to 1 if you have the `fseeko' function. */ 0242: #define HAVE_FSEEKO 1 0243: 0244: /* Define to 1 if you have the `fstatvfs' function. */ 0245: #define HAVE_FSTATVFS 1 0246: 0247: /* Define if you have the 'fsync' function. */ 0248: #define HAVE_FSYNC 1 0249: 0250: /* Define to 1 if you have the `ftell64' function. */ 0251: /* #undef HAVE_FTELL64 */ 0252: 0253: /* Define to 1 if you have the `ftello' function. */ 0254: #define HAVE_FTELLO 1 0255: 0256: /* Define to 1 if you have the `ftime' function. */ 0257: #define HAVE_FTIME 1 0258: 0259: /* Define to 1 if you have the `ftruncate' function. */ 0260: #define HAVE_FTRUNCATE 1 0261: 0262: /* Define to 1 if you have the `gai_strerror' function. */ 0263: #define HAVE_GAI_STRERROR 1 0264: 0265: /* Define to 1 if you have the `gamma' function. */ 0266: #define HAVE_GAMMA 1 0267: 0268: /* Define if we can use gcc inline assembler to get and set x87 control word 0269: */ 0270: #define HAVE_GCC_ASM_FOR_X87 1 0271: 0272: /* Define if you have the getaddrinfo function. */ 0273: #define HAVE_GETADDRINFO 1 0274: 0275: /* Define to 1 if you have the `getcwd' function. */ 0276: #define HAVE_GETCWD 1 0277: 0278: /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ 0279: #define HAVE_GETC_UNLOCKED 1 0280: 0281: /* Define to 1 if you have the `getgroups' function. */ 0282: #define HAVE_GETGROUPS 1 0283: 0284: /* Define to 1 if you have the `gethostbyname' function. */ 0285: /* #undef HAVE_GETHOSTBYNAME */ 0286: 0287: /* Define this if you have some version of gethostbyname_r() */ 0288: #define HAVE_GETHOSTBYNAME_R 1 0289: 0290: /* Define this if you have the 3-arg version of gethostbyname_r(). */ 0291: /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */ 0292: 0293: /* Define this if you have the 5-arg version of gethostbyname_r(). */ 0294: /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */ 0295: 0296: /* Define this if you have the 6-arg version of gethostbyname_r(). */ 0297: #define HAVE_GETHOSTBYNAME_R_6_ARG 1 0298: 0299: /* Define to 1 if you have the `getitimer' function. */ 0300: #define HAVE_GETITIMER 1 0301: 0302: /* Define to 1 if you have the `getloadavg' function. */ 0303: #define HAVE_GETLOADAVG 1 0304: 0305: /* Define to 1 if you have the `getlogin' function. */ 0306: #define HAVE_GETLOGIN 1 0307: 0308: /* Define to 1 if you have the `getnameinfo' function. */ 0309: #define HAVE_GETNAMEINFO 1 0310: 0311: /* Define if you have the 'getpagesize' function. */ 0312: #define HAVE_GETPAGESIZE 1 0313: 0314: /* Define to 1 if you have the `getpeername' function. */ 0315: #define HAVE_GETPEERNAME 1 0316: 0317: /* Define to 1 if you have the `getpgid' function. */ 0318: #define HAVE_GETPGID 1 0319: 0320: /* Define to 1 if you have the `getpgrp' function. */ 0321: #define HAVE_GETPGRP 1 0322: 0323: /* Define to 1 if you have the `getpid' function. */ 0324: #define HAVE_GETPID 1 0325: 0326: /* Define to 1 if you have the `getpriority' function. */ 0327: #define HAVE_GETPRIORITY 1 0328: 0329: /* Define to 1 if you have the `getpwent' function. */ 0330: #define HAVE_GETPWENT 1 0331: 0332: /* Define to 1 if you have the `getresgid' function. */ 0333: #define HAVE_GETRESGID 1 0334: 0335: /* Define to 1 if you have the `getresuid' function. */ 0336: #define HAVE_GETRESUID 1 0337: 0338: /* Define to 1 if you have the `getsid' function. */ 0339: #define HAVE_GETSID 1 0340: 0341: /* Define to 1 if you have the `getspent' function. */ 0342: #define HAVE_GETSPENT 1 0343: 0344: /* Define to 1 if you have the `getspnam' function. */ 0345: #define HAVE_GETSPNAM 1 0346: 0347: /* Define to 1 if you have the `gettimeofday' function. */ 0348: #define HAVE_GETTIMEOFDAY 1 0349: 0350: /* Define to 1 if you have the `getwd' function. */ 0351: #define HAVE_GETWD 1 0352: 0353: /* Define to 1 if you have the <grp.h> header file. */ 0354: #define HAVE_GRP_H 1 0355: 0356: /* Define if you have the 'hstrerror' function. */ 0357: #define HAVE_HSTRERROR 1 0358: 0359: /* Define to 1 if you have the `hypot' function. */ 0360: #define HAVE_HYPOT 1 0361: 0362: /* Define to 1 if you have the <ieeefp.h> header file. */ 0363: /* #undef HAVE_IEEEFP_H */ 0364: 0365: /* Define if you have the 'inet_aton' function. */ 0366: #define HAVE_INET_ATON 1 0367: 0368: /* Define if you have the 'inet_pton' function. */ 0369: #define HAVE_INET_PTON 1 0370: 0371: /* Define to 1 if you have the `initgroups' function. */ 0372: #define HAVE_INITGROUPS 1 0373: 0374: /* Define to 1 if you have the <inttypes.h> header file. */ 0375: #define HAVE_INTTYPES_H 1 0376: 0377: /* Define to 1 if you have the <io.h> header file. */ 0378: /* #undef HAVE_IO_H */ 0379: 0380: /* Define to 1 if you have the `kill' function. */ 0381: #define HAVE_KILL 1 0382: 0383: /* Define to 1 if you have the `killpg' function. */ 0384: #define HAVE_KILLPG 1 0385: 0386: /* Define if you have the 'kqueue' functions. */ 0387: /* #undef HAVE_KQUEUE */ 0388: 0389: /* Define to 1 if you have the <langinfo.h> header file. */ 0390: #define HAVE_LANGINFO_H 1 0391: 0392: /* Defined to enable large file support when an off_t is bigger than a long 0393: and long long is available and at least as big as an off_t. You may need to 0394: add some flags for configuration and compilation to enable this mode. (For 0395: Solaris and Linux, the necessary defines are already defined.) */ 0396: /* #undef HAVE_LARGEFILE_SUPPORT */ 0397: 0398: /* Define to 1 if you have the 'lchflags' function. */ 0399: /* #undef HAVE_LCHFLAGS */ 0400: 0401: /* Define to 1 if you have the `lchmod' function. */ 0402: /* #undef HAVE_LCHMOD */ 0403: 0404: /* Define to 1 if you have the `lchown' function. */ 0405: #define HAVE_LCHOWN 1 0406: 0407: /* Define to 1 if you have the `lgamma' function. */ 0408: #define HAVE_LGAMMA 1 0409: 0410: /* Define to 1 if you have the `dl' library (-ldl). */ 0411: #define HAVE_LIBDL 1 0412: 0413: /* Define to 1 if you have the `dld' library (-ldld). */ 0414: /* #undef HAVE_LIBDLD */ 0415: 0416: /* Define to 1 if you have the `ieee' library (-lieee). */ 0417: /* #undef HAVE_LIBIEEE */ 0418: 0419: /* Define to 1 if you have the <libintl.h> header file. */ 0420: #define HAVE_LIBINTL_H 1 0421: 0422: /* Define if you have the readline library (-lreadline). */ 0423: #define HAVE_LIBREADLINE 1 0424: 0425: /* Define to 1 if you have the `resolv' library (-lresolv). */ 0426: /* #undef HAVE_LIBRESOLV */ 0427: 0428: /* Define to 1 if you have the <libutil.h> header file. */ 0429: /* #undef HAVE_LIBUTIL_H */ 0430: 0431: /* Define if you have the 'link' function. */ 0432: #define HAVE_LINK 1 0433: 0434: /* Define to 1 if you have the <linux/netlink.h> header file. */ 0435: #define HAVE_LINUX_NETLINK_H 1 0436: 0437: /* Define to 1 if you have the <linux/tipc.h> header file. */ 0438: #define HAVE_LINUX_TIPC_H 1 0439: 0440: /* Define to 1 if you have the `log1p' function. */ 0441: #define HAVE_LOG1P 1 0442: 0443: /* Define this if you have the type long double. */ 0444: #define HAVE_LONG_DOUBLE 1 0445: 0446: /* Define this if you have the type long long. */ 0447: #define HAVE_LONG_LONG 1 0448: 0449: /* Define to 1 if you have the `lstat' function. */ 0450: #define HAVE_LSTAT 1 0451: 0452: /* Define this if you have the makedev macro. */ 0453: #define HAVE_MAKEDEV 1 0454: 0455: /* Define to 1 if you have the `memmove' function. */ 0456: #define HAVE_MEMMOVE 1 0457: 0458: /* Define to 1 if you have the <memory.h> header file. */ 0459: #define HAVE_MEMORY_H 1 0460: 0461: /* Define to 1 if you have the `mkfifo' function. */ 0462: #define HAVE_MKFIFO 1 0463: 0464: /* Define to 1 if you have the `mknod' function. */ 0465: #define HAVE_MKNOD 1 0466: 0467: /* Define to 1 if you have the `mktime' function. */ 0468: #define HAVE_MKTIME 1 0469: 0470: /* Define to 1 if you have the `mremap' function. */ 0471: #define HAVE_MREMAP 1 0472: 0473: /* Define to 1 if you have the <ncurses.h> header file. */ 0474: #define HAVE_NCURSES_H 1 0475: 0476: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 0477: /* #undef HAVE_NDIR_H */ 0478: 0479: /* Define to 1 if you have the <netpacket/packet.h> header file. */ 0480: #define HAVE_NETPACKET_PACKET_H 1 0481: 0482: /* Define to 1 if you have the `nice' function. */ 0483: #define HAVE_NICE 1 0484: 0485: /* Define to 1 if you have the `openpty' function. */ 0486: #define HAVE_OPENPTY 1 0487: 0488: /* Define if compiling using MacOS X 10.5 SDK or later. */ 0489: /* #undef HAVE_OSX105_SDK */ 0490: 0491: /* Define to 1 if you have the `pathconf' function. */ 0492: #define HAVE_PATHCONF 1 0493: 0494: /* Define to 1 if you have the `pause' function. */ 0495: #define HAVE_PAUSE 1 0496: 0497: /* Define to 1 if you have the `plock' function. */ 0498: /* #undef HAVE_PLOCK */ 0499: 0500: /* Define to 1 if you have the `poll' function. */ 0501: #define HAVE_POLL 1 0502: 0503: /* Define to 1 if you have the <poll.h> header file. */ 0504: #define HAVE_POLL_H 1 0505: 0506: /* Define to 1 if you have the <process.h> header file. */ 0507: /* #undef HAVE_PROCESS_H */ 0508: 0509: /* Define if your compiler supports function prototype */ 0510: #define HAVE_PROTOTYPES 1 0511: 0512: /* Define if you have GNU PTH threads. */ 0513: /* #undef HAVE_PTH */ 0514: 0515: /* Defined for Solaris 2.6 bug in pthread header. */ 0516: /* #undef HAVE_PTHREAD_DESTRUCTOR */ 0517: 0518: /* Define to 1 if you have the <pthread.h> header file. */ 0519: #define HAVE_PTHREAD_H 1 0520: 0521: /* Define to 1 if you have the `pthread_init' function. */ 0522: /* #undef HAVE_PTHREAD_INIT */ 0523: 0524: /* Define to 1 if you have the `pthread_sigmask' function. */ 0525: #define HAVE_PTHREAD_SIGMASK 1 0526: 0527: /* Define to 1 if you have the <pty.h> header file. */ 0528: #define HAVE_PTY_H 1 0529: 0530: /* Define to 1 if you have the `putenv' function. */ 0531: #define HAVE_PUTENV 1 0532: 0533: /* Define to 1 if you have the `readlink' function. */ 0534: #define HAVE_READLINK 1 0535: 0536: /* Define to 1 if you have the `realpath' function. */ 0537: #define HAVE_REALPATH 1 0538: 0539: /* Define if you have readline 2.1 */ 0540: #define HAVE_RL_CALLBACK 1 0541: 0542: /* Define if you can turn off readline's signal handling. */ 0543: #define HAVE_RL_CATCH_SIGNAL 1 0544: 0545: /* Define if you have readline 2.2 */ 0546: #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 0547: 0548: /* Define if you have readline 4.0 */ 0549: #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 0550: 0551: /* Define if you have readline 4.2 */ 0552: #define HAVE_RL_COMPLETION_MATCHES 1 0553: 0554: /* Define if you have rl_completion_suppress_append */ 0555: #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 0556: 0557: /* Define if you have readline 4.0 */ 0558: #define HAVE_RL_PRE_INPUT_HOOK 1 0559: 0560: /* Define to 1 if you have the `round' function. */ 0561: #define HAVE_ROUND 1 0562: 0563: /* Define to 1 if you have the `select' function. */ 0564: #define HAVE_SELECT 1 0565: 0566: /* Define to 1 if you have the `sem_getvalue' function. */ 0567: #define HAVE_SEM_GETVALUE 1 0568: 0569: /* Define to 1 if you have the `sem_open' function. */ 0570: #define HAVE_SEM_OPEN 1 0571: 0572: /* Define to 1 if you have the `sem_timedwait' function. */ 0573: #define HAVE_SEM_TIMEDWAIT 1 0574: 0575: /* Define to 1 if you have the `sem_unlink' function. */ 0576: #define HAVE_SEM_UNLINK 1 0577: 0578: /* Define to 1 if you have the `setegid' function. */ 0579: #define HAVE_SETEGID 1 0580: 0581: /* Define to 1 if you have the `seteuid' function. */ 0582: #define HAVE_SETEUID 1 0583: 0584: /* Define to 1 if you have the `setgid' function. */ 0585: #define HAVE_SETGID 1 0586: 0587: /* Define if you have the 'setgroups' function. */ 0588: #define HAVE_SETGROUPS 1 0589: 0590: /* Define to 1 if you have the `setitimer' function. */ 0591: #define HAVE_SETITIMER 1 0592: 0593: /* Define to 1 if you have the `setlocale' function. */ 0594: #define HAVE_SETLOCALE 1 0595: 0596: /* Define to 1 if you have the `setpgid' function. */ 0597: #define HAVE_SETPGID 1 0598: 0599: /* Define to 1 if you have the `setpgrp' function. */ 0600: #define HAVE_SETPGRP 1 0601: 0602: /* Define to 1 if you have the `setregid' function. */ 0603: #define HAVE_SETREGID 1 0604: 0605: /* Define to 1 if you have the `setresgid' function. */ 0606: #define HAVE_SETRESGID 1 0607: 0608: /* Define to 1 if you have the `setresuid' function. */ 0609: #define HAVE_SETRESUID 1 0610: 0611: /* Define to 1 if you have the `setreuid' function. */ 0612: #define HAVE_SETREUID 1 0613: 0614: /* Define to 1 if you have the `setsid' function. */ 0615: #define HAVE_SETSID 1 0616: 0617: /* Define to 1 if you have the `setuid' function. */ 0618: #define HAVE_SETUID 1 0619: 0620: /* Define to 1 if you have the `setvbuf' function. */ 0621: #define HAVE_SETVBUF 1 0622: 0623: /* Define to 1 if you have the <shadow.h> header file. */ 0624: #define HAVE_SHADOW_H 1 0625: 0626: /* Define to 1 if you have the `sigaction' function. */ 0627: #define HAVE_SIGACTION 1 0628: 0629: /* Define to 1 if you have the `siginterrupt' function. */ 0630: #define HAVE_SIGINTERRUPT 1 0631: 0632: /* Define to 1 if you have the <signal.h> header file. */ 0633: #define HAVE_SIGNAL_H 1 0634: 0635: /* Define to 1 if you have the `sigrelse' function. */ 0636: #define HAVE_SIGRELSE 1 0637: 0638: /* Define to 1 if you have the `snprintf' function. */ 0639: #define HAVE_SNPRINTF 1 0640: 0641: /* Define if sockaddr has sa_len member */ 0642: /* #undef HAVE_SOCKADDR_SA_LEN */ 0643: 0644: /* struct sockaddr_storage (sys/socket.h) */ 0645: #define HAVE_SOCKADDR_STORAGE 1 0646: 0647: /* Define if you have the 'socketpair' function. */ 0648: #define HAVE_SOCKETPAIR 1 0649: 0650: /* Define to 1 if you have the <spawn.h> header file. */ 0651: #define HAVE_SPAWN_H 1 0652: 0653: /* Define if your compiler provides ssize_t */ 0654: #define HAVE_SSIZE_T 1 0655: 0656: /* Define to 1 if you have the `statvfs' function. */ 0657: #define HAVE_STATVFS 1 0658: 0659: /* Define if you have struct stat.st_mtim.tv_nsec */ 0660: #define HAVE_STAT_TV_NSEC 1 0661: 0662: /* Define if you have struct stat.st_mtimensec */ 0663: /* #undef HAVE_STAT_TV_NSEC2 */ 0664: 0665: /* Define if your compiler supports variable length function prototypes (e.g. 0666: void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ 0667: #define HAVE_STDARG_PROTOTYPES 1 0668: 0669: /* Define to 1 if you have the <stdint.h> header file. */ 0670: #define HAVE_STDINT_H 1 0671: 0672: /* Define to 1 if you have the <stdlib.h> header file. */ 0673: #define HAVE_STDLIB_H 1 0674: 0675: /* Define to 1 if you have the `strdup' function. */ 0676: #define HAVE_STRDUP 1 0677: 0678: /* Define to 1 if you have the `strftime' function. */ 0679: #define HAVE_STRFTIME 1 0680: 0681: /* Define to 1 if you have the <strings.h> header file. */ 0682: #define HAVE_STRINGS_H 1 0683: 0684: /* Define to 1 if you have the <string.h> header file. */ 0685: #define HAVE_STRING_H 1 0686: 0687: /* Define to 1 if you have the <stropts.h> header file. */ 0688: #define HAVE_STROPTS_H 1 0689: 0690: /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ 0691: /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */ 0692: 0693: /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 0694: #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 0695: 0696: /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 0697: #define HAVE_STRUCT_STAT_ST_BLOCKS 1 0698: 0699: /* Define to 1 if `st_flags' is a member of `struct stat'. */ 0700: /* #undef HAVE_STRUCT_STAT_ST_FLAGS */ 0701: 0702: /* Define to 1 if `st_gen' is a member of `struct stat'. */ 0703: /* #undef HAVE_STRUCT_STAT_ST_GEN */ 0704: 0705: /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 0706: #define HAVE_STRUCT_STAT_ST_RDEV 1 0707: 0708: /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 0709: #define HAVE_STRUCT_TM_TM_ZONE 1 0710: 0711: /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use 0712: `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ 0713: #define HAVE_ST_BLOCKS 1 0714: 0715: /* Define if you have the 'symlink' function. */ 0716: #define HAVE_SYMLINK 1 0717: 0718: /* Define to 1 if you have the `sysconf' function. */ 0719: #define HAVE_SYSCONF 1 0720: 0721: /* Define to 1 if you have the <sysexits.h> header file. */ 0722: #define HAVE_SYSEXITS_H 1 0723: 0724: /* Define to 1 if you have the <sys/audioio.h> header file. */ 0725: /* #undef HAVE_SYS_AUDIOIO_H */ 0726: 0727: /* Define to 1 if you have the <sys/bsdtty.h> header file. */ 0728: /* #undef HAVE_SYS_BSDTTY_H */ 0729: 0730: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 0731: */ 0732: /* #undef HAVE_SYS_DIR_H */ 0733: 0734: /* Define to 1 if you have the <sys/epoll.h> header file. */ 0735: #define HAVE_SYS_EPOLL_H 1 0736: 0737: /* Define to 1 if you have the <sys/event.h> header file. */ 0738: /* #undef HAVE_SYS_EVENT_H */ 0739: 0740: /* Define to 1 if you have the <sys/file.h> header file. */ 0741: #define HAVE_SYS_FILE_H 1 0742: 0743: /* Define to 1 if you have the <sys/loadavg.h> header file. */ 0744: /* #undef HAVE_SYS_LOADAVG_H */ 0745: 0746: /* Define to 1 if you have the <sys/lock.h> header file. */ 0747: /* #undef HAVE_SYS_LOCK_H */ 0748: 0749: /* Define to 1 if you have the <sys/mkdev.h> header file. */ 0750: /* #undef HAVE_SYS_MKDEV_H */ 0751: 0752: /* Define to 1 if you have the <sys/modem.h> header file. */ 0753: /* #undef HAVE_SYS_MODEM_H */ 0754: 0755: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 0756: */ 0757: /* #undef HAVE_SYS_NDIR_H */ 0758: 0759: /* Define to 1 if you have the <sys/param.h> header file. */ 0760: #define HAVE_SYS_PARAM_H 1 0761: 0762: /* Define to 1 if you have the <sys/poll.h> header file. */ 0763: #define HAVE_SYS_POLL_H 1 0764: 0765: /* Define to 1 if you have the <sys/resource.h> header file. */ 0766: #define HAVE_SYS_RESOURCE_H 1 0767: 0768: /* Define to 1 if you have the <sys/select.h> header file. */ 0769: #define HAVE_SYS_SELECT_H 1 0770: 0771: /* Define to 1 if you have the <sys/socket.h> header file. */ 0772: #define HAVE_SYS_SOCKET_H 1 0773: 0774: /* Define to 1 if you have the <sys/statvfs.h> header file. */ 0775: #define HAVE_SYS_STATVFS_H 1 0776: 0777: /* Define to 1 if you have the <sys/stat.h> header file. */ 0778: #define HAVE_SYS_STAT_H 1 0779: 0780: /* Define to 1 if you have the <sys/termio.h> header file. */ 0781: /* #undef HAVE_SYS_TERMIO_H */ 0782: 0783: /* Define to 1 if you have the <sys/times.h> header file. */ 0784: #define HAVE_SYS_TIMES_H 1 0785: 0786: /* Define to 1 if you have the <sys/time.h> header file. */ 0787: #define HAVE_SYS_TIME_H 1 0788: 0789: /* Define to 1 if you have the <sys/types.h> header file. */ 0790: #define HAVE_SYS_TYPES_H 1 0791: 0792: /* Define to 1 if you have the <sys/un.h> header file. */ 0793: #define HAVE_SYS_UN_H 1 0794: 0795: /* Define to 1 if you have the <sys/utsname.h> header file. */ 0796: #define HAVE_SYS_UTSNAME_H 1 0797: 0798: /* Define to 1 if you have the <sys/wait.h> header file. */ 0799: #define HAVE_SYS_WAIT_H 1 0800: 0801: /* Define to 1 if you have the `tcgetpgrp' function. */ 0802: #define HAVE_TCGETPGRP 1 0803: 0804: /* Define to 1 if you have the `tcsetpgrp' function. */ 0805: #define HAVE_TCSETPGRP 1 0806: 0807: /* Define to 1 if you have the `tempnam' function. */ 0808: #define HAVE_TEMPNAM 1 0809: 0810: /* Define to 1 if you have the <termios.h> header file. */ 0811: #define HAVE_TERMIOS_H 1 0812: 0813: /* Define to 1 if you have the <term.h> header file. */ 0814: #define HAVE_TERM_H 1 0815: 0816: /* Define to 1 if you have the `tgamma' function. */ 0817: #define HAVE_TGAMMA 1 0818: 0819: /* Define to 1 if you have the <thread.h> header file. */ 0820: /* #undef HAVE_THREAD_H */ 0821: 0822: /* Define to 1 if you have the `timegm' function. */ 0823: #define HAVE_TIMEGM 1 0824: 0825: /* Define to 1 if you have the `times' function. */ 0826: #define HAVE_TIMES 1 0827: 0828: /* Define to 1 if you have the `tmpfile' function. */ 0829: #define HAVE_TMPFILE 1 0830: 0831: /* Define to 1 if you have the `tmpnam' function. */ 0832: #define HAVE_TMPNAM 1 0833: 0834: /* Define to 1 if you have the `tmpnam_r' function. */ 0835: #define HAVE_TMPNAM_R 1 0836: 0837: /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 0838: `HAVE_STRUCT_TM_TM_ZONE' instead. */ 0839: #define HAVE_TM_ZONE 1 0840: 0841: /* Define to 1 if you have the `truncate' function. */ 0842: #define HAVE_TRUNCATE 1 0843: 0844: /* Define to 1 if you don't have `tm_zone' but do have the external array 0845: `tzname'. */ 0846: /* #undef HAVE_TZNAME */ 0847: 0848: /* Define this if you have tcl and TCL_UTF_MAX==6 */ 0849: /* #undef HAVE_UCS4_TCL */ 0850: 0851: /* Define to 1 if the system has the type `uintptr_t'. */ 0852: #define HAVE_UINTPTR_T 1 0853: 0854: /* Define to 1 if you have the `uname' function. */ 0855: #define HAVE_UNAME 1 0856: 0857: /* Define to 1 if you have the <unistd.h> header file. */ 0858: #define HAVE_UNISTD_H 1 0859: 0860: /* Define to 1 if you have the `unsetenv' function. */ 0861: #define HAVE_UNSETENV 1 0862: 0863: /* Define if you have a useable wchar_t type defined in wchar.h; useable means 0864: wchar_t must be an unsigned type with at least 16 bits. (see 0865: Include/unicodeobject.h). */ 0866: /* #undef HAVE_USABLE_WCHAR_T */ 0867: 0868: /* Define to 1 if you have the <util.h> header file. */ 0869: /* #undef HAVE_UTIL_H */ 0870: 0871: /* Define to 1 if you have the `utimes' function. */ 0872: #define HAVE_UTIMES 1 0873: 0874: /* Define to 1 if you have the <utime.h> header file. */ 0875: #define HAVE_UTIME_H 1 0876: 0877: /* Define to 1 if you have the `wait3' function. */ 0878: #define HAVE_WAIT3 1 0879: 0880: /* Define to 1 if you have the `wait4' function. */ 0881: #define HAVE_WAIT4 1 0882: 0883: /* Define to 1 if you have the `waitpid' function. */ 0884: #define HAVE_WAITPID 1 0885: 0886: /* Define if the compiler provides a wchar.h header file. */ 0887: #define HAVE_WCHAR_H 1 0888: 0889: /* Define to 1 if you have the `wcscoll' function. */ 0890: #define HAVE_WCSCOLL 1 0891: 0892: /* Define if tzset() actually switches the local timezone in a meaningful way. 0893: */ 0894: #define HAVE_WORKING_TZSET 1 0895: 0896: /* Define if the zlib library has inflateCopy */ 0897: #define HAVE_ZLIB_COPY 1 0898: 0899: /* Define to 1 if you have the `_getpty' function. */ 0900: /* #undef HAVE__GETPTY */ 0901: 0902: /* Define if you are using Mach cthreads directly under /include */ 0903: /* #undef HURD_C_THREADS */ 0904: 0905: /* Define if you are using Mach cthreads under mach / */ 0906: /* #undef MACH_C_THREADS */ 0907: 0908: /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 0909: */ 0910: /* #undef MAJOR_IN_MKDEV */ 0911: 0912: /* Define to 1 if `major', `minor', and `makedev' are declared in 0913: <sysmacros.h>. */ 0914: /* #undef MAJOR_IN_SYSMACROS */ 0915: 0916: /* Define if mvwdelch in curses.h is an expression. */ 0917: #define MVWDELCH_IS_EXPRESSION 1 0918: 0919: /* Define to the address where bug reports for this package should be sent. */ 0920: /* #undef PACKAGE_BUGREPORT */ 0921: 0922: /* Define to the full name of this package. */ 0923: /* #undef PACKAGE_NAME */ 0924: 0925: /* Define to the full name and version of this package. */ 0926: /* #undef PACKAGE_STRING */ 0927: 0928: /* Define to the one symbol short name of this package. */ 0929: /* #undef PACKAGE_TARNAME */ 0930: 0931: /* Define to the home page for this package. */ 0932: /* #undef PACKAGE_URL */ 0933: 0934: /* Define to the version of this package. */ 0935: /* #undef PACKAGE_VERSION */ 0936: 0937: /* Define if POSIX semaphores aren't enabled on your system */ 0938: /* #undef POSIX_SEMAPHORES_NOT_ENABLED */ 0939: 0940: /* Defined if PTHREAD_SCOPE_SYSTEM supported. */ 0941: #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 0942: 0943: /* Define as the preferred size in bits of long digits */ 0944: /* #undef PYLONG_BITS_IN_DIGIT */ 0945: 0946: /* Define to printf format modifier for long long type */ 0947: #define PY_FORMAT_LONG_LONG "ll" 0948: 0949: /* Define to printf format modifier for Py_ssize_t */ 0950: #define PY_FORMAT_SIZE_T "z" 0951: 0952: /* Define as the integral type used for Unicode representation. */ 0953: /* #undef PY_UNICODE_TYPE */ 0954: 0955: /* Define if you want to build an interpreter with many run-time checks. */ 0956: /* #undef Py_DEBUG */ 0957: 0958: /* Defined if Python is built as a shared library. */ 0959: /* #undef Py_ENABLE_SHARED */ 0960: 0961: /* Define as the size of the unicode type. */ 0962: #define Py_UNICODE_SIZE 4 0963: 0964: /* Define if you want to have a Unicode type. */ 0965: #define Py_USING_UNICODE 1 0966: 0967: /* assume C89 semantics that RETSIGTYPE is always void */ 0968: #define RETSIGTYPE void 0969: 0970: /* Define if setpgrp() must be called as setpgrp(0, 0). */ 0971: /* #undef SETPGRP_HAVE_ARG */ 0972: 0973: /* Define this to be extension of shared libraries (including the dot!). */ 0974: #define SHLIB_EXT ".so" 0975: 0976: /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ 0977: /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */ 0978: 0979: /* The size of `double', as computed by sizeof. */ 0980: #define SIZEOF_DOUBLE 8 0981: 0982: /* The size of `float', as computed by sizeof. */ 0983: #define SIZEOF_FLOAT 4 0984: 0985: /* The size of `fpos_t', as computed by sizeof. */ 0986: #define SIZEOF_FPOS_T 16 0987: 0988: /* The size of `int', as computed by sizeof. */ 0989: #define SIZEOF_INT 4 0990: 0991: /* The size of `long', as computed by sizeof. */ 0992: #define SIZEOF_LONG 8 0993: 0994: /* The size of `long double', as computed by sizeof. */ 0995: #define SIZEOF_LONG_DOUBLE 16 0996: 0997: /* The size of `long long', as computed by sizeof. */ 0998: #define SIZEOF_LONG_LONG 8 0999: 1000: /* The size of `off_t', as computed by sizeof. */ 1001: #define SIZEOF_OFF_T 8 1002: 1003: /* The size of `pid_t', as computed by sizeof. */ 1004: #define SIZEOF_PID_T 4 1005: 1006: /* The size of `pthread_t', as computed by sizeof. */ 1007: #define SIZEOF_PTHREAD_T 8 1008: 1009: /* The size of `short', as computed by sizeof. */ 1010: #define SIZEOF_SHORT 2 1011: 1012: /* The size of `size_t', as computed by sizeof. */ 1013: #define SIZEOF_SIZE_T 8 1014: 1015: /* The size of `time_t', as computed by sizeof. */ 1016: #define SIZEOF_TIME_T 8 1017: 1018: /* The size of `uintptr_t', as computed by sizeof. */ 1019: #define SIZEOF_UINTPTR_T 8 1020: 1021: /* The size of `void *', as computed by sizeof. */ 1022: #define SIZEOF_VOID_P 8 1023: 1024: /* The size of `wchar_t', as computed by sizeof. */ 1025: #define SIZEOF_WCHAR_T 4 1026: 1027: /* The size of `_Bool', as computed by sizeof. */ 1028: #define SIZEOF__BOOL 1 1029: 1030: /* Define to 1 if you have the ANSI C header files. */ 1031: #define STDC_HEADERS 1 1032: 1033: /* Define if you can safely include both <sys/select.h> and <sys/time.h> 1034: (which you can't on SCO ODT 3.0). */ 1035: #define SYS_SELECT_WITH_SYS_TIME 1 1036: 1037: /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */ 1038: #define TANH_PRESERVES_ZERO_SIGN 1 1039: 1040: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1041: #define TIME_WITH_SYS_TIME 1 1042: 1043: /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 1044: /* #undef TM_IN_SYS_TIME */ 1045: 1046: /* Enable extensions on AIX 3, Interix. */ 1047: #ifndef _ALL_SOURCE 1048: # define _ALL_SOURCE 1 1049: #endif 1050: /* Enable GNU extensions on systems that have them. */ 1051: #ifndef _GNU_SOURCE 1052: # define _GNU_SOURCE 1 1053: #endif 1054: /* Enable threading extensions on Solaris. */ 1055: #ifndef _POSIX_PTHREAD_SEMANTICS 1056: # define _POSIX_PTHREAD_SEMANTICS 1 1057: #endif 1058: /* Enable extensions on HP NonStop. */ 1059: #ifndef _TANDEM_SOURCE 1060: # define _TANDEM_SOURCE 1 1061: #endif 1062: /* Enable general extensions on Solaris. */ 1063: #ifndef __EXTENSIONS__ 1064: # define __EXTENSIONS__ 1 1065: #endif 1066: 1067: 1068: /* Define if you want to use MacPython modules on MacOSX in unix-Python. */ 1069: /* #undef USE_TOOLBOX_OBJECT_GLUE */ 1070: 1071: /* Define if a va_list is an array of some kind */ 1072: #define VA_LIST_IS_ARRAY 1 1073: 1074: /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ 1075: #define WANT_SIGFPE_HANDLER 1 1076: 1077: /* Define if you want wctype.h functions to be used instead of the one 1078: supplied by Python itself. (see Include/unicodectype.h). */ 1079: /* #undef WANT_WCTYPE_FUNCTIONS */ 1080: 1081: /* Define if WINDOW in curses.h offers a field _flags. */ 1082: #define WINDOW_HAS_FLAGS 1 1083: 1084: /* Define if you want documentation strings in extension modules */ 1085: #define WITH_DOC_STRINGS 1 1086: 1087: /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic 1088: linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). 1089: Dyld is necessary to support frameworks. */ 1090: /* #undef WITH_DYLD */ 1091: 1092: /* Define to 1 if libintl is needed for locale functions. */ 1093: /* #undef WITH_LIBINTL */ 1094: 1095: /* Define if you want to produce an OpenStep/Rhapsody framework (shared 1096: library plus accessory files). */ 1097: /* #undef WITH_NEXT_FRAMEWORK */ 1098: 1099: /* Define if you want to compile in Python-specific mallocs */ 1100: #define WITH_PYMALLOC 1 1101: 1102: /* Define if you want to compile in rudimentary thread support */ 1103: #define WITH_THREAD 1 1104: 1105: /* Define to profile with the Pentium timestamp counter */ 1106: /* #undef WITH_TSC */ 1107: 1108: /* Define if you want pymalloc to be disabled when running under valgrind */ 1109: /* #undef WITH_VALGRIND */ 1110: 1111: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1112: significant byte first (like Motorola and SPARC, unlike Intel). */ 1113: #if defined AC_APPLE_UNIVERSAL_BUILD 1114: # if defined __BIG_ENDIAN__ 1115: # define WORDS_BIGENDIAN 1 1116: # endif 1117: #else 1118: # ifndef WORDS_BIGENDIAN 1119: /* # undef WORDS_BIGENDIAN */ 1120: # endif 1121: #endif 1122: 1123: /* Define if arithmetic is subject to x87-style double rounding issue */ 1124: /* #undef X87_DOUBLE_ROUNDING */ 1125: 1126: /* Define on OpenBSD to activate all library features */ 1127: /* #undef _BSD_SOURCE */ 1128: 1129: /* Define on Irix to enable u_int */ 1130: #define _BSD_TYPES 1 1131: 1132: /* Define on Darwin to activate all library features */ 1133: #define _DARWIN_C_SOURCE 1 1134: 1135: /* This must be set to 64 on some systems to enable large file support. */ 1136: #define _FILE_OFFSET_BITS 64 1137: 1138: /* Define on Linux to activate all library features */ 1139: #define _GNU_SOURCE 1 1140: 1141: /* This must be defined on some systems to enable large file support. */ 1142: #define _LARGEFILE_SOURCE 1 1143: 1144: /* This must be defined on AIX systems to enable large file support. */ 1145: /* #undef _LARGE_FILES */ 1146: 1147: /* Define to 1 if on MINIX. */ 1148: /* #undef _MINIX */ 1149: 1150: /* Define on NetBSD to activate all library features */ 1151: #define _NETBSD_SOURCE 1 1152: 1153: /* Define _OSF_SOURCE to get the makedev macro. */ 1154: /* #undef _OSF_SOURCE */ 1155: 1156: /* Define to 2 if the system does not provide POSIX.1 features except with 1157: this defined. */ 1158: /* #undef _POSIX_1_SOURCE */ 1159: 1160: /* Define to activate features from IEEE Stds 1003.1-2001 */ 1161: #define _POSIX_C_SOURCE 200112L 1162: 1163: /* Define to 1 if you need to in order for `stat' and other things to work. */ 1164: /* #undef _POSIX_SOURCE */ 1165: 1166: /* Define if you have POSIX threads, and your system does not define that. */ 1167: /* #undef _POSIX_THREADS */ 1168: 1169: /* Define to force use of thread-safe errno, h_errno, and other functions */ 1170: /* #undef _REENTRANT */ 1171: 1172: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 1173: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1174: #define below would cause a syntax error. */ 1175: /* #undef _UINT32_T */ 1176: 1177: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 1178: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1179: #define below would cause a syntax error. */ 1180: /* #undef _UINT64_T */ 1181: 1182: /* Define to the level of X/Open that your system supports */ 1183: #define _XOPEN_SOURCE 600 1184: 1185: /* Define to activate Unix95-and-earlier features */ 1186: #define _XOPEN_SOURCE_EXTENDED 1 1187: 1188: /* Define on FreeBSD to activate all library features */ 1189: #define __BSD_VISIBLE 1 1190: 1191: /* Define to 1 if type `char' is unsigned and you are not using gcc. */ 1192: #ifndef __CHAR_UNSIGNED__ 1193: /* # undef __CHAR_UNSIGNED__ */ 1194: #endif 1195: 1196: /* Defined on Solaris to see additional function prototypes. */ 1197: #define __EXTENSIONS__ 1 1198: 1199: /* Define to 'long' if <time.h> doesn't define. */ 1200: /* #undef clock_t */ 1201: 1202: /* Define to empty if `const' does not conform to ANSI C. */ 1203: /* #undef const */ 1204: 1205: /* Define to `int' if <sys/types.h> doesn't define. */ 1206: /* #undef gid_t */ 1207: 1208: /* Define to the type of a signed integer type of width exactly 32 bits if 1209: such a type exists and the standard includes do not define it. */ 1210: /* #undef int32_t */ 1211: 1212: /* Define to the type of a signed integer type of width exactly 64 bits if 1213: such a type exists and the standard includes do not define it. */ 1214: /* #undef int64_t */ 1215: 1216: /* Define to `int' if <sys/types.h> does not define. */ 1217: /* #undef mode_t */ 1218: 1219: /* Define to `long int' if <sys/types.h> does not define. */ 1220: /* #undef off_t */ 1221: 1222: /* Define to `int' if <sys/types.h> does not define. */ 1223: /* #undef pid_t */ 1224: 1225: /* Define to empty if the keyword does not work. */ 1226: /* #undef signed */ 1227: 1228: /* Define to `unsigned int' if <sys/types.h> does not define. */ 1229: /* #undef size_t */ 1230: 1231: /* Define to `int' if <sys/socket.h> does not define. */ 1232: /* #undef socklen_t */ 1233: 1234: /* Define to `int' if <sys/types.h> doesn't define. */ 1235: /* #undef uid_t */ 1236: 1237: /* Define to the type of an unsigned integer type of width exactly 32 bits if 1238: such a type exists and the standard includes do not define it. */ 1239: /* #undef uint32_t */ 1240: 1241: /* Define to the type of an unsigned integer type of width exactly 64 bits if 1242: such a type exists and the standard includes do not define it. */ 1243: /* #undef uint64_t */ 1244: 1245: /* Define to empty if the keyword does not work. */ 1246: /* #undef volatile */ 1247: 1248: 1249: /* Define the macros needed if on a UnixWare 7.x system. */ 1250: #if defined(__USLC__) && defined(__SCO_VERSION__) 1251: #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ 1252: #endif 1253: 1254: #endif /*Py_PYCONFIG_H*/ 1255: 1256: