Changeset 388 for python/vendor/current/pyconfig.h.in
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/pyconfig.h.in
r2 r388 1 /* pyconfig.h.in. Generated from configure. inby autoheader. */1 /* pyconfig.h.in. Generated from configure.ac by autoheader. */ 2 2 3 3 … … 5 5 #define Py_PYCONFIG_H 6 6 7 8 /* Define if building universal (internal helper macro) */ 9 #undef AC_APPLE_UNIVERSAL_BUILD 7 10 8 11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want … … 19 22 #undef C_THREADS 20 23 24 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 25 mixed-endian order (byte order 45670123) */ 26 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 27 28 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 29 significant byte first */ 30 #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 31 32 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 33 least significant byte first */ 34 #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 35 21 36 /* Define if --enable-ipv6 is specified */ 22 37 #undef ENABLE_IPV6 38 39 /* Define if flock needs to be linked with bsd library. */ 40 #undef FLOCK_NEEDS_LIBBSD 23 41 24 42 /* Define if getpgrp() must be called as getpgrp(0). */ … … 38 56 #undef HAVE_ALARM 39 57 58 /* Define to 1 if you have the <alloca.h> header file. */ 59 #undef HAVE_ALLOCA_H 60 40 61 /* Define this if your time.h defines altzone. */ 41 62 #undef HAVE_ALTZONE … … 65 86 #undef HAVE_BROKEN_NICE 66 87 88 /* Define if the system reports an invalid PIPE_BUF value. */ 89 #undef HAVE_BROKEN_PIPE_BUF 90 67 91 /* Define if poll() sets errno on invalid file descriptors. */ 68 92 #undef HAVE_BROKEN_POLL … … 74 98 #undef HAVE_BROKEN_PTHREAD_SIGMASK 75 99 100 /* define to 1 if your sem_getvalue is broken. */ 101 #undef HAVE_BROKEN_SEM_GETVALUE 102 103 /* Define if `unsetenv` does not return an int. */ 104 #undef HAVE_BROKEN_UNSETENV 105 76 106 /* Define this if you have the type _Bool. */ 77 107 #undef HAVE_C99_BOOL 78 108 79 /* Define to 1 if you have the `chflags' function. */109 /* Define to 1 if you have the 'chflags' function. */ 80 110 #undef HAVE_CHFLAGS 81 111 … … 135 165 #undef HAVE_DEVICE_MACROS 136 166 137 /* Define if we have /dev/ptc. */167 /* Define to 1 if you have the /dev/ptc device file. */ 138 168 #undef HAVE_DEV_PTC 139 169 140 /* Define if we have /dev/ptmx. */170 /* Define to 1 if you have the /dev/ptmx device file. */ 141 171 #undef HAVE_DEV_PTMX 142 172 … … 163 193 #undef HAVE_EPOLL 164 194 195 /* Define to 1 if you have the `erf' function. */ 196 #undef HAVE_ERF 197 198 /* Define to 1 if you have the `erfc' function. */ 199 #undef HAVE_ERFC 200 165 201 /* Define to 1 if you have the <errno.h> header file. */ 166 202 #undef HAVE_ERRNO_H … … 190 226 #undef HAVE_FINITE 191 227 192 /* Define if you have the 'flock' function. */228 /* Define to 1 if you have the `flock' function. */ 193 229 #undef HAVE_FLOCK 194 230 … … 229 265 #undef HAVE_GAI_STRERROR 230 266 267 /* Define to 1 if you have the `gamma' function. */ 268 #undef HAVE_GAMMA 269 270 /* Define if we can use gcc inline assembler to get and set x87 control word 271 */ 272 #undef HAVE_GCC_ASM_FOR_X87 273 231 274 /* Define if you have the getaddrinfo function. */ 232 275 #undef HAVE_GETADDRINFO … … 289 332 #undef HAVE_GETPWENT 290 333 334 /* Define to 1 if you have the `getresgid' function. */ 335 #undef HAVE_GETRESGID 336 337 /* Define to 1 if you have the `getresuid' function. */ 338 #undef HAVE_GETRESUID 339 291 340 /* Define to 1 if you have the `getsid' function. */ 292 341 #undef HAVE_GETSID … … 321 370 /* Define if you have the 'inet_pton' function. */ 322 371 #undef HAVE_INET_PTON 372 373 /* Define to 1 if you have the `initgroups' function. */ 374 #undef HAVE_INITGROUPS 375 376 /* Define if your compiler provides int32_t. */ 377 #undef HAVE_INT32_T 378 379 /* Define if your compiler provides int64_t. */ 380 #undef HAVE_INT64_T 323 381 324 382 /* Define to 1 if you have the <inttypes.h> header file. */ … … 346 404 #undef HAVE_LARGEFILE_SUPPORT 347 405 348 /* Define to 1 if you have the `lchflags' function. */406 /* Define to 1 if you have the 'lchflags' function. */ 349 407 #undef HAVE_LCHFLAGS 350 408 … … 355 413 #undef HAVE_LCHOWN 356 414 415 /* Define to 1 if you have the `lgamma' function. */ 416 #undef HAVE_LGAMMA 417 357 418 /* Define to 1 if you have the `dl' library (-ldl). */ 358 419 #undef HAVE_LIBDL … … 460 521 #undef HAVE_PTH 461 522 523 /* Define to 1 if you have the `pthread_atfork' function. */ 524 #undef HAVE_PTHREAD_ATFORK 525 462 526 /* Defined for Solaris 2.6 bug in pthread header. */ 463 527 #undef HAVE_PTHREAD_DESTRUCTOR … … 505 569 #undef HAVE_RL_PRE_INPUT_HOOK 506 570 571 /* Define to 1 if you have the `round' function. */ 572 #undef HAVE_ROUND 573 507 574 /* Define to 1 if you have the `select' function. */ 508 575 #undef HAVE_SELECT 509 576 577 /* Define to 1 if you have the `sem_getvalue' function. */ 578 #undef HAVE_SEM_GETVALUE 579 580 /* Define to 1 if you have the `sem_open' function. */ 581 #undef HAVE_SEM_OPEN 582 583 /* Define to 1 if you have the `sem_timedwait' function. */ 584 #undef HAVE_SEM_TIMEDWAIT 585 586 /* Define to 1 if you have the `sem_unlink' function. */ 587 #undef HAVE_SEM_UNLINK 588 510 589 /* Define to 1 if you have the `setegid' function. */ 511 590 #undef HAVE_SETEGID … … 535 614 #undef HAVE_SETREGID 536 615 616 /* Define to 1 if you have the `setresgid' function. */ 617 #undef HAVE_SETRESGID 618 619 /* Define to 1 if you have the `setresuid' function. */ 620 #undef HAVE_SETRESUID 621 537 622 /* Define to 1 if you have the `setreuid' function. */ 538 623 #undef HAVE_SETREUID … … 573 658 /* Define if you have the 'socketpair' function. */ 574 659 #undef HAVE_SOCKETPAIR 660 661 /* Define to 1 if you have the <spawn.h> header file. */ 662 #undef HAVE_SPAWN_H 575 663 576 664 /* Define if your compiler provides ssize_t */ … … 611 699 #undef HAVE_STROPTS_H 612 700 613 /* Define to 1 if `st_birthtime' is member of `struct stat'. */701 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ 614 702 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME 615 703 616 /* Define to 1 if `st_blksize' is member of `struct stat'. */704 /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 617 705 #undef HAVE_STRUCT_STAT_ST_BLKSIZE 618 706 619 /* Define to 1 if `st_blocks' is member of `struct stat'. */707 /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 620 708 #undef HAVE_STRUCT_STAT_ST_BLOCKS 621 709 622 /* Define to 1 if `st_flags' is member of `struct stat'. */710 /* Define to 1 if `st_flags' is a member of `struct stat'. */ 623 711 #undef HAVE_STRUCT_STAT_ST_FLAGS 624 712 625 /* Define to 1 if `st_gen' is member of `struct stat'. */713 /* Define to 1 if `st_gen' is a member of `struct stat'. */ 626 714 #undef HAVE_STRUCT_STAT_ST_GEN 627 715 628 /* Define to 1 if `st_rdev' is member of `struct stat'. */716 /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 629 717 #undef HAVE_STRUCT_STAT_ST_RDEV 630 718 631 /* Define to 1 if `tm_zone' is member of `struct tm'. */719 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 632 720 #undef HAVE_STRUCT_TM_TM_ZONE 633 721 … … 737 825 #undef HAVE_TERM_H 738 826 827 /* Define to 1 if you have the `tgamma' function. */ 828 #undef HAVE_TGAMMA 829 739 830 /* Define to 1 if you have the <thread.h> header file. */ 740 831 #undef HAVE_THREAD_H … … 768 859 /* Define this if you have tcl and TCL_UTF_MAX==6 */ 769 860 #undef HAVE_UCS4_TCL 861 862 /* Define if your compiler provides uint32_t. */ 863 #undef HAVE_UINT32_T 864 865 /* Define if your compiler provides uint64_t. */ 866 #undef HAVE_UINT64_T 770 867 771 868 /* Define to 1 if the system has the type `uintptr_t'. */ … … 786 883 #undef HAVE_USABLE_WCHAR_T 787 884 885 /* Define to 1 if you have the <util.h> header file. */ 886 #undef HAVE_UTIL_H 887 788 888 /* Define to 1 if you have the `utimes' function. */ 789 889 #undef HAVE_UTIMES … … 846 946 #undef PACKAGE_TARNAME 847 947 948 /* Define to the home page for this package. */ 949 #undef PACKAGE_URL 950 848 951 /* Define to the version of this package. */ 849 952 #undef PACKAGE_VERSION 850 953 954 /* Define if POSIX semaphores aren't enabled on your system */ 955 #undef POSIX_SEMAPHORES_NOT_ENABLED 956 851 957 /* Defined if PTHREAD_SCOPE_SYSTEM supported. */ 852 958 #undef PTHREAD_SYSTEM_SCHED_SUPPORTED 853 959 960 /* Define as the preferred size in bits of long digits */ 961 #undef PYLONG_BITS_IN_DIGIT 962 963 /* Define to printf format modifier for long long type */ 964 #undef PY_FORMAT_LONG_LONG 965 854 966 /* Define to printf format modifier for Py_ssize_t */ 855 967 #undef PY_FORMAT_SIZE_T … … 870 982 #undef Py_USING_UNICODE 871 983 872 /* Define as the return type of signal handlers (`int' or `void').*/984 /* assume C89 semantics that RETSIGTYPE is always void */ 873 985 #undef RETSIGTYPE 874 986 … … 903 1015 #undef SIZEOF_LONG_LONG 904 1016 905 /* The number of bytes in an off_t. */1017 /* The size of `off_t', as computed by sizeof. */ 906 1018 #undef SIZEOF_OFF_T 907 1019 … … 909 1021 #undef SIZEOF_PID_T 910 1022 911 /* The number of bytes in a pthread_t. */1023 /* The size of `pthread_t', as computed by sizeof. */ 912 1024 #undef SIZEOF_PTHREAD_T 913 1025 … … 918 1030 #undef SIZEOF_SIZE_T 919 1031 920 /* The number of bytes in a time_t. */1032 /* The size of `time_t', as computed by sizeof. */ 921 1033 #undef SIZEOF_TIME_T 922 1034 … … 948 1060 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 949 1061 #undef TM_IN_SYS_TIME 1062 1063 /* Enable extensions on AIX 3, Interix. */ 1064 #ifndef _ALL_SOURCE 1065 # undef _ALL_SOURCE 1066 #endif 1067 /* Enable GNU extensions on systems that have them. */ 1068 #ifndef _GNU_SOURCE 1069 # undef _GNU_SOURCE 1070 #endif 1071 /* Enable threading extensions on Solaris. */ 1072 #ifndef _POSIX_PTHREAD_SEMANTICS 1073 # undef _POSIX_PTHREAD_SEMANTICS 1074 #endif 1075 /* Enable extensions on HP NonStop. */ 1076 #ifndef _TANDEM_SOURCE 1077 # undef _TANDEM_SOURCE 1078 #endif 1079 /* Enable general extensions on Solaris. */ 1080 #ifndef __EXTENSIONS__ 1081 # undef __EXTENSIONS__ 1082 #endif 1083 950 1084 951 1085 /* Define if you want to use MacPython modules on MacOSX in unix-Python. */ … … 989 1123 #undef WITH_TSC 990 1124 991 /* Define to 1 if your processor stores words with the most significant byte 992 first (like Motorola and SPARC, unlike Intel and VAX). */ 993 #undef WORDS_BIGENDIAN 1125 /* Define if you want pymalloc to be disabled when running under valgrind */ 1126 #undef WITH_VALGRIND 1127 1128 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1129 significant byte first (like Motorola and SPARC, unlike Intel). */ 1130 #if defined AC_APPLE_UNIVERSAL_BUILD 1131 # if defined __BIG_ENDIAN__ 1132 # define WORDS_BIGENDIAN 1 1133 # endif 1134 #else 1135 # ifndef WORDS_BIGENDIAN 1136 # undef WORDS_BIGENDIAN 1137 # endif 1138 #endif 994 1139 995 1140 /* Define if arithmetic is subject to x87-style double rounding issue */ 996 1141 #undef X87_DOUBLE_ROUNDING 997 1142 998 /* Define to 1 if on AIX 3.999 System headers sometimes define this.1000 We just want to avoid a redefinition error message. */1001 #ifndef _ALL_SOURCE1002 # undef _ALL_SOURCE1003 #endif1004 1005 1143 /* Define on OpenBSD to activate all library features */ 1006 1144 #undef _BSD_SOURCE … … 1021 1159 #undef _LARGEFILE_SOURCE 1022 1160 1161 /* This must be defined on AIX systems to enable large file support. */ 1162 #undef _LARGE_FILES 1163 1164 /* Define to 1 if on MINIX. */ 1165 #undef _MINIX 1166 1023 1167 /* Define on NetBSD to activate all library features */ 1024 1168 #undef _NETBSD_SOURCE … … 1027 1171 #undef _OSF_SOURCE 1028 1172 1173 /* Define to 2 if the system does not provide POSIX.1 features except with 1174 this defined. */ 1175 #undef _POSIX_1_SOURCE 1176 1029 1177 /* Define to activate features from IEEE Stds 1003.1-2001 */ 1030 1178 #undef _POSIX_C_SOURCE 1031 1179 1180 /* Define to 1 if you need to in order for `stat' and other things to work. */ 1181 #undef _POSIX_SOURCE 1182 1032 1183 /* Define if you have POSIX threads, and your system does not define that. */ 1033 1184 #undef _POSIX_THREADS … … 1035 1186 /* Define to force use of thread-safe errno, h_errno, and other functions */ 1036 1187 #undef _REENTRANT 1188 1189 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 1190 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1191 #define below would cause a syntax error. */ 1192 #undef _UINT32_T 1193 1194 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 1195 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1196 #define below would cause a syntax error. */ 1197 #undef _UINT64_T 1037 1198 1038 1199 /* Define to the level of X/Open that your system supports */ … … 1062 1223 #undef gid_t 1063 1224 1225 /* Define to the type of a signed integer type of width exactly 32 bits if 1226 such a type exists and the standard includes do not define it. */ 1227 #undef int32_t 1228 1229 /* Define to the type of a signed integer type of width exactly 64 bits if 1230 such a type exists and the standard includes do not define it. */ 1231 #undef int64_t 1232 1064 1233 /* Define to `int' if <sys/types.h> does not define. */ 1065 1234 #undef mode_t … … 1082 1251 /* Define to `int' if <sys/types.h> doesn't define. */ 1083 1252 #undef uid_t 1253 1254 /* Define to the type of an unsigned integer type of width exactly 32 bits if 1255 such a type exists and the standard includes do not define it. */ 1256 #undef uint32_t 1257 1258 /* Define to the type of an unsigned integer type of width exactly 64 bits if 1259 such a type exists and the standard includes do not define it. */ 1260 #undef uint64_t 1084 1261 1085 1262 /* Define to empty if the keyword does not work. */
Note:
See TracChangeset
for help on using the changeset viewer.