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