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