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