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