1/* pyconfig.h.in. Generated from configure.ac by autoheader. */ 2 3 4#ifndef Py_PYCONFIG_H 5#define Py_PYCONFIG_H 6 7 8/* Define if building universal (internal helper macro) */ 9#undef AC_APPLE_UNIVERSAL_BUILD 10 11/* BUILD_GNU_TYPE + AIX_BUILDDATE are used to construct the PEP425 tag of the 12 build system. */ 13#undef AIX_BUILDDATE 14 15/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 16 support for AIX C++ shared extension modules. */ 17#undef AIX_GENUINE_CPLUSPLUS 18 19/* The normal alignment of `long', in bytes. */ 20#undef ALIGNOF_LONG 21 22/* The normal alignment of `size_t', in bytes. */ 23#undef ALIGNOF_SIZE_T 24 25/* Alternative SOABI used in debug build to load C extensions built in release 26 mode */ 27#undef ALT_SOABI 28 29/* The Android API level. */ 30#undef ANDROID_API_LEVEL 31 32/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 33 mixed-endian order (byte order 45670123) */ 34#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 35 36/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 37 significant byte first */ 38#undef DOUBLE_IS_BIG_ENDIAN_IEEE754 39 40/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 41 least significant byte first */ 42#undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 43 44/* Define if --enable-ipv6 is specified */ 45#undef ENABLE_IPV6 46 47/* Better isolate subinterpreters, experimental build mode. */ 48#undef EXPERIMENTAL_ISOLATED_SUBINTERPRETERS 49 50/* Define to 1 if your system stores words within floats with the most 51 significant word first */ 52#undef FLOAT_WORDS_BIGENDIAN 53 54/* Define if flock needs to be linked with bsd library. */ 55#undef FLOCK_NEEDS_LIBBSD 56 57/* Define if getpgrp() must be called as getpgrp(0). */ 58#undef GETPGRP_HAVE_ARG 59 60/* Define to 1 if you have the `accept4' function. */ 61#undef HAVE_ACCEPT4 62 63/* Define to 1 if you have the `acosh' function. */ 64#undef HAVE_ACOSH 65 66/* struct addrinfo (netdb.h) */ 67#undef HAVE_ADDRINFO 68 69/* Define to 1 if you have the `alarm' function. */ 70#undef HAVE_ALARM 71 72/* Define if aligned memory access is required */ 73#undef HAVE_ALIGNED_REQUIRED 74 75/* Define to 1 if you have the <alloca.h> header file. */ 76#undef HAVE_ALLOCA_H 77 78/* Define this if your time.h defines altzone. */ 79#undef HAVE_ALTZONE 80 81/* Define to 1 if you have the `asinh' function. */ 82#undef HAVE_ASINH 83 84/* Define to 1 if you have the <asm/types.h> header file. */ 85#undef HAVE_ASM_TYPES_H 86 87/* Define to 1 if you have the `atanh' function. */ 88#undef HAVE_ATANH 89 90/* Define to 1 if you have the `bind_textdomain_codeset' function. */ 91#undef HAVE_BIND_TEXTDOMAIN_CODESET 92 93/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ 94#undef HAVE_BLUETOOTH_BLUETOOTH_H 95 96/* Define to 1 if you have the <bluetooth.h> header file. */ 97#undef HAVE_BLUETOOTH_H 98 99/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide 100 chars that would be converted. */ 101#undef HAVE_BROKEN_MBSTOWCS 102 103/* Define if nice() returns success/failure instead of the new priority. */ 104#undef HAVE_BROKEN_NICE 105 106/* Define if the system reports an invalid PIPE_BUF value. */ 107#undef HAVE_BROKEN_PIPE_BUF 108 109/* Define if poll() sets errno on invalid file descriptors. */ 110#undef HAVE_BROKEN_POLL 111 112/* Define if the Posix semaphores do not work on your system */ 113#undef HAVE_BROKEN_POSIX_SEMAPHORES 114 115/* Define if pthread_sigmask() does not work on your system. */ 116#undef HAVE_BROKEN_PTHREAD_SIGMASK 117 118/* define to 1 if your sem_getvalue is broken. */ 119#undef HAVE_BROKEN_SEM_GETVALUE 120 121/* Define if `unsetenv` does not return an int. */ 122#undef HAVE_BROKEN_UNSETENV 123 124/* Has builtin __atomic_load_n() and __atomic_store_n() functions */ 125#undef HAVE_BUILTIN_ATOMIC 126 127/* Define to 1 if you have the 'chflags' function. */ 128#undef HAVE_CHFLAGS 129 130/* Define to 1 if you have the `chown' function. */ 131#undef HAVE_CHOWN 132 133/* Define if you have the 'chroot' function. */ 134#undef HAVE_CHROOT 135 136/* Define to 1 if you have the `clock' function. */ 137#undef HAVE_CLOCK 138 139/* Define to 1 if you have the `clock_getres' function. */ 140#undef HAVE_CLOCK_GETRES 141 142/* Define to 1 if you have the `clock_gettime' function. */ 143#undef HAVE_CLOCK_GETTIME 144 145/* Define to 1 if you have the `clock_settime' function. */ 146#undef HAVE_CLOCK_SETTIME 147 148/* Define to 1 if you have the `close_range' function. */ 149#undef HAVE_CLOSE_RANGE 150 151/* Define if the C compiler supports computed gotos. */ 152#undef HAVE_COMPUTED_GOTOS 153 154/* Define to 1 if you have the `confstr' function. */ 155#undef HAVE_CONFSTR 156 157/* Define to 1 if you have the <conio.h> header file. */ 158#undef HAVE_CONIO_H 159 160/* Define to 1 if you have the `copysign' function. */ 161#undef HAVE_COPYSIGN 162 163/* Define to 1 if you have the `copy_file_range' function. */ 164#undef HAVE_COPY_FILE_RANGE 165 166/* Define to 1 if you have the <crypt.h> header file. */ 167#undef HAVE_CRYPT_H 168 169/* Define if you have the crypt_r() function. */ 170#undef HAVE_CRYPT_R 171 172/* Define to 1 if you have the `ctermid' function. */ 173#undef HAVE_CTERMID 174 175/* Define if you have the 'ctermid_r' function. */ 176#undef HAVE_CTERMID_R 177 178/* Define if you have the 'filter' function. */ 179#undef HAVE_CURSES_FILTER 180 181/* Define to 1 if you have the <curses.h> header file. */ 182#undef HAVE_CURSES_H 183 184/* Define if you have the 'has_key' function. */ 185#undef HAVE_CURSES_HAS_KEY 186 187/* Define if you have the 'immedok' function. */ 188#undef HAVE_CURSES_IMMEDOK 189 190/* Define if you have the 'is_pad' function or macro. */ 191#undef HAVE_CURSES_IS_PAD 192 193/* Define if you have the 'is_term_resized' function. */ 194#undef HAVE_CURSES_IS_TERM_RESIZED 195 196/* Define if you have the 'resizeterm' function. */ 197#undef HAVE_CURSES_RESIZETERM 198 199/* Define if you have the 'resize_term' function. */ 200#undef HAVE_CURSES_RESIZE_TERM 201 202/* Define if you have the 'syncok' function. */ 203#undef HAVE_CURSES_SYNCOK 204 205/* Define if you have the 'typeahead' function. */ 206#undef HAVE_CURSES_TYPEAHEAD 207 208/* Define if you have the 'use_env' function. */ 209#undef HAVE_CURSES_USE_ENV 210 211/* Define if you have the 'wchgat' function. */ 212#undef HAVE_CURSES_WCHGAT 213 214/* Define to 1 if you have the declaration of `isfinite', and to 0 if you 215 don't. */ 216#undef HAVE_DECL_ISFINITE 217 218/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. 219 */ 220#undef HAVE_DECL_ISINF 221 222/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. 223 */ 224#undef HAVE_DECL_ISNAN 225 226/* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you 227 don't. */ 228#undef HAVE_DECL_RTLD_DEEPBIND 229 230/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you 231 don't. */ 232#undef HAVE_DECL_RTLD_GLOBAL 233 234/* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you 235 don't. */ 236#undef HAVE_DECL_RTLD_LAZY 237 238/* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you 239 don't. */ 240#undef HAVE_DECL_RTLD_LOCAL 241 242/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you 243 don't. */ 244#undef HAVE_DECL_RTLD_MEMBER 245 246/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you 247 don't. */ 248#undef HAVE_DECL_RTLD_NODELETE 249 250/* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you 251 don't. */ 252#undef HAVE_DECL_RTLD_NOLOAD 253 254/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you 255 don't. */ 256#undef HAVE_DECL_RTLD_NOW 257 258/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 259 */ 260#undef HAVE_DECL_TZNAME 261 262/* Define to 1 if you have the device macros. */ 263#undef HAVE_DEVICE_MACROS 264 265/* Define to 1 if you have the /dev/ptc device file. */ 266#undef HAVE_DEV_PTC 267 268/* Define to 1 if you have the /dev/ptmx device file. */ 269#undef HAVE_DEV_PTMX 270 271/* Define to 1 if you have the <direct.h> header file. */ 272#undef HAVE_DIRECT_H 273 274/* Define to 1 if the dirent structure has a d_type field */ 275#undef HAVE_DIRENT_D_TYPE 276 277/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 278 */ 279#undef HAVE_DIRENT_H 280 281/* Define if you have the 'dirfd' function or macro. */ 282#undef HAVE_DIRFD 283 284/* Define to 1 if you have the <dlfcn.h> header file. */ 285#undef HAVE_DLFCN_H 286 287/* Define to 1 if you have the `dlopen' function. */ 288#undef HAVE_DLOPEN 289 290/* Define to 1 if you have the `dup2' function. */ 291#undef HAVE_DUP2 292 293/* Define to 1 if you have the `dup3' function. */ 294#undef HAVE_DUP3 295 296/* Define if you have the '_dyld_shared_cache_contains_path' function. */ 297#undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH 298 299/* Defined when any dynamic module loading is enabled. */ 300#undef HAVE_DYNAMIC_LOADING 301 302/* Define to 1 if you have the <endian.h> header file. */ 303#undef HAVE_ENDIAN_H 304 305/* Define if you have the 'epoll' functions. */ 306#undef HAVE_EPOLL 307 308/* Define if you have the 'epoll_create1' function. */ 309#undef HAVE_EPOLL_CREATE1 310 311/* Define to 1 if you have the `erf' function. */ 312#undef HAVE_ERF 313 314/* Define to 1 if you have the `erfc' function. */ 315#undef HAVE_ERFC 316 317/* Define to 1 if you have the <errno.h> header file. */ 318#undef HAVE_ERRNO_H 319 320/* Define if you have the 'eventfd' function. */ 321#undef HAVE_EVENTFD 322 323/* Define to 1 if you have the `execv' function. */ 324#undef HAVE_EXECV 325 326/* Define to 1 if you have the `explicit_bzero' function. */ 327#undef HAVE_EXPLICIT_BZERO 328 329/* Define to 1 if you have the `explicit_memset' function. */ 330#undef HAVE_EXPLICIT_MEMSET 331 332/* Define to 1 if you have the `expm1' function. */ 333#undef HAVE_EXPM1 334 335/* Define to 1 if you have the `faccessat' function. */ 336#undef HAVE_FACCESSAT 337 338/* Define if you have the 'fchdir' function. */ 339#undef HAVE_FCHDIR 340 341/* Define to 1 if you have the `fchmod' function. */ 342#undef HAVE_FCHMOD 343 344/* Define to 1 if you have the `fchmodat' function. */ 345#undef HAVE_FCHMODAT 346 347/* Define to 1 if you have the `fchown' function. */ 348#undef HAVE_FCHOWN 349 350/* Define to 1 if you have the `fchownat' function. */ 351#undef HAVE_FCHOWNAT 352 353/* Define to 1 if you have the <fcntl.h> header file. */ 354#undef HAVE_FCNTL_H 355 356/* Define if you have the 'fdatasync' function. */ 357#undef HAVE_FDATASYNC 358 359/* Define to 1 if you have the `fdopendir' function. */ 360#undef HAVE_FDOPENDIR 361 362/* Define to 1 if you have the `fdwalk' function. */ 363#undef HAVE_FDWALK 364 365/* Define to 1 if you have the `fexecve' function. */ 366#undef HAVE_FEXECVE 367 368/* Define to 1 if you have the `finite' function. */ 369#undef HAVE_FINITE 370 371/* Define to 1 if you have the `flock' function. */ 372#undef HAVE_FLOCK 373 374/* Define to 1 if you have the `fork' function. */ 375#undef HAVE_FORK 376 377/* Define to 1 if you have the `forkpty' function. */ 378#undef HAVE_FORKPTY 379 380/* Define to 1 if you have the `fpathconf' function. */ 381#undef HAVE_FPATHCONF 382 383/* Define to 1 if you have the `fseek64' function. */ 384#undef HAVE_FSEEK64 385 386/* Define to 1 if you have the `fseeko' function. */ 387#undef HAVE_FSEEKO 388 389/* Define to 1 if you have the `fstatat' function. */ 390#undef HAVE_FSTATAT 391 392/* Define to 1 if you have the `fstatvfs' function. */ 393#undef HAVE_FSTATVFS 394 395/* Define if you have the 'fsync' function. */ 396#undef HAVE_FSYNC 397 398/* Define to 1 if you have the `ftell64' function. */ 399#undef HAVE_FTELL64 400 401/* Define to 1 if you have the `ftello' function. */ 402#undef HAVE_FTELLO 403 404/* Define to 1 if you have the `ftime' function. */ 405#undef HAVE_FTIME 406 407/* Define to 1 if you have the `ftruncate' function. */ 408#undef HAVE_FTRUNCATE 409 410/* Define to 1 if you have the `futimens' function. */ 411#undef HAVE_FUTIMENS 412 413/* Define to 1 if you have the `futimes' function. */ 414#undef HAVE_FUTIMES 415 416/* Define to 1 if you have the `futimesat' function. */ 417#undef HAVE_FUTIMESAT 418 419/* Define to 1 if you have the `gai_strerror' function. */ 420#undef HAVE_GAI_STRERROR 421 422/* Define to 1 if you have the `gamma' function. */ 423#undef HAVE_GAMMA 424 425/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */ 426#undef HAVE_GCC_ASM_FOR_MC68881 427 428/* Define if we can use x64 gcc inline assembler */ 429#undef HAVE_GCC_ASM_FOR_X64 430 431/* Define if we can use gcc inline assembler to get and set x87 control word 432 */ 433#undef HAVE_GCC_ASM_FOR_X87 434 435/* Define if your compiler provides __uint128_t */ 436#undef HAVE_GCC_UINT128_T 437 438/* Define if you have the getaddrinfo function. */ 439#undef HAVE_GETADDRINFO 440 441/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ 442#undef HAVE_GETC_UNLOCKED 443 444/* Define to 1 if you have the `getentropy' function. */ 445#undef HAVE_GETENTROPY 446 447/* Define to 1 if you have the `getgrgid_r' function. */ 448#undef HAVE_GETGRGID_R 449 450/* Define to 1 if you have the `getgrnam_r' function. */ 451#undef HAVE_GETGRNAM_R 452 453/* Define to 1 if you have the `getgrouplist' function. */ 454#undef HAVE_GETGROUPLIST 455 456/* Define to 1 if you have the `getgroups' function. */ 457#undef HAVE_GETGROUPS 458 459/* Define to 1 if you have the `gethostbyname' function. */ 460#undef HAVE_GETHOSTBYNAME 461 462/* Define this if you have some version of gethostbyname_r() */ 463#undef HAVE_GETHOSTBYNAME_R 464 465/* Define this if you have the 3-arg version of gethostbyname_r(). */ 466#undef HAVE_GETHOSTBYNAME_R_3_ARG 467 468/* Define this if you have the 5-arg version of gethostbyname_r(). */ 469#undef HAVE_GETHOSTBYNAME_R_5_ARG 470 471/* Define this if you have the 6-arg version of gethostbyname_r(). */ 472#undef HAVE_GETHOSTBYNAME_R_6_ARG 473 474/* Define to 1 if you have the `getitimer' function. */ 475#undef HAVE_GETITIMER 476 477/* Define to 1 if you have the `getloadavg' function. */ 478#undef HAVE_GETLOADAVG 479 480/* Define to 1 if you have the `getlogin' function. */ 481#undef HAVE_GETLOGIN 482 483/* Define to 1 if you have the `getnameinfo' function. */ 484#undef HAVE_GETNAMEINFO 485 486/* Define if you have the 'getpagesize' function. */ 487#undef HAVE_GETPAGESIZE 488 489/* Define to 1 if you have the `getpeername' function. */ 490#undef HAVE_GETPEERNAME 491 492/* Define to 1 if you have the `getpgid' function. */ 493#undef HAVE_GETPGID 494 495/* Define to 1 if you have the `getpgrp' function. */ 496#undef HAVE_GETPGRP 497 498/* Define to 1 if you have the `getpid' function. */ 499#undef HAVE_GETPID 500 501/* Define to 1 if you have the `getpriority' function. */ 502#undef HAVE_GETPRIORITY 503 504/* Define to 1 if you have the `getpwent' function. */ 505#undef HAVE_GETPWENT 506 507/* Define to 1 if you have the `getpwnam_r' function. */ 508#undef HAVE_GETPWNAM_R 509 510/* Define to 1 if you have the `getpwuid_r' function. */ 511#undef HAVE_GETPWUID_R 512 513/* Define to 1 if the getrandom() function is available */ 514#undef HAVE_GETRANDOM 515 516/* Define to 1 if the Linux getrandom() syscall is available */ 517#undef HAVE_GETRANDOM_SYSCALL 518 519/* Define to 1 if you have the `getresgid' function. */ 520#undef HAVE_GETRESGID 521 522/* Define to 1 if you have the `getresuid' function. */ 523#undef HAVE_GETRESUID 524 525/* Define to 1 if you have the `getsid' function. */ 526#undef HAVE_GETSID 527 528/* Define to 1 if you have the `getspent' function. */ 529#undef HAVE_GETSPENT 530 531/* Define to 1 if you have the `getspnam' function. */ 532#undef HAVE_GETSPNAM 533 534/* Define to 1 if you have the `getwd' function. */ 535#undef HAVE_GETWD 536 537/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and 538 bcopy. */ 539#undef HAVE_GLIBC_MEMMOVE_BUG 540 541/* Define to 1 if you have the <grp.h> header file. */ 542#undef HAVE_GRP_H 543 544/* Define if you have the 'hstrerror' function. */ 545#undef HAVE_HSTRERROR 546 547/* Define this if you have le64toh() */ 548#undef HAVE_HTOLE64 549 550/* Define to 1 if you have the `hypot' function. */ 551#undef HAVE_HYPOT 552 553/* Define to 1 if you have the <ieeefp.h> header file. */ 554#undef HAVE_IEEEFP_H 555 556/* Define to 1 if you have the `if_nameindex' function. */ 557#undef HAVE_IF_NAMEINDEX 558 559/* Define if you have the 'inet_aton' function. */ 560#undef HAVE_INET_ATON 561 562/* Define if you have the 'inet_pton' function. */ 563#undef HAVE_INET_PTON 564 565/* Define to 1 if you have the `initgroups' function. */ 566#undef HAVE_INITGROUPS 567 568/* Define to 1 if you have the <inttypes.h> header file. */ 569#undef HAVE_INTTYPES_H 570 571/* Define to 1 if you have the <io.h> header file. */ 572#undef HAVE_IO_H 573 574/* Define if gcc has the ipa-pure-const bug. */ 575#undef HAVE_IPA_PURE_CONST_BUG 576 577/* Define to 1 if you have the `kill' function. */ 578#undef HAVE_KILL 579 580/* Define to 1 if you have the `killpg' function. */ 581#undef HAVE_KILLPG 582 583/* Define if you have the 'kqueue' functions. */ 584#undef HAVE_KQUEUE 585 586/* Define to 1 if you have the <langinfo.h> header file. */ 587#undef HAVE_LANGINFO_H 588 589/* Defined to enable large file support when an off_t is bigger than a long 590 and long long is at least as big as an off_t. You may need to add some 591 flags for configuration and compilation to enable this mode. (For Solaris 592 and Linux, the necessary defines are already defined.) */ 593#undef HAVE_LARGEFILE_SUPPORT 594 595/* Define to 1 if you have the 'lchflags' function. */ 596#undef HAVE_LCHFLAGS 597 598/* Define to 1 if you have the `lchmod' function. */ 599#undef HAVE_LCHMOD 600 601/* Define to 1 if you have the `lchown' function. */ 602#undef HAVE_LCHOWN 603 604/* Define to 1 if you have the `lgamma' function. */ 605#undef HAVE_LGAMMA 606 607/* Define to 1 if you have the `dl' library (-ldl). */ 608#undef HAVE_LIBDL 609 610/* Define to 1 if you have the `dld' library (-ldld). */ 611#undef HAVE_LIBDLD 612 613/* Define to 1 if you have the `ieee' library (-lieee). */ 614#undef HAVE_LIBIEEE 615 616/* Define to 1 if you have the <libintl.h> header file. */ 617#undef HAVE_LIBINTL_H 618 619/* Define to build the readline module. */ 620#undef HAVE_LIBREADLINE 621 622/* Define to 1 if you have the `resolv' library (-lresolv). */ 623#undef HAVE_LIBRESOLV 624 625/* Define to 1 if you have the `sendfile' library (-lsendfile). */ 626#undef HAVE_LIBSENDFILE 627 628/* Define to 1 if you have the <libutil.h> header file. */ 629#undef HAVE_LIBUTIL_H 630 631/* Define to 1 if you have the `uuid' library (-luuid). */ 632#undef HAVE_LIBUUID 633 634/* Define if you have the 'link' function. */ 635#undef HAVE_LINK 636 637/* Define to 1 if you have the `linkat' function. */ 638#undef HAVE_LINKAT 639 640/* Define to 1 if you have the <linux/can/bcm.h> header file. */ 641#undef HAVE_LINUX_CAN_BCM_H 642 643/* Define to 1 if you have the <linux/can.h> header file. */ 644#undef HAVE_LINUX_CAN_H 645 646/* Define to 1 if you have the <linux/can/j1939.h> header file. */ 647#undef HAVE_LINUX_CAN_J1939_H 648 649/* Define if compiling using Linux 3.6 or later. */ 650#undef HAVE_LINUX_CAN_RAW_FD_FRAMES 651 652/* Define to 1 if you have the <linux/can/raw.h> header file. */ 653#undef HAVE_LINUX_CAN_RAW_H 654 655/* Define if compiling using Linux 4.1 or later. */ 656#undef HAVE_LINUX_CAN_RAW_JOIN_FILTERS 657 658/* Define to 1 if you have the <linux/memfd.h> header file. */ 659#undef HAVE_LINUX_MEMFD_H 660 661/* Define to 1 if you have the <linux/netlink.h> header file. */ 662#undef HAVE_LINUX_NETLINK_H 663 664/* Define to 1 if you have the <linux/qrtr.h> header file. */ 665#undef HAVE_LINUX_QRTR_H 666 667/* Define to 1 if you have the <linux/random.h> header file. */ 668#undef HAVE_LINUX_RANDOM_H 669 670/* Define to 1 if you have the <linux/tipc.h> header file. */ 671#undef HAVE_LINUX_TIPC_H 672 673/* Define to 1 if you have the <linux/vm_sockets.h> header file. */ 674#undef HAVE_LINUX_VM_SOCKETS_H 675 676/* Define to 1 if you have the <linux/wait.h> header file. */ 677#undef HAVE_LINUX_WAIT_H 678 679/* Define to 1 if you have the `lockf' function. */ 680#undef HAVE_LOCKF 681 682/* Define to 1 if you have the `log1p' function. */ 683#undef HAVE_LOG1P 684 685/* Define to 1 if you have the `log2' function. */ 686#undef HAVE_LOG2 687 688/* Define to 1 if the system has the type `long double'. */ 689#undef HAVE_LONG_DOUBLE 690 691/* Define to 1 if you have the `lstat' function. */ 692#undef HAVE_LSTAT 693 694/* Define to 1 if you have the `lutimes' function. */ 695#undef HAVE_LUTIMES 696 697/* Define to 1 if you have the `madvise' function. */ 698#undef HAVE_MADVISE 699 700/* Define this if you have the makedev macro. */ 701#undef HAVE_MAKEDEV 702 703/* Define to 1 if you have the `mbrtowc' function. */ 704#undef HAVE_MBRTOWC 705 706/* Define if you have the 'memfd_create' function. */ 707#undef HAVE_MEMFD_CREATE 708 709/* Define to 1 if you have the <memory.h> header file. */ 710#undef HAVE_MEMORY_H 711 712/* Define to 1 if you have the `memrchr' function. */ 713#undef HAVE_MEMRCHR 714 715/* Define to 1 if you have the `mkdirat' function. */ 716#undef HAVE_MKDIRAT 717 718/* Define to 1 if you have the `mkfifo' function. */ 719#undef HAVE_MKFIFO 720 721/* Define to 1 if you have the `mkfifoat' function. */ 722#undef HAVE_MKFIFOAT 723 724/* Define to 1 if you have the `mknod' function. */ 725#undef HAVE_MKNOD 726 727/* Define to 1 if you have the `mknodat' function. */ 728#undef HAVE_MKNODAT 729 730/* Define to 1 if you have the `mktime' function. */ 731#undef HAVE_MKTIME 732 733/* Define to 1 if you have the `mmap' function. */ 734#undef HAVE_MMAP 735 736/* Define to 1 if you have the `mremap' function. */ 737#undef HAVE_MREMAP 738 739/* Define to 1 if you have the <ncurses.h> header file. */ 740#undef HAVE_NCURSES_H 741 742/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 743#undef HAVE_NDIR_H 744 745/* Define to 1 if you have the <netpacket/packet.h> header file. */ 746#undef HAVE_NETPACKET_PACKET_H 747 748/* Define to 1 if you have the <net/if.h> header file. */ 749#undef HAVE_NET_IF_H 750 751/* Define to 1 if you have the `nice' function. */ 752#undef HAVE_NICE 753 754/* Define if the internal form of wchar_t in non-Unicode locales is not 755 Unicode. */ 756#undef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION 757 758/* Define to 1 if you have the `openat' function. */ 759#undef HAVE_OPENAT 760 761/* Define to 1 if you have the `openpty' function. */ 762#undef HAVE_OPENPTY 763 764/* Define to 1 if you have the `pathconf' function. */ 765#undef HAVE_PATHCONF 766 767/* Define to 1 if you have the `pause' function. */ 768#undef HAVE_PAUSE 769 770/* Define to 1 if you have the `pipe2' function. */ 771#undef HAVE_PIPE2 772 773/* Define to 1 if you have the `plock' function. */ 774#undef HAVE_PLOCK 775 776/* Define to 1 if you have the `poll' function. */ 777#undef HAVE_POLL 778 779/* Define to 1 if you have the <poll.h> header file. */ 780#undef HAVE_POLL_H 781 782/* Define to 1 if you have the `posix_fadvise' function. */ 783#undef HAVE_POSIX_FADVISE 784 785/* Define to 1 if you have the `posix_fallocate' function. */ 786#undef HAVE_POSIX_FALLOCATE 787 788/* Define to 1 if you have the `posix_spawn' function. */ 789#undef HAVE_POSIX_SPAWN 790 791/* Define to 1 if you have the `posix_spawnp' function. */ 792#undef HAVE_POSIX_SPAWNP 793 794/* Define to 1 if you have the `pread' function. */ 795#undef HAVE_PREAD 796 797/* Define to 1 if you have the `preadv' function. */ 798#undef HAVE_PREADV 799 800/* Define to 1 if you have the `preadv2' function. */ 801#undef HAVE_PREADV2 802 803/* Define if you have the 'prlimit' functions. */ 804#undef HAVE_PRLIMIT 805 806/* Define to 1 if you have the <process.h> header file. */ 807#undef HAVE_PROCESS_H 808 809/* Define if your compiler supports function prototype */ 810#undef HAVE_PROTOTYPES 811 812/* Define to 1 if you have the `pthread_condattr_setclock' function. */ 813#undef HAVE_PTHREAD_CONDATTR_SETCLOCK 814 815/* Defined for Solaris 2.6 bug in pthread header. */ 816#undef HAVE_PTHREAD_DESTRUCTOR 817 818/* Define to 1 if you have the `pthread_getcpuclockid' function. */ 819#undef HAVE_PTHREAD_GETCPUCLOCKID 820 821/* Define to 1 if you have the <pthread.h> header file. */ 822#undef HAVE_PTHREAD_H 823 824/* Define to 1 if you have the `pthread_init' function. */ 825#undef HAVE_PTHREAD_INIT 826 827/* Define to 1 if you have the `pthread_kill' function. */ 828#undef HAVE_PTHREAD_KILL 829 830/* Define to 1 if you have the `pthread_sigmask' function. */ 831#undef HAVE_PTHREAD_SIGMASK 832 833/* Define to 1 if you have the <pty.h> header file. */ 834#undef HAVE_PTY_H 835 836/* Define to 1 if you have the `pwrite' function. */ 837#undef HAVE_PWRITE 838 839/* Define to 1 if you have the `pwritev' function. */ 840#undef HAVE_PWRITEV 841 842/* Define to 1 if you have the `pwritev2' function. */ 843#undef HAVE_PWRITEV2 844 845/* Define to 1 if you have the `readlink' function. */ 846#undef HAVE_READLINK 847 848/* Define to 1 if you have the `readlinkat' function. */ 849#undef HAVE_READLINKAT 850 851/* Define to 1 if you have the `readv' function. */ 852#undef HAVE_READV 853 854/* Define to 1 if you have the `realpath' function. */ 855#undef HAVE_REALPATH 856 857/* Define to 1 if you have the `renameat' function. */ 858#undef HAVE_RENAMEAT 859 860/* Define if readline supports append_history */ 861#undef HAVE_RL_APPEND_HISTORY 862 863/* Define if you can turn off readline's signal handling. */ 864#undef HAVE_RL_CATCH_SIGNAL 865 866/* Define if you have readline 2.2 */ 867#undef HAVE_RL_COMPLETION_APPEND_CHARACTER 868 869/* Define if you have readline 4.0 */ 870#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 871 872/* Define if you have readline 4.2 */ 873#undef HAVE_RL_COMPLETION_MATCHES 874 875/* Define if you have rl_completion_suppress_append */ 876#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND 877 878/* Define if you have readline 4.0 */ 879#undef HAVE_RL_PRE_INPUT_HOOK 880 881/* Define if you have readline 4.0 */ 882#undef HAVE_RL_RESIZE_TERMINAL 883 884/* Define to 1 if you have the `round' function. */ 885#undef HAVE_ROUND 886 887/* Define to 1 if you have the `rtpSpawn' function. */ 888#undef HAVE_RTPSPAWN 889 890/* Define to 1 if you have the `sched_get_priority_max' function. */ 891#undef HAVE_SCHED_GET_PRIORITY_MAX 892 893/* Define to 1 if you have the <sched.h> header file. */ 894#undef HAVE_SCHED_H 895 896/* Define to 1 if you have the `sched_rr_get_interval' function. */ 897#undef HAVE_SCHED_RR_GET_INTERVAL 898 899/* Define to 1 if you have the `sched_setaffinity' function. */ 900#undef HAVE_SCHED_SETAFFINITY 901 902/* Define to 1 if you have the `sched_setparam' function. */ 903#undef HAVE_SCHED_SETPARAM 904 905/* Define to 1 if you have the `sched_setscheduler' function. */ 906#undef HAVE_SCHED_SETSCHEDULER 907 908/* Define to 1 if you have the `sem_clockwait' function. */ 909#undef HAVE_SEM_CLOCKWAIT 910 911/* Define to 1 if you have the `sem_getvalue' function. */ 912#undef HAVE_SEM_GETVALUE 913 914/* Define to 1 if you have the `sem_open' function. */ 915#undef HAVE_SEM_OPEN 916 917/* Define to 1 if you have the `sem_timedwait' function. */ 918#undef HAVE_SEM_TIMEDWAIT 919 920/* Define to 1 if you have the `sem_unlink' function. */ 921#undef HAVE_SEM_UNLINK 922 923/* Define to 1 if you have the `sendfile' function. */ 924#undef HAVE_SENDFILE 925 926/* Define to 1 if you have the `setegid' function. */ 927#undef HAVE_SETEGID 928 929/* Define to 1 if you have the `seteuid' function. */ 930#undef HAVE_SETEUID 931 932/* Define to 1 if you have the `setgid' function. */ 933#undef HAVE_SETGID 934 935/* Define if you have the 'setgroups' function. */ 936#undef HAVE_SETGROUPS 937 938/* Define to 1 if you have the `sethostname' function. */ 939#undef HAVE_SETHOSTNAME 940 941/* Define to 1 if you have the `setitimer' function. */ 942#undef HAVE_SETITIMER 943 944/* Define to 1 if you have the `setlocale' function. */ 945#undef HAVE_SETLOCALE 946 947/* Define to 1 if you have the `setpgid' function. */ 948#undef HAVE_SETPGID 949 950/* Define to 1 if you have the `setpgrp' function. */ 951#undef HAVE_SETPGRP 952 953/* Define to 1 if you have the `setpriority' function. */ 954#undef HAVE_SETPRIORITY 955 956/* Define to 1 if you have the `setregid' function. */ 957#undef HAVE_SETREGID 958 959/* Define to 1 if you have the `setresgid' function. */ 960#undef HAVE_SETRESGID 961 962/* Define to 1 if you have the `setresuid' function. */ 963#undef HAVE_SETRESUID 964 965/* Define to 1 if you have the `setreuid' function. */ 966#undef HAVE_SETREUID 967 968/* Define to 1 if you have the `setsid' function. */ 969#undef HAVE_SETSID 970 971/* Define to 1 if you have the `setuid' function. */ 972#undef HAVE_SETUID 973 974/* Define to 1 if you have the `setvbuf' function. */ 975#undef HAVE_SETVBUF 976 977/* Define to 1 if you have the <shadow.h> header file. */ 978#undef HAVE_SHADOW_H 979 980/* Define to 1 if you have the `shm_open' function. */ 981#undef HAVE_SHM_OPEN 982 983/* Define to 1 if you have the `shm_unlink' function. */ 984#undef HAVE_SHM_UNLINK 985 986/* Define to 1 if you have the `sigaction' function. */ 987#undef HAVE_SIGACTION 988 989/* Define to 1 if you have the `sigaltstack' function. */ 990#undef HAVE_SIGALTSTACK 991 992/* Define to 1 if you have the `sigfillset' function. */ 993#undef HAVE_SIGFILLSET 994 995/* Define to 1 if `si_band' is a member of `siginfo_t'. */ 996#undef HAVE_SIGINFO_T_SI_BAND 997 998/* Define to 1 if you have the `siginterrupt' function. */ 999#undef HAVE_SIGINTERRUPT 1000 1001/* Define to 1 if you have the <signal.h> header file. */ 1002#undef HAVE_SIGNAL_H 1003 1004/* Define to 1 if you have the `sigpending' function. */ 1005#undef HAVE_SIGPENDING 1006 1007/* Define to 1 if you have the `sigrelse' function. */ 1008#undef HAVE_SIGRELSE 1009 1010/* Define to 1 if you have the `sigtimedwait' function. */ 1011#undef HAVE_SIGTIMEDWAIT 1012 1013/* Define to 1 if you have the `sigwait' function. */ 1014#undef HAVE_SIGWAIT 1015 1016/* Define to 1 if you have the `sigwaitinfo' function. */ 1017#undef HAVE_SIGWAITINFO 1018 1019/* Define to 1 if you have the `snprintf' function. */ 1020#undef HAVE_SNPRINTF 1021 1022/* struct sockaddr_alg (linux/if_alg.h) */ 1023#undef HAVE_SOCKADDR_ALG 1024 1025/* Define if sockaddr has sa_len member */ 1026#undef HAVE_SOCKADDR_SA_LEN 1027 1028/* struct sockaddr_storage (sys/socket.h) */ 1029#undef HAVE_SOCKADDR_STORAGE 1030 1031/* Define if you have the 'socketpair' function. */ 1032#undef HAVE_SOCKETPAIR 1033 1034/* Define to 1 if you have the <spawn.h> header file. */ 1035#undef HAVE_SPAWN_H 1036 1037/* Define to 1 if you have the `splice' function. */ 1038#undef HAVE_SPLICE 1039 1040/* Define if your compiler provides ssize_t */ 1041#undef HAVE_SSIZE_T 1042 1043/* Define to 1 if you have the `statvfs' function. */ 1044#undef HAVE_STATVFS 1045 1046/* Define if you have struct stat.st_mtim.tv_nsec */ 1047#undef HAVE_STAT_TV_NSEC 1048 1049/* Define if you have struct stat.st_mtimensec */ 1050#undef HAVE_STAT_TV_NSEC2 1051 1052/* Define if your compiler supports variable length function prototypes (e.g. 1053 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ 1054#undef HAVE_STDARG_PROTOTYPES 1055 1056/* Define to 1 if you have the <stdint.h> header file. */ 1057#undef HAVE_STDINT_H 1058 1059/* Define to 1 if you have the <stdlib.h> header file. */ 1060#undef HAVE_STDLIB_H 1061 1062/* Has stdatomic.h with atomic_int and atomic_uintptr_t */ 1063#undef HAVE_STD_ATOMIC 1064 1065/* Define to 1 if you have the `strftime' function. */ 1066#undef HAVE_STRFTIME 1067 1068/* Define to 1 if you have the <strings.h> header file. */ 1069#undef HAVE_STRINGS_H 1070 1071/* Define to 1 if you have the <string.h> header file. */ 1072#undef HAVE_STRING_H 1073 1074/* Define to 1 if you have the `strlcpy' function. */ 1075#undef HAVE_STRLCPY 1076 1077/* Define to 1 if you have the <stropts.h> header file. */ 1078#undef HAVE_STROPTS_H 1079 1080/* Define to 1 if you have the `strsignal' function. */ 1081#undef HAVE_STRSIGNAL 1082 1083/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */ 1084#undef HAVE_STRUCT_PASSWD_PW_GECOS 1085 1086/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */ 1087#undef HAVE_STRUCT_PASSWD_PW_PASSWD 1088 1089/* Define to 1 if `st_birthtime' is a member of `struct stat'. */ 1090#undef HAVE_STRUCT_STAT_ST_BIRTHTIME 1091 1092/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 1093#undef HAVE_STRUCT_STAT_ST_BLKSIZE 1094 1095/* Define to 1 if `st_blocks' is a member of `struct stat'. */ 1096#undef HAVE_STRUCT_STAT_ST_BLOCKS 1097 1098/* Define to 1 if `st_flags' is a member of `struct stat'. */ 1099#undef HAVE_STRUCT_STAT_ST_FLAGS 1100 1101/* Define to 1 if `st_gen' is a member of `struct stat'. */ 1102#undef HAVE_STRUCT_STAT_ST_GEN 1103 1104/* Define to 1 if `st_rdev' is a member of `struct stat'. */ 1105#undef HAVE_STRUCT_STAT_ST_RDEV 1106 1107/* Define to 1 if `tm_zone' is a member of `struct tm'. */ 1108#undef HAVE_STRUCT_TM_TM_ZONE 1109 1110/* Define if you have the 'symlink' function. */ 1111#undef HAVE_SYMLINK 1112 1113/* Define to 1 if you have the `symlinkat' function. */ 1114#undef HAVE_SYMLINKAT 1115 1116/* Define to 1 if you have the `sync' function. */ 1117#undef HAVE_SYNC 1118 1119/* Define to 1 if you have the `sysconf' function. */ 1120#undef HAVE_SYSCONF 1121 1122/* Define to 1 if you have the <sysexits.h> header file. */ 1123#undef HAVE_SYSEXITS_H 1124 1125/* Define to 1 if you have the <sys/audioio.h> header file. */ 1126#undef HAVE_SYS_AUDIOIO_H 1127 1128/* Define to 1 if you have the <sys/bsdtty.h> header file. */ 1129#undef HAVE_SYS_BSDTTY_H 1130 1131/* Define to 1 if you have the <sys/devpoll.h> header file. */ 1132#undef HAVE_SYS_DEVPOLL_H 1133 1134/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 1135 */ 1136#undef HAVE_SYS_DIR_H 1137 1138/* Define to 1 if you have the <sys/endian.h> header file. */ 1139#undef HAVE_SYS_ENDIAN_H 1140 1141/* Define to 1 if you have the <sys/epoll.h> header file. */ 1142#undef HAVE_SYS_EPOLL_H 1143 1144/* Define to 1 if you have the <sys/eventfd.h> header file. */ 1145#undef HAVE_SYS_EVENTFD_H 1146 1147/* Define to 1 if you have the <sys/event.h> header file. */ 1148#undef HAVE_SYS_EVENT_H 1149 1150/* Define to 1 if you have the <sys/file.h> header file. */ 1151#undef HAVE_SYS_FILE_H 1152 1153/* Define to 1 if you have the <sys/ioctl.h> header file. */ 1154#undef HAVE_SYS_IOCTL_H 1155 1156/* Define to 1 if you have the <sys/kern_control.h> header file. */ 1157#undef HAVE_SYS_KERN_CONTROL_H 1158 1159/* Define to 1 if you have the <sys/loadavg.h> header file. */ 1160#undef HAVE_SYS_LOADAVG_H 1161 1162/* Define to 1 if you have the <sys/lock.h> header file. */ 1163#undef HAVE_SYS_LOCK_H 1164 1165/* Define to 1 if you have the <sys/memfd.h> header file. */ 1166#undef HAVE_SYS_MEMFD_H 1167 1168/* Define to 1 if you have the <sys/mkdev.h> header file. */ 1169#undef HAVE_SYS_MKDEV_H 1170 1171/* Define to 1 if you have the <sys/mman.h> header file. */ 1172#undef HAVE_SYS_MMAN_H 1173 1174/* Define to 1 if you have the <sys/modem.h> header file. */ 1175#undef HAVE_SYS_MODEM_H 1176 1177/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 1178 */ 1179#undef HAVE_SYS_NDIR_H 1180 1181/* Define to 1 if you have the <sys/param.h> header file. */ 1182#undef HAVE_SYS_PARAM_H 1183 1184/* Define to 1 if you have the <sys/poll.h> header file. */ 1185#undef HAVE_SYS_POLL_H 1186 1187/* Define to 1 if you have the <sys/random.h> header file. */ 1188#undef HAVE_SYS_RANDOM_H 1189 1190/* Define to 1 if you have the <sys/resource.h> header file. */ 1191#undef HAVE_SYS_RESOURCE_H 1192 1193/* Define to 1 if you have the <sys/select.h> header file. */ 1194#undef HAVE_SYS_SELECT_H 1195 1196/* Define to 1 if you have the <sys/sendfile.h> header file. */ 1197#undef HAVE_SYS_SENDFILE_H 1198 1199/* Define to 1 if you have the <sys/socket.h> header file. */ 1200#undef HAVE_SYS_SOCKET_H 1201 1202/* Define to 1 if you have the <sys/statvfs.h> header file. */ 1203#undef HAVE_SYS_STATVFS_H 1204 1205/* Define to 1 if you have the <sys/stat.h> header file. */ 1206#undef HAVE_SYS_STAT_H 1207 1208/* Define to 1 if you have the <sys/syscall.h> header file. */ 1209#undef HAVE_SYS_SYSCALL_H 1210 1211/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 1212#undef HAVE_SYS_SYSMACROS_H 1213 1214/* Define to 1 if you have the <sys/sys_domain.h> header file. */ 1215#undef HAVE_SYS_SYS_DOMAIN_H 1216 1217/* Define to 1 if you have the <sys/termio.h> header file. */ 1218#undef HAVE_SYS_TERMIO_H 1219 1220/* Define to 1 if you have the <sys/times.h> header file. */ 1221#undef HAVE_SYS_TIMES_H 1222 1223/* Define to 1 if you have the <sys/time.h> header file. */ 1224#undef HAVE_SYS_TIME_H 1225 1226/* Define to 1 if you have the <sys/types.h> header file. */ 1227#undef HAVE_SYS_TYPES_H 1228 1229/* Define to 1 if you have the <sys/uio.h> header file. */ 1230#undef HAVE_SYS_UIO_H 1231 1232/* Define to 1 if you have the <sys/un.h> header file. */ 1233#undef HAVE_SYS_UN_H 1234 1235/* Define to 1 if you have the <sys/utsname.h> header file. */ 1236#undef HAVE_SYS_UTSNAME_H 1237 1238/* Define to 1 if you have the <sys/wait.h> header file. */ 1239#undef HAVE_SYS_WAIT_H 1240 1241/* Define to 1 if you have the <sys/xattr.h> header file. */ 1242#undef HAVE_SYS_XATTR_H 1243 1244/* Define to 1 if you have the `tcgetpgrp' function. */ 1245#undef HAVE_TCGETPGRP 1246 1247/* Define to 1 if you have the `tcsetpgrp' function. */ 1248#undef HAVE_TCSETPGRP 1249 1250/* Define to 1 if you have the `tempnam' function. */ 1251#undef HAVE_TEMPNAM 1252 1253/* Define to 1 if you have the <termios.h> header file. */ 1254#undef HAVE_TERMIOS_H 1255 1256/* Define to 1 if you have the <term.h> header file. */ 1257#undef HAVE_TERM_H 1258 1259/* Define to 1 if you have the `tgamma' function. */ 1260#undef HAVE_TGAMMA 1261 1262/* Define to 1 if you have the `timegm' function. */ 1263#undef HAVE_TIMEGM 1264 1265/* Define to 1 if you have the `times' function. */ 1266#undef HAVE_TIMES 1267 1268/* Define to 1 if you have the `tmpfile' function. */ 1269#undef HAVE_TMPFILE 1270 1271/* Define to 1 if you have the `tmpnam' function. */ 1272#undef HAVE_TMPNAM 1273 1274/* Define to 1 if you have the `tmpnam_r' function. */ 1275#undef HAVE_TMPNAM_R 1276 1277/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 1278 `HAVE_STRUCT_TM_TM_ZONE' instead. */ 1279#undef HAVE_TM_ZONE 1280 1281/* Define to 1 if you have the `truncate' function. */ 1282#undef HAVE_TRUNCATE 1283 1284/* Define to 1 if you don't have `tm_zone' but do have the external array 1285 `tzname'. */ 1286#undef HAVE_TZNAME 1287 1288/* Define this if you have tcl and TCL_UTF_MAX==6 */ 1289#undef HAVE_UCS4_TCL 1290 1291/* Define to 1 if you have the `uname' function. */ 1292#undef HAVE_UNAME 1293 1294/* Define to 1 if you have the <unistd.h> header file. */ 1295#undef HAVE_UNISTD_H 1296 1297/* Define to 1 if you have the `unlinkat' function. */ 1298#undef HAVE_UNLINKAT 1299 1300/* Define if you have a useable wchar_t type defined in wchar.h; useable means 1301 wchar_t must be an unsigned type with at least 16 bits. (see 1302 Include/unicodeobject.h). */ 1303#undef HAVE_USABLE_WCHAR_T 1304 1305/* Define to 1 if you have the <util.h> header file. */ 1306#undef HAVE_UTIL_H 1307 1308/* Define to 1 if you have the `utimensat' function. */ 1309#undef HAVE_UTIMENSAT 1310 1311/* Define to 1 if you have the `utimes' function. */ 1312#undef HAVE_UTIMES 1313 1314/* Define to 1 if you have the <utime.h> header file. */ 1315#undef HAVE_UTIME_H 1316 1317/* Define if uuid_create() exists. */ 1318#undef HAVE_UUID_CREATE 1319 1320/* Define if uuid_enc_be() exists. */ 1321#undef HAVE_UUID_ENC_BE 1322 1323/* Define if uuid_generate_time_safe() exists. */ 1324#undef HAVE_UUID_GENERATE_TIME_SAFE 1325 1326/* Define to 1 if you have the <uuid.h> header file. */ 1327#undef HAVE_UUID_H 1328 1329/* Define to 1 if you have the <uuid/uuid.h> header file. */ 1330#undef HAVE_UUID_UUID_H 1331 1332/* Define to 1 if you have the `vfork' function. */ 1333#undef HAVE_VFORK 1334 1335/* Define to 1 if you have the `wait3' function. */ 1336#undef HAVE_WAIT3 1337 1338/* Define to 1 if you have the `wait4' function. */ 1339#undef HAVE_WAIT4 1340 1341/* Define to 1 if you have the `waitid' function. */ 1342#undef HAVE_WAITID 1343 1344/* Define to 1 if you have the `waitpid' function. */ 1345#undef HAVE_WAITPID 1346 1347/* Define if the compiler provides a wchar.h header file. */ 1348#undef HAVE_WCHAR_H 1349 1350/* Define to 1 if you have the `wcscoll' function. */ 1351#undef HAVE_WCSCOLL 1352 1353/* Define to 1 if you have the `wcsftime' function. */ 1354#undef HAVE_WCSFTIME 1355 1356/* Define to 1 if you have the `wcsxfrm' function. */ 1357#undef HAVE_WCSXFRM 1358 1359/* Define to 1 if you have the `wmemcmp' function. */ 1360#undef HAVE_WMEMCMP 1361 1362/* Define if tzset() actually switches the local timezone in a meaningful way. 1363 */ 1364#undef HAVE_WORKING_TZSET 1365 1366/* Define to 1 if you have the `writev' function. */ 1367#undef HAVE_WRITEV 1368 1369/* Define if the zlib library has inflateCopy */ 1370#undef HAVE_ZLIB_COPY 1371 1372/* Define to 1 if you have the `_getpty' function. */ 1373#undef HAVE__GETPTY 1374 1375/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 1376 */ 1377#undef MAJOR_IN_MKDEV 1378 1379/* Define to 1 if `major', `minor', and `makedev' are declared in 1380 <sysmacros.h>. */ 1381#undef MAJOR_IN_SYSMACROS 1382 1383/* Define if mvwdelch in curses.h is an expression. */ 1384#undef MVWDELCH_IS_EXPRESSION 1385 1386/* Define to the address where bug reports for this package should be sent. */ 1387#undef PACKAGE_BUGREPORT 1388 1389/* Define to the full name of this package. */ 1390#undef PACKAGE_NAME 1391 1392/* Define to the full name and version of this package. */ 1393#undef PACKAGE_STRING 1394 1395/* Define to the one symbol short name of this package. */ 1396#undef PACKAGE_TARNAME 1397 1398/* Define to the home page for this package. */ 1399#undef PACKAGE_URL 1400 1401/* Define to the version of this package. */ 1402#undef PACKAGE_VERSION 1403 1404/* Define if POSIX semaphores aren't enabled on your system */ 1405#undef POSIX_SEMAPHORES_NOT_ENABLED 1406 1407/* Define if pthread_key_t is compatible with int. */ 1408#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1409 1410/* Defined if PTHREAD_SCOPE_SYSTEM supported. */ 1411#undef PTHREAD_SYSTEM_SCHED_SUPPORTED 1412 1413/* Define as the preferred size in bits of long digits */ 1414#undef PYLONG_BITS_IN_DIGIT 1415 1416/* enabled builtin hash modules */ 1417#undef PY_BUILTIN_HASHLIB_HASHES 1418 1419/* Define if you want to coerce the C locale to a UTF-8 based locale */ 1420#undef PY_COERCE_C_LOCALE 1421 1422/* Define to printf format modifier for Py_ssize_t */ 1423#undef PY_FORMAT_SIZE_T 1424 1425/* Default cipher suites list for ssl module. 1: Python's preferred selection, 1426 2: leave OpenSSL defaults untouched, 0: custom string */ 1427#undef PY_SSL_DEFAULT_CIPHERS 1428 1429/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */ 1430#undef PY_SSL_DEFAULT_CIPHER_STRING 1431 1432/* Define if you want to build an interpreter with many run-time checks. */ 1433#undef Py_DEBUG 1434 1435/* Defined if Python is built as a shared library. */ 1436#undef Py_ENABLE_SHARED 1437 1438/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2, 1439 externally defined: 0 */ 1440#undef Py_HASH_ALGORITHM 1441 1442/* Define if you want to enable tracing references for debugging purpose */ 1443#undef Py_TRACE_REFS 1444 1445/* assume C89 semantics that RETSIGTYPE is always void */ 1446#undef RETSIGTYPE 1447 1448/* Define if setpgrp() must be called as setpgrp(0, 0). */ 1449#undef SETPGRP_HAVE_ARG 1450 1451/* Define to 1 if you must link with -lrt for shm_open(). */ 1452#undef SHM_NEEDS_LIBRT 1453 1454/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ 1455#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS 1456 1457/* The size of `double', as computed by sizeof. */ 1458#undef SIZEOF_DOUBLE 1459 1460/* The size of `float', as computed by sizeof. */ 1461#undef SIZEOF_FLOAT 1462 1463/* The size of `fpos_t', as computed by sizeof. */ 1464#undef SIZEOF_FPOS_T 1465 1466/* The size of `int', as computed by sizeof. */ 1467#undef SIZEOF_INT 1468 1469/* The size of `long', as computed by sizeof. */ 1470#undef SIZEOF_LONG 1471 1472/* The size of `long double', as computed by sizeof. */ 1473#undef SIZEOF_LONG_DOUBLE 1474 1475/* The size of `long long', as computed by sizeof. */ 1476#undef SIZEOF_LONG_LONG 1477 1478/* The size of `off_t', as computed by sizeof. */ 1479#undef SIZEOF_OFF_T 1480 1481/* The size of `pid_t', as computed by sizeof. */ 1482#undef SIZEOF_PID_T 1483 1484/* The size of `pthread_key_t', as computed by sizeof. */ 1485#undef SIZEOF_PTHREAD_KEY_T 1486 1487/* The size of `pthread_t', as computed by sizeof. */ 1488#undef SIZEOF_PTHREAD_T 1489 1490/* The size of `short', as computed by sizeof. */ 1491#undef SIZEOF_SHORT 1492 1493/* The size of `size_t', as computed by sizeof. */ 1494#undef SIZEOF_SIZE_T 1495 1496/* The size of `time_t', as computed by sizeof. */ 1497#undef SIZEOF_TIME_T 1498 1499/* The size of `uintptr_t', as computed by sizeof. */ 1500#undef SIZEOF_UINTPTR_T 1501 1502/* The size of `void *', as computed by sizeof. */ 1503#undef SIZEOF_VOID_P 1504 1505/* The size of `wchar_t', as computed by sizeof. */ 1506#undef SIZEOF_WCHAR_T 1507 1508/* The size of `_Bool', as computed by sizeof. */ 1509#undef SIZEOF__BOOL 1510 1511/* Define to 1 if you have the ANSI C header files. */ 1512#undef STDC_HEADERS 1513 1514/* Define if you can safely include both <sys/select.h> and <sys/time.h> 1515 (which you can't on SCO ODT 3.0). */ 1516#undef SYS_SELECT_WITH_SYS_TIME 1517 1518/* Custom thread stack size depending on chosen sanitizer runtimes. */ 1519#undef THREAD_STACK_SIZE 1520 1521/* Library needed by timemodule.c: librt may be needed for clock_gettime() */ 1522#undef TIMEMODULE_LIB 1523 1524/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1525#undef TIME_WITH_SYS_TIME 1526 1527/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 1528#undef TM_IN_SYS_TIME 1529 1530/* Define if you want to use computed gotos in ceval.c. */ 1531#undef USE_COMPUTED_GOTOS 1532 1533/* Enable extensions on AIX 3, Interix. */ 1534#ifndef _ALL_SOURCE 1535# undef _ALL_SOURCE 1536#endif 1537/* Enable GNU extensions on systems that have them. */ 1538#ifndef _GNU_SOURCE 1539# undef _GNU_SOURCE 1540#endif 1541/* Enable threading extensions on Solaris. */ 1542#ifndef _POSIX_PTHREAD_SEMANTICS 1543# undef _POSIX_PTHREAD_SEMANTICS 1544#endif 1545/* Enable extensions on HP NonStop. */ 1546#ifndef _TANDEM_SOURCE 1547# undef _TANDEM_SOURCE 1548#endif 1549/* Enable general extensions on Solaris. */ 1550#ifndef __EXTENSIONS__ 1551# undef __EXTENSIONS__ 1552#endif 1553 1554 1555/* Define if WINDOW in curses.h offers a field _flags. */ 1556#undef WINDOW_HAS_FLAGS 1557 1558/* Define if you want build the _decimal module using a coroutine-local rather 1559 than a thread-local context */ 1560#undef WITH_DECIMAL_CONTEXTVAR 1561 1562/* Define if you want documentation strings in extension modules */ 1563#undef WITH_DOC_STRINGS 1564 1565/* Define if you want to compile in DTrace support */ 1566#undef WITH_DTRACE 1567 1568/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic 1569 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). 1570 Dyld is necessary to support frameworks. */ 1571#undef WITH_DYLD 1572 1573/* Define to build the readline module against Editline. */ 1574#undef WITH_EDITLINE 1575 1576/* Define to 1 if libintl is needed for locale functions. */ 1577#undef WITH_LIBINTL 1578 1579/* Define if you want to produce an OpenStep/Rhapsody framework (shared 1580 library plus accessory files). */ 1581#undef WITH_NEXT_FRAMEWORK 1582 1583/* Define if you want to compile in Python-specific mallocs */ 1584#undef WITH_PYMALLOC 1585 1586/* Define if you want pymalloc to be disabled when running under valgrind */ 1587#undef WITH_VALGRIND 1588 1589/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1590 significant byte first (like Motorola and SPARC, unlike Intel). */ 1591#if defined AC_APPLE_UNIVERSAL_BUILD 1592# if defined __BIG_ENDIAN__ 1593# define WORDS_BIGENDIAN 1 1594# endif 1595#else 1596# ifndef WORDS_BIGENDIAN 1597# undef WORDS_BIGENDIAN 1598# endif 1599#endif 1600 1601/* Define if arithmetic is subject to x87-style double rounding issue */ 1602#undef X87_DOUBLE_ROUNDING 1603 1604/* Define on OpenBSD to activate all library features */ 1605#undef _BSD_SOURCE 1606 1607/* Define on Darwin to activate all library features */ 1608#undef _DARWIN_C_SOURCE 1609 1610/* This must be set to 64 on some systems to enable large file support. */ 1611#undef _FILE_OFFSET_BITS 1612 1613/* Define on Linux to activate all library features */ 1614#undef _GNU_SOURCE 1615 1616/* Define to include mbstate_t for mbrtowc */ 1617#undef _INCLUDE__STDC_A1_SOURCE 1618 1619/* This must be defined on some systems to enable large file support. */ 1620#undef _LARGEFILE_SOURCE 1621 1622/* This must be defined on AIX systems to enable large file support. */ 1623#undef _LARGE_FILES 1624 1625/* Define to 1 if on MINIX. */ 1626#undef _MINIX 1627 1628/* Define on NetBSD to activate all library features */ 1629#undef _NETBSD_SOURCE 1630 1631/* Define to 2 if the system does not provide POSIX.1 features except with 1632 this defined. */ 1633#undef _POSIX_1_SOURCE 1634 1635/* Define to activate features from IEEE Stds 1003.1-2008 */ 1636#undef _POSIX_C_SOURCE 1637 1638/* Define to 1 if you need to in order for `stat' and other things to work. */ 1639#undef _POSIX_SOURCE 1640 1641/* Define if you have POSIX threads, and your system does not define that. */ 1642#undef _POSIX_THREADS 1643 1644/* framework name */ 1645#undef _PYTHONFRAMEWORK 1646 1647/* Define to force use of thread-safe errno, h_errno, and other functions */ 1648#undef _REENTRANT 1649 1650/* Define to the level of X/Open that your system supports */ 1651#undef _XOPEN_SOURCE 1652 1653/* Define to activate Unix95-and-earlier features */ 1654#undef _XOPEN_SOURCE_EXTENDED 1655 1656/* Define on FreeBSD to activate all library features */ 1657#undef __BSD_VISIBLE 1658 1659/* Define to 1 if type `char' is unsigned and you are not using gcc. */ 1660#ifndef __CHAR_UNSIGNED__ 1661# undef __CHAR_UNSIGNED__ 1662#endif 1663 1664/* Define to 'long' if <time.h> doesn't define. */ 1665#undef clock_t 1666 1667/* Define to empty if `const' does not conform to ANSI C. */ 1668#undef const 1669 1670/* Define to `int' if <sys/types.h> doesn't define. */ 1671#undef gid_t 1672 1673/* Define to `int' if <sys/types.h> does not define. */ 1674#undef mode_t 1675 1676/* Define to `long int' if <sys/types.h> does not define. */ 1677#undef off_t 1678 1679/* Define to `int' if <sys/types.h> does not define. */ 1680#undef pid_t 1681 1682/* Define to empty if the keyword does not work. */ 1683#undef signed 1684 1685/* Define to `unsigned int' if <sys/types.h> does not define. */ 1686#undef size_t 1687 1688/* Define to `int' if <sys/socket.h> does not define. */ 1689#undef socklen_t 1690 1691/* Define to `int' if <sys/types.h> doesn't define. */ 1692#undef uid_t 1693 1694 1695/* Define the macros needed if on a UnixWare 7.x system. */ 1696#if defined(__USLC__) && defined(__SCO_VERSION__) 1697#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ 1698#endif 1699 1700#endif /*Py_PYCONFIG_H*/ 1701 1702