Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-19 09:50:54

0001 /* pyconfig.h.  Generated from pyconfig.h.in by configure.  */
0002 /* pyconfig.h.in.  Generated from configure.ac by autoheader.  */
0003 
0004 
0005 #ifndef Py_PYCONFIG_H
0006 #define Py_PYCONFIG_H
0007 
0008 
0009 /* Define if building universal (internal helper macro) */
0010 /* #undef AC_APPLE_UNIVERSAL_BUILD */
0011 
0012 /* BUILD_GNU_TYPE + AIX_BUILDDATE are used to construct the PEP425 tag of the
0013    build system. */
0014 /* #undef AIX_BUILDDATE */
0015 
0016 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
0017    support for AIX C++ shared extension modules. */
0018 /* #undef AIX_GENUINE_CPLUSPLUS */
0019 
0020 /* The normal alignment of `long', in bytes. */
0021 #define ALIGNOF_LONG 8
0022 
0023 /* The normal alignment of `max_align_t', in bytes. */
0024 #define ALIGNOF_MAX_ALIGN_T 16
0025 
0026 /* The normal alignment of `size_t', in bytes. */
0027 #define ALIGNOF_SIZE_T 8
0028 
0029 /* Alternative SOABI used in debug build to load C extensions built in release
0030    mode */
0031 /* #undef ALT_SOABI */
0032 
0033 /* The Android API level. */
0034 /* #undef ANDROID_API_LEVEL */
0035 
0036 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
0037    mixed-endian order (byte order 45670123) */
0038 /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */
0039 
0040 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
0041    significant byte first */
0042 /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */
0043 
0044 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
0045    least significant byte first */
0046 #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
0047 
0048 /* Define if --enable-ipv6 is specified */
0049 #define ENABLE_IPV6 1
0050 
0051 /* Define if getpgrp() must be called as getpgrp(0). */
0052 /* #undef GETPGRP_HAVE_ARG */
0053 
0054 /* Define if you have the 'accept' function. */
0055 #define HAVE_ACCEPT 1
0056 
0057 /* Define to 1 if you have the `accept4' function. */
0058 #define HAVE_ACCEPT4 1
0059 
0060 /* Define to 1 if you have the `acosh' function. */
0061 #define HAVE_ACOSH 1
0062 
0063 /* struct addrinfo (netdb.h) */
0064 #define HAVE_ADDRINFO 1
0065 
0066 /* Define to 1 if you have the `alarm' function. */
0067 #define HAVE_ALARM 1
0068 
0069 /* Define if aligned memory access is required */
0070 /* #undef HAVE_ALIGNED_REQUIRED */
0071 
0072 /* Define to 1 if you have the <alloca.h> header file. */
0073 #define HAVE_ALLOCA_H 1
0074 
0075 /* Define this if your time.h defines altzone. */
0076 /* #undef HAVE_ALTZONE */
0077 
0078 /* Define to 1 if you have the `asinh' function. */
0079 #define HAVE_ASINH 1
0080 
0081 /* Define to 1 if you have the <asm/types.h> header file. */
0082 #define HAVE_ASM_TYPES_H 1
0083 
0084 /* Define to 1 if you have the `atanh' function. */
0085 #define HAVE_ATANH 1
0086 
0087 /* Define if you have the 'bind' function. */
0088 #define HAVE_BIND 1
0089 
0090 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
0091 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
0092 
0093 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
0094 /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
0095 
0096 /* Define to 1 if you have the <bluetooth.h> header file. */
0097 /* #undef HAVE_BLUETOOTH_H */
0098 
0099 /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
0100    chars that would be converted. */
0101 /* #undef HAVE_BROKEN_MBSTOWCS */
0102 
0103 /* Define if nice() returns success/failure instead of the new priority. */
0104 /* #undef HAVE_BROKEN_NICE */
0105 
0106 /* Define if the system reports an invalid PIPE_BUF value. */
0107 /* #undef HAVE_BROKEN_PIPE_BUF */
0108 
0109 /* Define if poll() sets errno on invalid file descriptors. */
0110 /* #undef HAVE_BROKEN_POLL */
0111 
0112 /* Define if the Posix semaphores do not work on your system */
0113 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
0114 
0115 /* Define if pthread_sigmask() does not work on your system. */
0116 /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
0117 
0118 /* define to 1 if your sem_getvalue is broken. */
0119 /* #undef HAVE_BROKEN_SEM_GETVALUE */
0120 
0121 /* Define if 'unsetenv' does not return an int. */
0122 /* #undef HAVE_BROKEN_UNSETENV */
0123 
0124 /* Has builtin __atomic_load_n() and __atomic_store_n() functions */
0125 #define HAVE_BUILTIN_ATOMIC 1
0126 
0127 /* Define to 1 if you have the <bzlib.h> header file. */
0128 /* #undef HAVE_BZLIB_H */
0129 
0130 /* Define to 1 if you have the 'chflags' function. */
0131 /* #undef HAVE_CHFLAGS */
0132 
0133 /* Define to 1 if you have the `chmod' function. */
0134 #define HAVE_CHMOD 1
0135 
0136 /* Define to 1 if you have the `chown' function. */
0137 #define HAVE_CHOWN 1
0138 
0139 /* Define if you have the 'chroot' function. */
0140 #define HAVE_CHROOT 1
0141 
0142 /* Define to 1 if you have the `clock' function. */
0143 #define HAVE_CLOCK 1
0144 
0145 /* Define to 1 if you have the `clock_getres' function. */
0146 #define HAVE_CLOCK_GETRES 1
0147 
0148 /* Define to 1 if you have the `clock_gettime' function. */
0149 #define HAVE_CLOCK_GETTIME 1
0150 
0151 /* Define to 1 if you have the `clock_nanosleep' function. */
0152 #define HAVE_CLOCK_NANOSLEEP 1
0153 
0154 /* Define to 1 if you have the `clock_settime' function. */
0155 #define HAVE_CLOCK_SETTIME 1
0156 
0157 /* Define to 1 if the system has the type `clock_t'. */
0158 #define HAVE_CLOCK_T 1
0159 
0160 /* Define to 1 if you have the `closefrom' function. */
0161 #define HAVE_CLOSEFROM 1
0162 
0163 /* Define to 1 if you have the `close_range' function. */
0164 #define HAVE_CLOSE_RANGE 1
0165 
0166 /* Define if the C compiler supports computed gotos. */
0167 #define HAVE_COMPUTED_GOTOS 1
0168 
0169 /* Define to 1 if you have the `confstr' function. */
0170 #define HAVE_CONFSTR 1
0171 
0172 /* Define to 1 if you have the <conio.h> header file. */
0173 /* #undef HAVE_CONIO_H */
0174 
0175 /* Define if you have the 'connect' function. */
0176 #define HAVE_CONNECT 1
0177 
0178 /* Define to 1 if you have the `copy_file_range' function. */
0179 #define HAVE_COPY_FILE_RANGE 1
0180 
0181 /* Define to 1 if you have the `ctermid' function. */
0182 #define HAVE_CTERMID 1
0183 
0184 /* Define if you have the 'ctermid_r' function. */
0185 /* #undef HAVE_CTERMID_R */
0186 
0187 /* Define if you have the 'filter' function. */
0188 #define HAVE_CURSES_FILTER 1
0189 
0190 /* Define to 1 if you have the <curses.h> header file. */
0191 #define HAVE_CURSES_H 1
0192 
0193 /* Define if you have the 'has_key' function. */
0194 #define HAVE_CURSES_HAS_KEY 1
0195 
0196 /* Define if you have the 'immedok' function. */
0197 #define HAVE_CURSES_IMMEDOK 1
0198 
0199 /* Define if you have the 'is_pad' function. */
0200 #define HAVE_CURSES_IS_PAD 1
0201 
0202 /* Define if you have the 'is_term_resized' function. */
0203 #define HAVE_CURSES_IS_TERM_RESIZED 1
0204 
0205 /* Define if you have the 'resizeterm' function. */
0206 #define HAVE_CURSES_RESIZETERM 1
0207 
0208 /* Define if you have the 'resize_term' function. */
0209 #define HAVE_CURSES_RESIZE_TERM 1
0210 
0211 /* Define if you have the 'syncok' function. */
0212 #define HAVE_CURSES_SYNCOK 1
0213 
0214 /* Define if you have the 'typeahead' function. */
0215 #define HAVE_CURSES_TYPEAHEAD 1
0216 
0217 /* Define if you have the 'use_env' function. */
0218 #define HAVE_CURSES_USE_ENV 1
0219 
0220 /* Define if you have the 'wchgat' function. */
0221 #define HAVE_CURSES_WCHGAT 1
0222 
0223 /* Define to 1 if you have the <db.h> header file. */
0224 /* #undef HAVE_DB_H */
0225 
0226 /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
0227    don't. */
0228 #define HAVE_DECL_RTLD_DEEPBIND 1
0229 
0230 /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
0231    don't. */
0232 #define HAVE_DECL_RTLD_GLOBAL 1
0233 
0234 /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
0235    don't. */
0236 #define HAVE_DECL_RTLD_LAZY 1
0237 
0238 /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
0239    don't. */
0240 #define HAVE_DECL_RTLD_LOCAL 1
0241 
0242 /* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
0243    don't. */
0244 #define HAVE_DECL_RTLD_MEMBER 0
0245 
0246 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
0247    don't. */
0248 #define HAVE_DECL_RTLD_NODELETE 1
0249 
0250 /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
0251    don't. */
0252 #define HAVE_DECL_RTLD_NOLOAD 1
0253 
0254 /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
0255    don't. */
0256 #define HAVE_DECL_RTLD_NOW 1
0257 
0258 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
0259    */
0260 /* #undef HAVE_DECL_TZNAME */
0261 
0262 /* Define to 1 if you have the declaration of `UT_NAMESIZE', and to 0 if you
0263    don't. */
0264 #define HAVE_DECL_UT_NAMESIZE 1
0265 
0266 /* Define to 1 if you have the device macros. */
0267 #define HAVE_DEVICE_MACROS 1
0268 
0269 /* Define to 1 if you have the /dev/ptc device file. */
0270 /* #undef HAVE_DEV_PTC */
0271 
0272 /* Define to 1 if you have the /dev/ptmx device file. */
0273 #define HAVE_DEV_PTMX 1
0274 
0275 /* Define to 1 if you have the <direct.h> header file. */
0276 /* #undef HAVE_DIRECT_H */
0277 
0278 /* Define to 1 if the dirent structure has a d_type field */
0279 #define HAVE_DIRENT_D_TYPE 1
0280 
0281 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
0282    */
0283 #define HAVE_DIRENT_H 1
0284 
0285 /* Define if you have the 'dirfd' function or macro. */
0286 #define HAVE_DIRFD 1
0287 
0288 /* Define to 1 if you have the <dlfcn.h> header file. */
0289 #define HAVE_DLFCN_H 1
0290 
0291 /* Define to 1 if you have the `dlopen' function. */
0292 #define HAVE_DLOPEN 1
0293 
0294 /* Define to 1 if you have the `dup' function. */
0295 #define HAVE_DUP 1
0296 
0297 /* Define to 1 if you have the `dup2' function. */
0298 #define HAVE_DUP2 1
0299 
0300 /* Define to 1 if you have the `dup3' function. */
0301 #define HAVE_DUP3 1
0302 
0303 /* Define if you have the '_dyld_shared_cache_contains_path' function. */
0304 /* #undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH */
0305 
0306 /* Defined when any dynamic module loading is enabled. */
0307 #define HAVE_DYNAMIC_LOADING 1
0308 
0309 /* Define to 1 if you have the <editline/readline.h> header file. */
0310 /* #undef HAVE_EDITLINE_READLINE_H */
0311 
0312 /* Define to 1 if you have the <endian.h> header file. */
0313 #define HAVE_ENDIAN_H 1
0314 
0315 /* Define if you have the 'epoll_create' function. */
0316 #define HAVE_EPOLL 1
0317 
0318 /* Define if you have the 'epoll_create1' function. */
0319 #define HAVE_EPOLL_CREATE1 1
0320 
0321 /* Define to 1 if you have the `erf' function. */
0322 #define HAVE_ERF 1
0323 
0324 /* Define to 1 if you have the `erfc' function. */
0325 #define HAVE_ERFC 1
0326 
0327 /* Define to 1 if you have the <errno.h> header file. */
0328 #define HAVE_ERRNO_H 1
0329 
0330 /* Define if you have the 'eventfd' function. */
0331 #define HAVE_EVENTFD 1
0332 
0333 /* Define to 1 if you have the `execv' function. */
0334 #define HAVE_EXECV 1
0335 
0336 /* Define to 1 if you have the `explicit_bzero' function. */
0337 #define HAVE_EXPLICIT_BZERO 1
0338 
0339 /* Define to 1 if you have the `explicit_memset' function. */
0340 /* #undef HAVE_EXPLICIT_MEMSET */
0341 
0342 /* Define to 1 if you have the `expm1' function. */
0343 #define HAVE_EXPM1 1
0344 
0345 /* Define to 1 if you have the `faccessat' function. */
0346 #define HAVE_FACCESSAT 1
0347 
0348 /* Define if you have the 'fchdir' function. */
0349 #define HAVE_FCHDIR 1
0350 
0351 /* Define to 1 if you have the `fchmod' function. */
0352 #define HAVE_FCHMOD 1
0353 
0354 /* Define to 1 if you have the `fchmodat' function. */
0355 #define HAVE_FCHMODAT 1
0356 
0357 /* Define to 1 if you have the `fchown' function. */
0358 #define HAVE_FCHOWN 1
0359 
0360 /* Define to 1 if you have the `fchownat' function. */
0361 #define HAVE_FCHOWNAT 1
0362 
0363 /* Define to 1 if you have the <fcntl.h> header file. */
0364 #define HAVE_FCNTL_H 1
0365 
0366 /* Define if you have the 'fdatasync' function. */
0367 #define HAVE_FDATASYNC 1
0368 
0369 /* Define to 1 if you have the `fdopendir' function. */
0370 #define HAVE_FDOPENDIR 1
0371 
0372 /* Define to 1 if you have the `fdwalk' function. */
0373 /* #undef HAVE_FDWALK */
0374 
0375 /* Define to 1 if you have the `fexecve' function. */
0376 #define HAVE_FEXECVE 1
0377 
0378 /* Define if you have the 'ffi_closure_alloc' function. */
0379 #define HAVE_FFI_CLOSURE_ALLOC 1
0380 
0381 /* Define if you have the 'ffi_prep_cif_var' function. */
0382 #define HAVE_FFI_PREP_CIF_VAR 1
0383 
0384 /* Define if you have the 'ffi_prep_closure_loc' function. */
0385 #define HAVE_FFI_PREP_CLOSURE_LOC 1
0386 
0387 /* Define to 1 if you have the `flock' function. */
0388 #define HAVE_FLOCK 1
0389 
0390 /* Define to 1 if you have the `fork' function. */
0391 #define HAVE_FORK 1
0392 
0393 /* Define to 1 if you have the `fork1' function. */
0394 /* #undef HAVE_FORK1 */
0395 
0396 /* Define to 1 if you have the `forkpty' function. */
0397 #define HAVE_FORKPTY 1
0398 
0399 /* Define to 1 if you have the `fpathconf' function. */
0400 #define HAVE_FPATHCONF 1
0401 
0402 /* Define to 1 if you have the `fseek64' function. */
0403 /* #undef HAVE_FSEEK64 */
0404 
0405 /* Define to 1 if you have the `fseeko' function. */
0406 #define HAVE_FSEEKO 1
0407 
0408 /* Define to 1 if you have the `fstatat' function. */
0409 #define HAVE_FSTATAT 1
0410 
0411 /* Define to 1 if you have the `fstatvfs' function. */
0412 #define HAVE_FSTATVFS 1
0413 
0414 /* Define if you have the 'fsync' function. */
0415 #define HAVE_FSYNC 1
0416 
0417 /* Define to 1 if you have the `ftell64' function. */
0418 /* #undef HAVE_FTELL64 */
0419 
0420 /* Define to 1 if you have the `ftello' function. */
0421 #define HAVE_FTELLO 1
0422 
0423 /* Define to 1 if you have the `ftime' function. */
0424 #define HAVE_FTIME 1
0425 
0426 /* Define to 1 if you have the `ftruncate' function. */
0427 #define HAVE_FTRUNCATE 1
0428 
0429 /* Define to 1 if you have the `futimens' function. */
0430 #define HAVE_FUTIMENS 1
0431 
0432 /* Define to 1 if you have the `futimes' function. */
0433 #define HAVE_FUTIMES 1
0434 
0435 /* Define to 1 if you have the `futimesat' function. */
0436 #define HAVE_FUTIMESAT 1
0437 
0438 /* Define to 1 if you have the `gai_strerror' function. */
0439 #define HAVE_GAI_STRERROR 1
0440 
0441 /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
0442 /* #undef HAVE_GCC_ASM_FOR_MC68881 */
0443 
0444 /* Define if we can use x64 gcc inline assembler */
0445 #define HAVE_GCC_ASM_FOR_X64 1
0446 
0447 /* Define if we can use gcc inline assembler to get and set x87 control word
0448    */
0449 #define HAVE_GCC_ASM_FOR_X87 1
0450 
0451 /* Define if your compiler provides __uint128_t */
0452 #define HAVE_GCC_UINT128_T 1
0453 
0454 /* Define to 1 if you have the <gdbm-ndbm.h> header file. */
0455 /* #undef HAVE_GDBM_DASH_NDBM_H */
0456 
0457 /* Define to 1 if you have the <gdbm.h> header file. */
0458 #define HAVE_GDBM_H 1
0459 
0460 /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
0461 /* #undef HAVE_GDBM_NDBM_H */
0462 
0463 /* Define if you have the getaddrinfo function. */
0464 #define HAVE_GETADDRINFO 1
0465 
0466 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
0467 #define HAVE_GETC_UNLOCKED 1
0468 
0469 /* Define to 1 if you have the `getegid' function. */
0470 #define HAVE_GETEGID 1
0471 
0472 /* Define to 1 if you have the `getentropy' function. */
0473 #define HAVE_GETENTROPY 1
0474 
0475 /* Define to 1 if you have the `geteuid' function. */
0476 #define HAVE_GETEUID 1
0477 
0478 /* Define to 1 if you have the `getgid' function. */
0479 #define HAVE_GETGID 1
0480 
0481 /* Define to 1 if you have the `getgrent' function. */
0482 #define HAVE_GETGRENT 1
0483 
0484 /* Define to 1 if you have the `getgrgid' function. */
0485 #define HAVE_GETGRGID 1
0486 
0487 /* Define to 1 if you have the `getgrgid_r' function. */
0488 #define HAVE_GETGRGID_R 1
0489 
0490 /* Define to 1 if you have the `getgrnam_r' function. */
0491 #define HAVE_GETGRNAM_R 1
0492 
0493 /* Define to 1 if you have the `getgrouplist' function. */
0494 #define HAVE_GETGROUPLIST 1
0495 
0496 /* Define to 1 if you have the `getgroups' function. */
0497 #define HAVE_GETGROUPS 1
0498 
0499 /* Define if you have the 'gethostbyaddr' function. */
0500 #define HAVE_GETHOSTBYADDR 1
0501 
0502 /* Define to 1 if you have the `gethostbyname' function. */
0503 #define HAVE_GETHOSTBYNAME 1
0504 
0505 /* Define this if you have some version of gethostbyname_r() */
0506 #define HAVE_GETHOSTBYNAME_R 1
0507 
0508 /* Define this if you have the 3-arg version of gethostbyname_r(). */
0509 /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
0510 
0511 /* Define this if you have the 5-arg version of gethostbyname_r(). */
0512 /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
0513 
0514 /* Define this if you have the 6-arg version of gethostbyname_r(). */
0515 #define HAVE_GETHOSTBYNAME_R_6_ARG 1
0516 
0517 /* Define to 1 if you have the `gethostname' function. */
0518 #define HAVE_GETHOSTNAME 1
0519 
0520 /* Define to 1 if you have the `getitimer' function. */
0521 #define HAVE_GETITIMER 1
0522 
0523 /* Define to 1 if you have the `getloadavg' function. */
0524 #define HAVE_GETLOADAVG 1
0525 
0526 /* Define to 1 if you have the `getlogin' function. */
0527 #define HAVE_GETLOGIN 1
0528 
0529 /* Define to 1 if you have the `getlogin_r' function. */
0530 #define HAVE_GETLOGIN_R 1
0531 
0532 /* Define to 1 if you have the `getnameinfo' function. */
0533 #define HAVE_GETNAMEINFO 1
0534 
0535 /* Define if you have the 'getpagesize' function. */
0536 #define HAVE_GETPAGESIZE 1
0537 
0538 /* Define if you have the 'getpeername' function. */
0539 #define HAVE_GETPEERNAME 1
0540 
0541 /* Define to 1 if you have the `getpgid' function. */
0542 #define HAVE_GETPGID 1
0543 
0544 /* Define to 1 if you have the `getpgrp' function. */
0545 #define HAVE_GETPGRP 1
0546 
0547 /* Define to 1 if you have the `getpid' function. */
0548 #define HAVE_GETPID 1
0549 
0550 /* Define to 1 if you have the `getppid' function. */
0551 #define HAVE_GETPPID 1
0552 
0553 /* Define to 1 if you have the `getpriority' function. */
0554 #define HAVE_GETPRIORITY 1
0555 
0556 /* Define if you have the 'getprotobyname' function. */
0557 #define HAVE_GETPROTOBYNAME 1
0558 
0559 /* Define to 1 if you have the `getpwent' function. */
0560 #define HAVE_GETPWENT 1
0561 
0562 /* Define to 1 if you have the `getpwnam_r' function. */
0563 #define HAVE_GETPWNAM_R 1
0564 
0565 /* Define to 1 if you have the `getpwuid' function. */
0566 #define HAVE_GETPWUID 1
0567 
0568 /* Define to 1 if you have the `getpwuid_r' function. */
0569 #define HAVE_GETPWUID_R 1
0570 
0571 /* Define to 1 if the getrandom() function is available */
0572 #define HAVE_GETRANDOM 1
0573 
0574 /* Define to 1 if the Linux getrandom() syscall is available */
0575 #define HAVE_GETRANDOM_SYSCALL 1
0576 
0577 /* Define to 1 if you have the `getresgid' function. */
0578 #define HAVE_GETRESGID 1
0579 
0580 /* Define to 1 if you have the `getresuid' function. */
0581 #define HAVE_GETRESUID 1
0582 
0583 /* Define to 1 if you have the `getrusage' function. */
0584 #define HAVE_GETRUSAGE 1
0585 
0586 /* Define if you have the 'getservbyname' function. */
0587 #define HAVE_GETSERVBYNAME 1
0588 
0589 /* Define if you have the 'getservbyport' function. */
0590 #define HAVE_GETSERVBYPORT 1
0591 
0592 /* Define to 1 if you have the `getsid' function. */
0593 #define HAVE_GETSID 1
0594 
0595 /* Define if you have the 'getsockname' function. */
0596 #define HAVE_GETSOCKNAME 1
0597 
0598 /* Define to 1 if you have the `getspent' function. */
0599 #define HAVE_GETSPENT 1
0600 
0601 /* Define to 1 if you have the `getspnam' function. */
0602 #define HAVE_GETSPNAM 1
0603 
0604 /* Define to 1 if you have the `getuid' function. */
0605 #define HAVE_GETUID 1
0606 
0607 /* Define to 1 if you have the `getwd' function. */
0608 #define HAVE_GETWD 1
0609 
0610 /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
0611    bcopy. */
0612 /* #undef HAVE_GLIBC_MEMMOVE_BUG */
0613 
0614 /* Define to 1 if you have the `grantpt' function. */
0615 #define HAVE_GRANTPT 1
0616 
0617 /* Define to 1 if you have the <grp.h> header file. */
0618 #define HAVE_GRP_H 1
0619 
0620 /* Define if you have the 'hstrerror' function. */
0621 #define HAVE_HSTRERROR 1
0622 
0623 /* Define this if you have le64toh() */
0624 #define HAVE_HTOLE64 1
0625 
0626 /* Define to 1 if you have the `if_nameindex' function. */
0627 #define HAVE_IF_NAMEINDEX 1
0628 
0629 /* Define if you have the 'inet_aton' function. */
0630 #define HAVE_INET_ATON 1
0631 
0632 /* Define if you have the 'inet_ntoa' function. */
0633 #define HAVE_INET_NTOA 1
0634 
0635 /* Define if you have the 'inet_pton' function. */
0636 #define HAVE_INET_PTON 1
0637 
0638 /* Define to 1 if you have the `initgroups' function. */
0639 #define HAVE_INITGROUPS 1
0640 
0641 /* Define to 1 if you have the <inttypes.h> header file. */
0642 #define HAVE_INTTYPES_H 1
0643 
0644 /* Define to 1 if you have the <io.h> header file. */
0645 /* #undef HAVE_IO_H */
0646 
0647 /* Define if gcc has the ipa-pure-const bug. */
0648 /* #undef HAVE_IPA_PURE_CONST_BUG */
0649 
0650 /* Define to 1 if you have the `kill' function. */
0651 #define HAVE_KILL 1
0652 
0653 /* Define to 1 if you have the `killpg' function. */
0654 #define HAVE_KILLPG 1
0655 
0656 /* Define if you have the 'kqueue' function. */
0657 /* #undef HAVE_KQUEUE */
0658 
0659 /* Define to 1 if you have the <langinfo.h> header file. */
0660 #define HAVE_LANGINFO_H 1
0661 
0662 /* Defined to enable large file support when an off_t is bigger than a long
0663    and long long is at least as big as an off_t. You may need to add some
0664    flags for configuration and compilation to enable this mode. (For Solaris
0665    and Linux, the necessary defines are already defined.) */
0666 /* #undef HAVE_LARGEFILE_SUPPORT */
0667 
0668 /* Define to 1 if you have the 'lchflags' function. */
0669 /* #undef HAVE_LCHFLAGS */
0670 
0671 /* Define to 1 if you have the `lchmod' function. */
0672 /* #undef HAVE_LCHMOD */
0673 
0674 /* Define to 1 if you have the `lchown' function. */
0675 #define HAVE_LCHOWN 1
0676 
0677 /* Define to 1 if you want to build _blake2 module with libb2 */
0678 /* #undef HAVE_LIBB2 */
0679 
0680 /* Define to 1 if you have the `db' library (-ldb). */
0681 /* #undef HAVE_LIBDB */
0682 
0683 /* Define to 1 if you have the `dl' library (-ldl). */
0684 #define HAVE_LIBDL 1
0685 
0686 /* Define to 1 if you have the `dld' library (-ldld). */
0687 /* #undef HAVE_LIBDLD */
0688 
0689 /* Define to 1 if you have the `ieee' library (-lieee). */
0690 /* #undef HAVE_LIBIEEE */
0691 
0692 /* Define to 1 if you have the <libintl.h> header file. */
0693 #define HAVE_LIBINTL_H 1
0694 
0695 /* Define to 1 if you have the `resolv' library (-lresolv). */
0696 /* #undef HAVE_LIBRESOLV */
0697 
0698 /* Define to 1 if you have the `sendfile' library (-lsendfile). */
0699 /* #undef HAVE_LIBSENDFILE */
0700 
0701 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
0702 #define HAVE_LIBSQLITE3 1
0703 
0704 /* Define to 1 if you have the <libutil.h> header file. */
0705 /* #undef HAVE_LIBUTIL_H */
0706 
0707 /* Define if you have the 'link' function. */
0708 #define HAVE_LINK 1
0709 
0710 /* Define to 1 if you have the `linkat' function. */
0711 #define HAVE_LINKAT 1
0712 
0713 /* Define to 1 if you have the <linux/auxvec.h> header file. */
0714 #define HAVE_LINUX_AUXVEC_H 1
0715 
0716 /* Define to 1 if you have the <linux/can/bcm.h> header file. */
0717 #define HAVE_LINUX_CAN_BCM_H 1
0718 
0719 /* Define to 1 if you have the <linux/can.h> header file. */
0720 #define HAVE_LINUX_CAN_H 1
0721 
0722 /* Define to 1 if you have the <linux/can/j1939.h> header file. */
0723 #define HAVE_LINUX_CAN_J1939_H 1
0724 
0725 /* Define if compiling using Linux 3.6 or later. */
0726 #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1
0727 
0728 /* Define to 1 if you have the <linux/can/raw.h> header file. */
0729 #define HAVE_LINUX_CAN_RAW_H 1
0730 
0731 /* Define if compiling using Linux 4.1 or later. */
0732 #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1
0733 
0734 /* Define to 1 if you have the <linux/fs.h> header file. */
0735 #define HAVE_LINUX_FS_H 1
0736 
0737 /* Define to 1 if you have the <linux/limits.h> header file. */
0738 #define HAVE_LINUX_LIMITS_H 1
0739 
0740 /* Define to 1 if you have the <linux/memfd.h> header file. */
0741 #define HAVE_LINUX_MEMFD_H 1
0742 
0743 /* Define to 1 if you have the <linux/netlink.h> header file. */
0744 #define HAVE_LINUX_NETLINK_H 1
0745 
0746 /* Define to 1 if you have the <linux/qrtr.h> header file. */
0747 #define HAVE_LINUX_QRTR_H 1
0748 
0749 /* Define to 1 if you have the <linux/random.h> header file. */
0750 #define HAVE_LINUX_RANDOM_H 1
0751 
0752 /* Define to 1 if you have the <linux/soundcard.h> header file. */
0753 #define HAVE_LINUX_SOUNDCARD_H 1
0754 
0755 /* Define to 1 if you have the <linux/tipc.h> header file. */
0756 #define HAVE_LINUX_TIPC_H 1
0757 
0758 /* Define to 1 if you have the <linux/vm_sockets.h> header file. */
0759 #define HAVE_LINUX_VM_SOCKETS_H 1
0760 
0761 /* Define to 1 if you have the <linux/wait.h> header file. */
0762 #define HAVE_LINUX_WAIT_H 1
0763 
0764 /* Define if you have the 'listen' function. */
0765 #define HAVE_LISTEN 1
0766 
0767 /* Define to 1 if you have the `lockf' function. */
0768 #define HAVE_LOCKF 1
0769 
0770 /* Define to 1 if you have the `log1p' function. */
0771 #define HAVE_LOG1P 1
0772 
0773 /* Define to 1 if you have the `log2' function. */
0774 #define HAVE_LOG2 1
0775 
0776 /* Define to 1 if you have the `login_tty' function. */
0777 #define HAVE_LOGIN_TTY 1
0778 
0779 /* Define to 1 if the system has the type `long double'. */
0780 #define HAVE_LONG_DOUBLE 1
0781 
0782 /* Define to 1 if you have the `lstat' function. */
0783 #define HAVE_LSTAT 1
0784 
0785 /* Define to 1 if you have the `lutimes' function. */
0786 #define HAVE_LUTIMES 1
0787 
0788 /* Define to 1 if you have the <lzma.h> header file. */
0789 /* #undef HAVE_LZMA_H */
0790 
0791 /* Define to 1 if you have the `madvise' function. */
0792 #define HAVE_MADVISE 1
0793 
0794 /* Define this if you have the makedev macro. */
0795 #define HAVE_MAKEDEV 1
0796 
0797 /* Define if you have the 'MAXLOGNAME' constant. */
0798 /* #undef HAVE_MAXLOGNAME */
0799 
0800 /* Define to 1 if you have the `mbrtowc' function. */
0801 #define HAVE_MBRTOWC 1
0802 
0803 /* Define if you have the 'memfd_create' function. */
0804 #define HAVE_MEMFD_CREATE 1
0805 
0806 /* Define to 1 if you have the `memrchr' function. */
0807 #define HAVE_MEMRCHR 1
0808 
0809 /* Define to 1 if you have the <minix/config.h> header file. */
0810 /* #undef HAVE_MINIX_CONFIG_H */
0811 
0812 /* Define to 1 if you have the `mkdirat' function. */
0813 #define HAVE_MKDIRAT 1
0814 
0815 /* Define to 1 if you have the `mkfifo' function. */
0816 #define HAVE_MKFIFO 1
0817 
0818 /* Define to 1 if you have the `mkfifoat' function. */
0819 #define HAVE_MKFIFOAT 1
0820 
0821 /* Define to 1 if you have the `mknod' function. */
0822 #define HAVE_MKNOD 1
0823 
0824 /* Define to 1 if you have the `mknodat' function. */
0825 #define HAVE_MKNODAT 1
0826 
0827 /* Define to 1 if you have the `mktime' function. */
0828 #define HAVE_MKTIME 1
0829 
0830 /* Define to 1 if you have the `mmap' function. */
0831 #define HAVE_MMAP 1
0832 
0833 /* Define to 1 if you have the `mremap' function. */
0834 #define HAVE_MREMAP 1
0835 
0836 /* Define to 1 if you have the `nanosleep' function. */
0837 #define HAVE_NANOSLEEP 1
0838 
0839 /* Define if you have the 'ncurses' library */
0840 /* #undef HAVE_NCURSES */
0841 
0842 /* Define if you have the 'ncursesw' library */
0843 #define HAVE_NCURSESW 1
0844 
0845 /* Define to 1 if you have the <ncursesw/curses.h> header file. */
0846 #define HAVE_NCURSESW_CURSES_H 1
0847 
0848 /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
0849 #define HAVE_NCURSESW_NCURSES_H 1
0850 
0851 /* Define to 1 if you have the <ncursesw/panel.h> header file. */
0852 #define HAVE_NCURSESW_PANEL_H 1
0853 
0854 /* Define to 1 if you have the <ncurses/curses.h> header file. */
0855 #define HAVE_NCURSES_CURSES_H 1
0856 
0857 /* Define to 1 if you have the <ncurses.h> header file. */
0858 #define HAVE_NCURSES_H 1
0859 
0860 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
0861 #define HAVE_NCURSES_NCURSES_H 1
0862 
0863 /* Define to 1 if you have the <ncurses/panel.h> header file. */
0864 #define HAVE_NCURSES_PANEL_H 1
0865 
0866 /* Define to 1 if you have the <ndbm.h> header file. */
0867 #define HAVE_NDBM_H 1
0868 
0869 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
0870 /* #undef HAVE_NDIR_H */
0871 
0872 /* Define to 1 if you have the <netcan/can.h> header file. */
0873 /* #undef HAVE_NETCAN_CAN_H */
0874 
0875 /* Define to 1 if you have the <netdb.h> header file. */
0876 #define HAVE_NETDB_H 1
0877 
0878 /* Define to 1 if you have the <netinet/in.h> header file. */
0879 #define HAVE_NETINET_IN_H 1
0880 
0881 /* Define to 1 if you have the <netlink/netlink.h> header file. */
0882 /* #undef HAVE_NETLINK_NETLINK_H */
0883 
0884 /* Define to 1 if you have the <netpacket/packet.h> header file. */
0885 #define HAVE_NETPACKET_PACKET_H 1
0886 
0887 /* Define to 1 if you have the <net/ethernet.h> header file. */
0888 #define HAVE_NET_ETHERNET_H 1
0889 
0890 /* Define to 1 if you have the <net/if.h> header file. */
0891 #define HAVE_NET_IF_H 1
0892 
0893 /* Define to 1 if you have the `nice' function. */
0894 #define HAVE_NICE 1
0895 
0896 /* Define if the internal form of wchar_t in non-Unicode locales is not
0897    Unicode. */
0898 /* #undef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION */
0899 
0900 /* Define to 1 if you have the `openat' function. */
0901 #define HAVE_OPENAT 1
0902 
0903 /* Define to 1 if you have the `opendir' function. */
0904 #define HAVE_OPENDIR 1
0905 
0906 /* Define to 1 if you have the `openpty' function. */
0907 #define HAVE_OPENPTY 1
0908 
0909 /* Define if you have the 'panel' library */
0910 /* #undef HAVE_PANEL */
0911 
0912 /* Define if you have the 'panelw' library */
0913 #define HAVE_PANELW 1
0914 
0915 /* Define to 1 if you have the <panel.h> header file. */
0916 #define HAVE_PANEL_H 1
0917 
0918 /* Define to 1 if you have the `pathconf' function. */
0919 #define HAVE_PATHCONF 1
0920 
0921 /* Define to 1 if you have the `pause' function. */
0922 #define HAVE_PAUSE 1
0923 
0924 /* Define to 1 if you have the `pipe' function. */
0925 #define HAVE_PIPE 1
0926 
0927 /* Define to 1 if you have the `pipe2' function. */
0928 #define HAVE_PIPE2 1
0929 
0930 /* Define to 1 if you have the `plock' function. */
0931 /* #undef HAVE_PLOCK */
0932 
0933 /* Define to 1 if you have the `poll' function. */
0934 #define HAVE_POLL 1
0935 
0936 /* Define to 1 if you have the <poll.h> header file. */
0937 #define HAVE_POLL_H 1
0938 
0939 /* Define to 1 if you have the `posix_fadvise' function. */
0940 #define HAVE_POSIX_FADVISE 1
0941 
0942 /* Define to 1 if you have the `posix_fallocate' function. */
0943 #define HAVE_POSIX_FALLOCATE 1
0944 
0945 /* Define to 1 if you have the `posix_openpt' function. */
0946 #define HAVE_POSIX_OPENPT 1
0947 
0948 /* Define to 1 if you have the `posix_spawn' function. */
0949 #define HAVE_POSIX_SPAWN 1
0950 
0951 /* Define to 1 if you have the `posix_spawnp' function. */
0952 #define HAVE_POSIX_SPAWNP 1
0953 
0954 /* Define to 1 if you have the `posix_spawn_file_actions_addclosefrom_np'
0955    function. */
0956 #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSEFROM_NP 1
0957 
0958 /* Define to 1 if you have the `pread' function. */
0959 #define HAVE_PREAD 1
0960 
0961 /* Define to 1 if you have the `preadv' function. */
0962 #define HAVE_PREADV 1
0963 
0964 /* Define to 1 if you have the `preadv2' function. */
0965 #define HAVE_PREADV2 1
0966 
0967 /* Define if you have the 'prlimit' function. */
0968 #define HAVE_PRLIMIT 1
0969 
0970 /* Define to 1 if you have the <process.h> header file. */
0971 /* #undef HAVE_PROCESS_H */
0972 
0973 /* Define to 1 if you have the `process_vm_readv' function. */
0974 #define HAVE_PROCESS_VM_READV 1
0975 
0976 /* Define if your compiler supports function prototype */
0977 #define HAVE_PROTOTYPES 1
0978 
0979 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
0980 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
0981 
0982 /* Define to 1 if you have the `pthread_cond_timedwait_relative_np' function.
0983    */
0984 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
0985 
0986 /* Defined for Solaris 2.6 bug in pthread header. */
0987 /* #undef HAVE_PTHREAD_DESTRUCTOR */
0988 
0989 /* Define to 1 if you have the `pthread_getcpuclockid' function. */
0990 #define HAVE_PTHREAD_GETCPUCLOCKID 1
0991 
0992 /* Define to 1 if you have the <pthread.h> header file. */
0993 #define HAVE_PTHREAD_H 1
0994 
0995 /* Define to 1 if you have the `pthread_init' function. */
0996 /* #undef HAVE_PTHREAD_INIT */
0997 
0998 /* Define to 1 if you have the `pthread_kill' function. */
0999 #define HAVE_PTHREAD_KILL 1
1000 
1001 /* Define to 1 if you have the `pthread_sigmask' function. */
1002 #define HAVE_PTHREAD_SIGMASK 1
1003 
1004 /* Define if platform requires stubbed pthreads support */
1005 /* #undef HAVE_PTHREAD_STUBS */
1006 
1007 /* Define to 1 if you have the `ptsname' function. */
1008 #define HAVE_PTSNAME 1
1009 
1010 /* Define to 1 if you have the `ptsname_r' function. */
1011 #define HAVE_PTSNAME_R 1
1012 
1013 /* Define to 1 if you have the <pty.h> header file. */
1014 #define HAVE_PTY_H 1
1015 
1016 /* Define to 1 if you have the `pwrite' function. */
1017 #define HAVE_PWRITE 1
1018 
1019 /* Define to 1 if you have the `pwritev' function. */
1020 #define HAVE_PWRITEV 1
1021 
1022 /* Define to 1 if you have the `pwritev2' function. */
1023 #define HAVE_PWRITEV2 1
1024 
1025 /* Define to 1 if you have the <readline/readline.h> header file. */
1026 #define HAVE_READLINE_READLINE_H 1
1027 
1028 /* Define to 1 if you have the `readlink' function. */
1029 #define HAVE_READLINK 1
1030 
1031 /* Define to 1 if you have the `readlinkat' function. */
1032 #define HAVE_READLINKAT 1
1033 
1034 /* Define to 1 if you have the `readv' function. */
1035 #define HAVE_READV 1
1036 
1037 /* Define to 1 if you have the `realpath' function. */
1038 #define HAVE_REALPATH 1
1039 
1040 /* Define if you have the 'recvfrom' function. */
1041 #define HAVE_RECVFROM 1
1042 
1043 /* Define to 1 if you have the `renameat' function. */
1044 #define HAVE_RENAMEAT 1
1045 
1046 /* Define if readline supports append_history */
1047 #define HAVE_RL_APPEND_HISTORY 1
1048 
1049 /* Define if you can turn off readline's signal handling. */
1050 #define HAVE_RL_CATCH_SIGNAL 1
1051 
1052 /* Define to 1 if the system has the type `rl_compdisp_func_t'. */
1053 #define HAVE_RL_COMPDISP_FUNC_T 1
1054 
1055 /* Define if you have readline 2.2 */
1056 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
1057 
1058 /* Define if you have readline 4.0 */
1059 #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
1060 
1061 /* Define if you have readline 4.2 */
1062 #define HAVE_RL_COMPLETION_MATCHES 1
1063 
1064 /* Define if you have rl_completion_suppress_append */
1065 #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
1066 
1067 /* Define if you have readline 4.0 */
1068 #define HAVE_RL_PRE_INPUT_HOOK 1
1069 
1070 /* Define if you have readline 4.0 */
1071 #define HAVE_RL_RESIZE_TERMINAL 1
1072 
1073 /* Define to 1 if you have the `rtpSpawn' function. */
1074 /* #undef HAVE_RTPSPAWN */
1075 
1076 /* Define to 1 if you have the `sched_get_priority_max' function. */
1077 #define HAVE_SCHED_GET_PRIORITY_MAX 1
1078 
1079 /* Define to 1 if you have the <sched.h> header file. */
1080 #define HAVE_SCHED_H 1
1081 
1082 /* Define to 1 if you have the `sched_rr_get_interval' function. */
1083 #define HAVE_SCHED_RR_GET_INTERVAL 1
1084 
1085 /* Define to 1 if you have the `sched_setaffinity' function. */
1086 #define HAVE_SCHED_SETAFFINITY 1
1087 
1088 /* Define to 1 if you have the `sched_setparam' function. */
1089 #define HAVE_SCHED_SETPARAM 1
1090 
1091 /* Define to 1 if you have the `sched_setscheduler' function. */
1092 #define HAVE_SCHED_SETSCHEDULER 1
1093 
1094 /* Define to 1 if you have the `sem_clockwait' function. */
1095 #define HAVE_SEM_CLOCKWAIT 1
1096 
1097 /* Define to 1 if you have the `sem_getvalue' function. */
1098 #define HAVE_SEM_GETVALUE 1
1099 
1100 /* Define to 1 if you have the `sem_open' function. */
1101 #define HAVE_SEM_OPEN 1
1102 
1103 /* Define to 1 if you have the `sem_timedwait' function. */
1104 #define HAVE_SEM_TIMEDWAIT 1
1105 
1106 /* Define to 1 if you have the `sem_unlink' function. */
1107 #define HAVE_SEM_UNLINK 1
1108 
1109 /* Define to 1 if you have the `sendfile' function. */
1110 #define HAVE_SENDFILE 1
1111 
1112 /* Define if you have the 'sendto' function. */
1113 #define HAVE_SENDTO 1
1114 
1115 /* Define to 1 if you have the `setegid' function. */
1116 #define HAVE_SETEGID 1
1117 
1118 /* Define to 1 if you have the `seteuid' function. */
1119 #define HAVE_SETEUID 1
1120 
1121 /* Define to 1 if you have the `setgid' function. */
1122 #define HAVE_SETGID 1
1123 
1124 /* Define if you have the 'setgroups' function. */
1125 #define HAVE_SETGROUPS 1
1126 
1127 /* Define to 1 if you have the `sethostname' function. */
1128 #define HAVE_SETHOSTNAME 1
1129 
1130 /* Define to 1 if you have the `setitimer' function. */
1131 #define HAVE_SETITIMER 1
1132 
1133 /* Define to 1 if you have the <setjmp.h> header file. */
1134 #define HAVE_SETJMP_H 1
1135 
1136 /* Define to 1 if you have the `setlocale' function. */
1137 #define HAVE_SETLOCALE 1
1138 
1139 /* Define to 1 if you have the `setns' function. */
1140 #define HAVE_SETNS 1
1141 
1142 /* Define to 1 if you have the `setpgid' function. */
1143 #define HAVE_SETPGID 1
1144 
1145 /* Define to 1 if you have the `setpgrp' function. */
1146 #define HAVE_SETPGRP 1
1147 
1148 /* Define to 1 if you have the `setpriority' function. */
1149 #define HAVE_SETPRIORITY 1
1150 
1151 /* Define to 1 if you have the `setregid' function. */
1152 #define HAVE_SETREGID 1
1153 
1154 /* Define to 1 if you have the `setresgid' function. */
1155 #define HAVE_SETRESGID 1
1156 
1157 /* Define to 1 if you have the `setresuid' function. */
1158 #define HAVE_SETRESUID 1
1159 
1160 /* Define to 1 if you have the `setreuid' function. */
1161 #define HAVE_SETREUID 1
1162 
1163 /* Define to 1 if you have the `setsid' function. */
1164 #define HAVE_SETSID 1
1165 
1166 /* Define if you have the 'setsockopt' function. */
1167 #define HAVE_SETSOCKOPT 1
1168 
1169 /* Define to 1 if you have the `setuid' function. */
1170 #define HAVE_SETUID 1
1171 
1172 /* Define to 1 if you have the `setvbuf' function. */
1173 #define HAVE_SETVBUF 1
1174 
1175 /* Define to 1 if you have the <shadow.h> header file. */
1176 #define HAVE_SHADOW_H 1
1177 
1178 /* Define to 1 if you have the `shm_open' function. */
1179 #define HAVE_SHM_OPEN 1
1180 
1181 /* Define to 1 if you have the `shm_unlink' function. */
1182 #define HAVE_SHM_UNLINK 1
1183 
1184 /* Define to 1 if you have the `shutdown' function. */
1185 #define HAVE_SHUTDOWN 1
1186 
1187 /* Define to 1 if you have the `sigaction' function. */
1188 #define HAVE_SIGACTION 1
1189 
1190 /* Define to 1 if you have the `sigaltstack' function. */
1191 #define HAVE_SIGALTSTACK 1
1192 
1193 /* Define to 1 if you have the `sigfillset' function. */
1194 #define HAVE_SIGFILLSET 1
1195 
1196 /* Define to 1 if `si_band' is a member of `siginfo_t'. */
1197 #define HAVE_SIGINFO_T_SI_BAND 1
1198 
1199 /* Define to 1 if you have the `siginterrupt' function. */
1200 #define HAVE_SIGINTERRUPT 1
1201 
1202 /* Define to 1 if you have the <signal.h> header file. */
1203 #define HAVE_SIGNAL_H 1
1204 
1205 /* Define to 1 if you have the `sigpending' function. */
1206 #define HAVE_SIGPENDING 1
1207 
1208 /* Define to 1 if you have the `sigrelse' function. */
1209 #define HAVE_SIGRELSE 1
1210 
1211 /* Define to 1 if you have the `sigtimedwait' function. */
1212 #define HAVE_SIGTIMEDWAIT 1
1213 
1214 /* Define to 1 if you have the `sigwait' function. */
1215 #define HAVE_SIGWAIT 1
1216 
1217 /* Define to 1 if you have the `sigwaitinfo' function. */
1218 #define HAVE_SIGWAITINFO 1
1219 
1220 /* Define to 1 if you have the `snprintf' function. */
1221 #define HAVE_SNPRINTF 1
1222 
1223 /* struct sockaddr_alg (linux/if_alg.h) */
1224 #define HAVE_SOCKADDR_ALG 1
1225 
1226 /* Define if sockaddr has sa_len member */
1227 /* #undef HAVE_SOCKADDR_SA_LEN */
1228 
1229 /* struct sockaddr_storage (sys/socket.h) */
1230 #define HAVE_SOCKADDR_STORAGE 1
1231 
1232 /* Define if you have the 'socket' function. */
1233 #define HAVE_SOCKET 1
1234 
1235 /* Define if you have the 'socketpair' function. */
1236 #define HAVE_SOCKETPAIR 1
1237 
1238 /* Define to 1 if the system has the type `socklen_t'. */
1239 #define HAVE_SOCKLEN_T 1
1240 
1241 /* Define to 1 if you have the <spawn.h> header file. */
1242 #define HAVE_SPAWN_H 1
1243 
1244 /* Define to 1 if you have the `splice' function. */
1245 #define HAVE_SPLICE 1
1246 
1247 /* Define to 1 if the system has the type `ssize_t'. */
1248 #define HAVE_SSIZE_T 1
1249 
1250 /* Define to 1 if you have the `statvfs' function. */
1251 #define HAVE_STATVFS 1
1252 
1253 /* Define if you have struct stat.st_mtim.tv_nsec */
1254 #define HAVE_STAT_TV_NSEC 1
1255 
1256 /* Define if you have struct stat.st_mtimensec */
1257 /* #undef HAVE_STAT_TV_NSEC2 */
1258 
1259 /* Define to 1 if you have the <stdint.h> header file. */
1260 #define HAVE_STDINT_H 1
1261 
1262 /* Define to 1 if you have the <stdio.h> header file. */
1263 #define HAVE_STDIO_H 1
1264 
1265 /* Define to 1 if you have the <stdlib.h> header file. */
1266 #define HAVE_STDLIB_H 1
1267 
1268 /* Has stdatomic.h with atomic_int and atomic_uintptr_t */
1269 #define HAVE_STD_ATOMIC 1
1270 
1271 /* Define to 1 if you have the `strftime' function. */
1272 #define HAVE_STRFTIME 1
1273 
1274 /* Define to 1 if you have the <strings.h> header file. */
1275 #define HAVE_STRINGS_H 1
1276 
1277 /* Define to 1 if you have the <string.h> header file. */
1278 #define HAVE_STRING_H 1
1279 
1280 /* Define to 1 if you have the `strlcpy' function. */
1281 #define HAVE_STRLCPY 1
1282 
1283 /* Define to 1 if you have the <stropts.h> header file. */
1284 /* #undef HAVE_STROPTS_H */
1285 
1286 /* Define to 1 if you have the `strsignal' function. */
1287 #define HAVE_STRSIGNAL 1
1288 
1289 /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1290 #define HAVE_STRUCT_PASSWD_PW_GECOS 1
1291 
1292 /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
1293 #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
1294 
1295 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
1296 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
1297 
1298 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1299 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1300 
1301 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
1302 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1303 
1304 /* Define to 1 if `st_flags' is a member of `struct stat'. */
1305 /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
1306 
1307 /* Define to 1 if `st_gen' is a member of `struct stat'. */
1308 /* #undef HAVE_STRUCT_STAT_ST_GEN */
1309 
1310 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
1311 #define HAVE_STRUCT_STAT_ST_RDEV 1
1312 
1313 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1314 #define HAVE_STRUCT_TM_TM_ZONE 1
1315 
1316 /* Define if you have the 'symlink' function. */
1317 #define HAVE_SYMLINK 1
1318 
1319 /* Define to 1 if you have the `symlinkat' function. */
1320 #define HAVE_SYMLINKAT 1
1321 
1322 /* Define to 1 if you have the `sync' function. */
1323 #define HAVE_SYNC 1
1324 
1325 /* Define to 1 if you have the `sysconf' function. */
1326 #define HAVE_SYSCONF 1
1327 
1328 /* Define to 1 if you have the <sysexits.h> header file. */
1329 #define HAVE_SYSEXITS_H 1
1330 
1331 /* Define to 1 if you have the <syslog.h> header file. */
1332 #define HAVE_SYSLOG_H 1
1333 
1334 /* Define to 1 if you have the `system' function. */
1335 #define HAVE_SYSTEM 1
1336 
1337 /* Define to 1 if you have the <sys/audioio.h> header file. */
1338 /* #undef HAVE_SYS_AUDIOIO_H */
1339 
1340 /* Define to 1 if you have the <sys/auxv.h> header file. */
1341 #define HAVE_SYS_AUXV_H 1
1342 
1343 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
1344 /* #undef HAVE_SYS_BSDTTY_H */
1345 
1346 /* Define to 1 if you have the <sys/devpoll.h> header file. */
1347 /* #undef HAVE_SYS_DEVPOLL_H */
1348 
1349 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1350    */
1351 /* #undef HAVE_SYS_DIR_H */
1352 
1353 /* Define to 1 if you have the <sys/endian.h> header file. */
1354 /* #undef HAVE_SYS_ENDIAN_H */
1355 
1356 /* Define to 1 if you have the <sys/epoll.h> header file. */
1357 #define HAVE_SYS_EPOLL_H 1
1358 
1359 /* Define to 1 if you have the <sys/eventfd.h> header file. */
1360 #define HAVE_SYS_EVENTFD_H 1
1361 
1362 /* Define to 1 if you have the <sys/event.h> header file. */
1363 /* #undef HAVE_SYS_EVENT_H */
1364 
1365 /* Define to 1 if you have the <sys/file.h> header file. */
1366 #define HAVE_SYS_FILE_H 1
1367 
1368 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1369 #define HAVE_SYS_IOCTL_H 1
1370 
1371 /* Define to 1 if you have the <sys/kern_control.h> header file. */
1372 /* #undef HAVE_SYS_KERN_CONTROL_H */
1373 
1374 /* Define to 1 if you have the <sys/loadavg.h> header file. */
1375 /* #undef HAVE_SYS_LOADAVG_H */
1376 
1377 /* Define to 1 if you have the <sys/lock.h> header file. */
1378 /* #undef HAVE_SYS_LOCK_H */
1379 
1380 /* Define to 1 if you have the <sys/memfd.h> header file. */
1381 /* #undef HAVE_SYS_MEMFD_H */
1382 
1383 /* Define to 1 if you have the <sys/mkdev.h> header file. */
1384 /* #undef HAVE_SYS_MKDEV_H */
1385 
1386 /* Define to 1 if you have the <sys/mman.h> header file. */
1387 #define HAVE_SYS_MMAN_H 1
1388 
1389 /* Define to 1 if you have the <sys/modem.h> header file. */
1390 /* #undef HAVE_SYS_MODEM_H */
1391 
1392 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1393    */
1394 /* #undef HAVE_SYS_NDIR_H */
1395 
1396 /* Define to 1 if you have the <sys/param.h> header file. */
1397 #define HAVE_SYS_PARAM_H 1
1398 
1399 /* Define to 1 if you have the <sys/pidfd.h> header file. */
1400 #define HAVE_SYS_PIDFD_H 1
1401 
1402 /* Define to 1 if you have the <sys/poll.h> header file. */
1403 #define HAVE_SYS_POLL_H 1
1404 
1405 /* Define to 1 if you have the <sys/random.h> header file. */
1406 #define HAVE_SYS_RANDOM_H 1
1407 
1408 /* Define to 1 if you have the <sys/resource.h> header file. */
1409 #define HAVE_SYS_RESOURCE_H 1
1410 
1411 /* Define to 1 if you have the <sys/select.h> header file. */
1412 #define HAVE_SYS_SELECT_H 1
1413 
1414 /* Define to 1 if you have the <sys/sendfile.h> header file. */
1415 #define HAVE_SYS_SENDFILE_H 1
1416 
1417 /* Define to 1 if you have the <sys/socket.h> header file. */
1418 #define HAVE_SYS_SOCKET_H 1
1419 
1420 /* Define to 1 if you have the <sys/soundcard.h> header file. */
1421 #define HAVE_SYS_SOUNDCARD_H 1
1422 
1423 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1424 #define HAVE_SYS_STATVFS_H 1
1425 
1426 /* Define to 1 if you have the <sys/stat.h> header file. */
1427 #define HAVE_SYS_STAT_H 1
1428 
1429 /* Define to 1 if you have the <sys/syscall.h> header file. */
1430 #define HAVE_SYS_SYSCALL_H 1
1431 
1432 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1433 #define HAVE_SYS_SYSMACROS_H 1
1434 
1435 /* Define to 1 if you have the <sys/sys_domain.h> header file. */
1436 /* #undef HAVE_SYS_SYS_DOMAIN_H */
1437 
1438 /* Define to 1 if you have the <sys/termio.h> header file. */
1439 /* #undef HAVE_SYS_TERMIO_H */
1440 
1441 /* Define to 1 if you have the <sys/timerfd.h> header file. */
1442 #define HAVE_SYS_TIMERFD_H 1
1443 
1444 /* Define to 1 if you have the <sys/times.h> header file. */
1445 #define HAVE_SYS_TIMES_H 1
1446 
1447 /* Define to 1 if you have the <sys/time.h> header file. */
1448 #define HAVE_SYS_TIME_H 1
1449 
1450 /* Define to 1 if you have the <sys/types.h> header file. */
1451 #define HAVE_SYS_TYPES_H 1
1452 
1453 /* Define to 1 if you have the <sys/uio.h> header file. */
1454 #define HAVE_SYS_UIO_H 1
1455 
1456 /* Define to 1 if you have the <sys/un.h> header file. */
1457 #define HAVE_SYS_UN_H 1
1458 
1459 /* Define to 1 if you have the <sys/utsname.h> header file. */
1460 #define HAVE_SYS_UTSNAME_H 1
1461 
1462 /* Define to 1 if you have the <sys/wait.h> header file. */
1463 #define HAVE_SYS_WAIT_H 1
1464 
1465 /* Define to 1 if you have the <sys/xattr.h> header file. */
1466 #define HAVE_SYS_XATTR_H 1
1467 
1468 /* Define to 1 if you have the `tcgetpgrp' function. */
1469 #define HAVE_TCGETPGRP 1
1470 
1471 /* Define to 1 if you have the `tcsetpgrp' function. */
1472 #define HAVE_TCSETPGRP 1
1473 
1474 /* Define to 1 if you have the `tempnam' function. */
1475 #define HAVE_TEMPNAM 1
1476 
1477 /* Define to 1 if you have the <termios.h> header file. */
1478 #define HAVE_TERMIOS_H 1
1479 
1480 /* Define to 1 if you have the <term.h> header file. */
1481 #define HAVE_TERM_H 1
1482 
1483 /* Define to 1 if you have the `timegm' function. */
1484 #define HAVE_TIMEGM 1
1485 
1486 /* Define if you have the 'timerfd_create' function. */
1487 #define HAVE_TIMERFD_CREATE 1
1488 
1489 /* Define to 1 if you have the `times' function. */
1490 #define HAVE_TIMES 1
1491 
1492 /* Define to 1 if you have the `tmpfile' function. */
1493 #define HAVE_TMPFILE 1
1494 
1495 /* Define to 1 if you have the `tmpnam' function. */
1496 #define HAVE_TMPNAM 1
1497 
1498 /* Define to 1 if you have the `tmpnam_r' function. */
1499 #define HAVE_TMPNAM_R 1
1500 
1501 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1502    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1503 #define HAVE_TM_ZONE 1
1504 
1505 /* Define to 1 if you have the `truncate' function. */
1506 #define HAVE_TRUNCATE 1
1507 
1508 /* Define to 1 if you have the `ttyname_r' function. */
1509 #define HAVE_TTYNAME_R 1
1510 
1511 /* Define to 1 if you don't have `tm_zone' but do have the external array
1512    `tzname'. */
1513 /* #undef HAVE_TZNAME */
1514 
1515 /* Define to 1 if you have the `umask' function. */
1516 #define HAVE_UMASK 1
1517 
1518 /* Define to 1 if you have the `uname' function. */
1519 #define HAVE_UNAME 1
1520 
1521 /* Define to 1 if you have the <unistd.h> header file. */
1522 #define HAVE_UNISTD_H 1
1523 
1524 /* Define to 1 if you have the `unlinkat' function. */
1525 #define HAVE_UNLINKAT 1
1526 
1527 /* Define to 1 if you have the `unlockpt' function. */
1528 #define HAVE_UNLOCKPT 1
1529 
1530 /* Define to 1 if you have the `unshare' function. */
1531 #define HAVE_UNSHARE 1
1532 
1533 /* Define if you have a useable wchar_t type defined in wchar.h; useable means
1534    wchar_t must be an unsigned type with at least 16 bits. (see
1535    Include/unicodeobject.h). */
1536 /* #undef HAVE_USABLE_WCHAR_T */
1537 
1538 /* Define to 1 if you have the <util.h> header file. */
1539 /* #undef HAVE_UTIL_H */
1540 
1541 /* Define to 1 if you have the `utimensat' function. */
1542 #define HAVE_UTIMENSAT 1
1543 
1544 /* Define to 1 if you have the `utimes' function. */
1545 #define HAVE_UTIMES 1
1546 
1547 /* Define to 1 if you have the <utime.h> header file. */
1548 #define HAVE_UTIME_H 1
1549 
1550 /* Define to 1 if you have the <utmp.h> header file. */
1551 #define HAVE_UTMP_H 1
1552 
1553 /* Define if you have the 'HAVE_UT_NAMESIZE' constant. */
1554 #define HAVE_UT_NAMESIZE 1
1555 
1556 /* Define to 1 if you have the `uuid_create' function. */
1557 /* #undef HAVE_UUID_CREATE */
1558 
1559 /* Define to 1 if you have the `uuid_enc_be' function. */
1560 /* #undef HAVE_UUID_ENC_BE */
1561 
1562 /* Define if uuid_generate_time_safe() exists. */
1563 #define HAVE_UUID_GENERATE_TIME_SAFE 1
1564 
1565 /* Define to 1 if you have the <uuid.h> header file. */
1566 #define HAVE_UUID_H 1
1567 
1568 /* Define to 1 if you have the <uuid/uuid.h> header file. */
1569 /* #undef HAVE_UUID_UUID_H */
1570 
1571 /* Define to 1 if you have the `vfork' function. */
1572 #define HAVE_VFORK 1
1573 
1574 /* Define to 1 if you have the `wait' function. */
1575 #define HAVE_WAIT 1
1576 
1577 /* Define to 1 if you have the `wait3' function. */
1578 #define HAVE_WAIT3 1
1579 
1580 /* Define to 1 if you have the `wait4' function. */
1581 #define HAVE_WAIT4 1
1582 
1583 /* Define to 1 if you have the `waitid' function. */
1584 #define HAVE_WAITID 1
1585 
1586 /* Define to 1 if you have the `waitpid' function. */
1587 #define HAVE_WAITPID 1
1588 
1589 /* Define if the compiler provides a wchar.h header file. */
1590 #define HAVE_WCHAR_H 1
1591 
1592 /* Define to 1 if you have the `wcscoll' function. */
1593 #define HAVE_WCSCOLL 1
1594 
1595 /* Define to 1 if you have the `wcsftime' function. */
1596 #define HAVE_WCSFTIME 1
1597 
1598 /* Define to 1 if you have the `wcsxfrm' function. */
1599 #define HAVE_WCSXFRM 1
1600 
1601 /* Define to 1 if you have the `wmemcmp' function. */
1602 #define HAVE_WMEMCMP 1
1603 
1604 /* Define if tzset() actually switches the local timezone in a meaningful way.
1605    */
1606 #define HAVE_WORKING_TZSET 1
1607 
1608 /* Define to 1 if you have the `writev' function. */
1609 #define HAVE_WRITEV 1
1610 
1611 /* Define if the zlib library has inflateCopy */
1612 #define HAVE_ZLIB_COPY 1
1613 
1614 /* Define to 1 if you have the <zlib.h> header file. */
1615 /* #undef HAVE_ZLIB_H */
1616 
1617 /* Define to 1 if you have the `_getpty' function. */
1618 /* #undef HAVE__GETPTY */
1619 
1620 /* Define to 1 if the system has the type `__uint128_t'. */
1621 #define HAVE___UINT128_T 1
1622 
1623 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1624    */
1625 /* #undef MAJOR_IN_MKDEV */
1626 
1627 /* Define to 1 if `major', `minor', and `makedev' are declared in
1628    <sysmacros.h>. */
1629 #define MAJOR_IN_SYSMACROS 1
1630 
1631 /* Define if mvwdelch in curses.h is an expression. */
1632 #define MVWDELCH_IS_EXPRESSION 1
1633 
1634 /* Define to the address where bug reports for this package should be sent. */
1635 /* #undef PACKAGE_BUGREPORT */
1636 
1637 /* Define to the full name of this package. */
1638 /* #undef PACKAGE_NAME */
1639 
1640 /* Define to the full name and version of this package. */
1641 /* #undef PACKAGE_STRING */
1642 
1643 /* Define to the one symbol short name of this package. */
1644 /* #undef PACKAGE_TARNAME */
1645 
1646 /* Define to the home page for this package. */
1647 /* #undef PACKAGE_URL */
1648 
1649 /* Define to the version of this package. */
1650 /* #undef PACKAGE_VERSION */
1651 
1652 /* Define if POSIX semaphores aren't enabled on your system */
1653 /* #undef POSIX_SEMAPHORES_NOT_ENABLED */
1654 
1655 /* Define if pthread_key_t is compatible with int. */
1656 #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1
1657 
1658 /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
1659 #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
1660 
1661 /* Define as the preferred size in bits of long digits */
1662 /* #undef PYLONG_BITS_IN_DIGIT */
1663 
1664 /* enabled builtin hash modules */
1665 #define PY_BUILTIN_HASHLIB_HASHES "md5,sha1,sha2,sha3,blake2"
1666 
1667 /* Define if you want to coerce the C locale to a UTF-8 based locale */
1668 #define PY_COERCE_C_LOCALE 1
1669 
1670 /* Define to 1 if you have the perf trampoline. */
1671 #define PY_HAVE_PERF_TRAMPOLINE 1
1672 
1673 /* Define to 1 to build the sqlite module with loadable extensions support. */
1674 #define PY_SQLITE_ENABLE_LOAD_EXTENSION 1
1675 
1676 /* Define if SQLite was compiled with the serialize API */
1677 #define PY_SQLITE_HAVE_SERIALIZE 1
1678 
1679 /* Default cipher suites list for ssl module. 1: Python's preferred selection,
1680    2: leave OpenSSL defaults untouched, 0: custom string */
1681 #define PY_SSL_DEFAULT_CIPHERS 1
1682 
1683 /* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
1684 /* #undef PY_SSL_DEFAULT_CIPHER_STRING */
1685 
1686 /* PEP 11 Support tier (1, 2, 3 or 0 for unsupported) */
1687 #define PY_SUPPORT_TIER 1
1688 
1689 /* Define if you want to build an interpreter with many run-time checks. */
1690 /* #undef Py_DEBUG */
1691 
1692 /* Defined if Python is built as a shared library. */
1693 #define Py_ENABLE_SHARED 1
1694 
1695 /* Define if you want to disable the GIL */
1696 /* #undef Py_GIL_DISABLED */
1697 
1698 /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
1699    SipHash13: 3, externally defined: 0 */
1700 /* #undef Py_HASH_ALGORITHM */
1701 
1702 /* Define if rl_startup_hook takes arguments */
1703 /* #undef Py_RL_STARTUP_HOOK_TAKES_ARGS */
1704 
1705 /* Define if you want to enable internal statistics gathering. */
1706 /* #undef Py_STATS */
1707 
1708 /* The version of SunOS/Solaris as reported by `uname -r' without the dot. */
1709 /* #undef Py_SUNOS_VERSION */
1710 
1711 /* Define if you want to enable tracing references for debugging purpose */
1712 /* #undef Py_TRACE_REFS */
1713 
1714 /* assume C89 semantics that RETSIGTYPE is always void */
1715 #define RETSIGTYPE void
1716 
1717 /* Define if setpgrp() must be called as setpgrp(0, 0). */
1718 /* #undef SETPGRP_HAVE_ARG */
1719 
1720 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1721 /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
1722 
1723 /* The size of `double', as computed by sizeof. */
1724 #define SIZEOF_DOUBLE 8
1725 
1726 /* The size of `float', as computed by sizeof. */
1727 #define SIZEOF_FLOAT 4
1728 
1729 /* The size of `fpos_t', as computed by sizeof. */
1730 #define SIZEOF_FPOS_T 16
1731 
1732 /* The size of `int', as computed by sizeof. */
1733 #define SIZEOF_INT 4
1734 
1735 /* The size of `long', as computed by sizeof. */
1736 #define SIZEOF_LONG 8
1737 
1738 /* The size of `long double', as computed by sizeof. */
1739 #define SIZEOF_LONG_DOUBLE 16
1740 
1741 /* The size of `long long', as computed by sizeof. */
1742 #define SIZEOF_LONG_LONG 8
1743 
1744 /* The size of `off_t', as computed by sizeof. */
1745 #define SIZEOF_OFF_T 8
1746 
1747 /* The size of `pid_t', as computed by sizeof. */
1748 #define SIZEOF_PID_T 4
1749 
1750 /* The size of `pthread_key_t', as computed by sizeof. */
1751 #define SIZEOF_PTHREAD_KEY_T 4
1752 
1753 /* The size of `pthread_t', as computed by sizeof. */
1754 #define SIZEOF_PTHREAD_T 8
1755 
1756 /* The size of `short', as computed by sizeof. */
1757 #define SIZEOF_SHORT 2
1758 
1759 /* The size of `size_t', as computed by sizeof. */
1760 #define SIZEOF_SIZE_T 8
1761 
1762 /* The size of `time_t', as computed by sizeof. */
1763 #define SIZEOF_TIME_T 8
1764 
1765 /* The size of `uintptr_t', as computed by sizeof. */
1766 #define SIZEOF_UINTPTR_T 8
1767 
1768 /* The size of `void *', as computed by sizeof. */
1769 #define SIZEOF_VOID_P 8
1770 
1771 /* The size of `wchar_t', as computed by sizeof. */
1772 #define SIZEOF_WCHAR_T 4
1773 
1774 /* The size of `_Bool', as computed by sizeof. */
1775 #define SIZEOF__BOOL 1
1776 
1777 /* Define to 1 if you have the ANSI C header files. */
1778 #define STDC_HEADERS 1
1779 
1780 /* Define if you can safely include both <sys/select.h> and <sys/time.h>
1781    (which you can't on SCO ODT 3.0). */
1782 #define SYS_SELECT_WITH_SYS_TIME 1
1783 
1784 /* Custom thread stack size depending on chosen sanitizer runtimes. */
1785 /* #undef THREAD_STACK_SIZE */
1786 
1787 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1788 /* #undef TIMEMODULE_LIB */
1789 
1790 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1791 /* #undef TM_IN_SYS_TIME */
1792 
1793 /* Define if you want to use computed gotos in ceval.c. */
1794 /* #undef USE_COMPUTED_GOTOS */
1795 
1796 /* Enable extensions on AIX 3, Interix.  */
1797 #ifndef _ALL_SOURCE
1798 # define _ALL_SOURCE 1
1799 #endif
1800 /* Enable general extensions on macOS.  */
1801 #ifndef _DARWIN_C_SOURCE
1802 # define _DARWIN_C_SOURCE 1
1803 #endif
1804 /* Enable general extensions on Solaris.  */
1805 #ifndef __EXTENSIONS__
1806 # define __EXTENSIONS__ 1
1807 #endif
1808 /* Enable GNU extensions on systems that have them.  */
1809 #ifndef _GNU_SOURCE
1810 # define _GNU_SOURCE 1
1811 #endif
1812 /* Enable X/Open compliant socket functions that do not require linking
1813    with -lxnet on HP-UX 11.11.  */
1814 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
1815 # define _HPUX_ALT_XOPEN_SOCKET_API 1
1816 #endif
1817 /* Identify the host operating system as Minix.
1818    This macro does not affect the system headers' behavior.
1819    A future release of Autoconf may stop defining this macro.  */
1820 #ifndef _MINIX
1821 /* # undef _MINIX */
1822 #endif
1823 /* Enable general extensions on NetBSD.
1824    Enable NetBSD compatibility extensions on Minix.  */
1825 #ifndef _NETBSD_SOURCE
1826 # define _NETBSD_SOURCE 1
1827 #endif
1828 /* Enable OpenBSD compatibility extensions on NetBSD.
1829    Oddly enough, this does nothing on OpenBSD.  */
1830 #ifndef _OPENBSD_SOURCE
1831 # define _OPENBSD_SOURCE 1
1832 #endif
1833 /* Define to 1 if needed for POSIX-compatible behavior.  */
1834 #ifndef _POSIX_SOURCE
1835 /* # undef _POSIX_SOURCE */
1836 #endif
1837 /* Define to 2 if needed for POSIX-compatible behavior.  */
1838 #ifndef _POSIX_1_SOURCE
1839 /* # undef _POSIX_1_SOURCE */
1840 #endif
1841 /* Enable POSIX-compatible threading on Solaris.  */
1842 #ifndef _POSIX_PTHREAD_SEMANTICS
1843 # define _POSIX_PTHREAD_SEMANTICS 1
1844 #endif
1845 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1846 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1847 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1848 #endif
1849 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1850 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1851 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1852 #endif
1853 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1854 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1855 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1856 #endif
1857 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1858 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1859 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1860 #endif
1861 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1862 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1863 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1864 #endif
1865 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1866 #ifndef __STDC_WANT_LIB_EXT2__
1867 # define __STDC_WANT_LIB_EXT2__ 1
1868 #endif
1869 /* Enable extensions specified by ISO/IEC 24747:2009.  */
1870 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1871 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1872 #endif
1873 /* Enable extensions on HP NonStop.  */
1874 #ifndef _TANDEM_SOURCE
1875 # define _TANDEM_SOURCE 1
1876 #endif
1877 /* Enable X/Open extensions.  Define to 500 only if necessary
1878    to make mbstate_t available.  */
1879 #ifndef _XOPEN_SOURCE
1880 # define _XOPEN_SOURCE 700
1881 #endif
1882 
1883 
1884 /* Define if WINDOW in curses.h offers a field _flags. */
1885 /* #undef WINDOW_HAS_FLAGS */
1886 
1887 /* Define if you want build the _decimal module using a coroutine-local rather
1888    than a thread-local context */
1889 #define WITH_DECIMAL_CONTEXTVAR 1
1890 
1891 /* Define if you want documentation strings in extension modules */
1892 #define WITH_DOC_STRINGS 1
1893 
1894 /* Define if you want to compile in DTrace support */
1895 /* #undef WITH_DTRACE */
1896 
1897 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1898    linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1899    Dyld is necessary to support frameworks. */
1900 /* #undef WITH_DYLD */
1901 
1902 /* Define to build the readline module against libedit. */
1903 /* #undef WITH_EDITLINE */
1904 
1905 /* Define if you want to compile in object freelists optimization */
1906 #define WITH_FREELISTS 1
1907 
1908 /* Define to 1 if libintl is needed for locale functions. */
1909 #define WITH_LIBINTL 1
1910 
1911 /* Define if you want to compile in mimalloc memory allocator. */
1912 #define WITH_MIMALLOC 1
1913 
1914 /* Define if you want to produce an OpenStep/Rhapsody framework (shared
1915    library plus accessory files). */
1916 /* #undef WITH_NEXT_FRAMEWORK */
1917 
1918 /* Define if you want to compile in Python-specific mallocs */
1919 #define WITH_PYMALLOC 1
1920 
1921 /* Define if you want pymalloc to be disabled when running under valgrind */
1922 /* #undef WITH_VALGRIND */
1923 
1924 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1925    significant byte first (like Motorola and SPARC, unlike Intel). */
1926 #if defined AC_APPLE_UNIVERSAL_BUILD
1927 # if defined __BIG_ENDIAN__
1928 #  define WORDS_BIGENDIAN 1
1929 # endif
1930 #else
1931 # ifndef WORDS_BIGENDIAN
1932 /* #  undef WORDS_BIGENDIAN */
1933 # endif
1934 #endif
1935 
1936 /* Define if arithmetic is subject to x87-style double rounding issue */
1937 /* #undef X87_DOUBLE_ROUNDING */
1938 
1939 /* Define on OpenBSD to activate all library features */
1940 /* #undef _BSD_SOURCE */
1941 
1942 /* Define on Darwin to activate all library features */
1943 #define _DARWIN_C_SOURCE 1
1944 
1945 /* This must be set to 64 on some systems to enable large file support. */
1946 #define _FILE_OFFSET_BITS 64
1947 
1948 /* Define to include mbstate_t for mbrtowc */
1949 /* #undef _INCLUDE__STDC_A1_SOURCE */
1950 
1951 /* This must be defined on some systems to enable large file support. */
1952 #define _LARGEFILE_SOURCE 1
1953 
1954 /* This must be defined on AIX systems to enable large file support. */
1955 /* #undef _LARGE_FILES */
1956 
1957 /* Define on NetBSD to activate all library features */
1958 #define _NETBSD_SOURCE 1
1959 
1960 /* Define to activate features from IEEE Stds 1003.1-2008 */
1961 #define _POSIX_C_SOURCE 200809L
1962 
1963 /* Define if you have POSIX threads, and your system does not define that. */
1964 /* #undef _POSIX_THREADS */
1965 
1966 /* framework name */
1967 #define _PYTHONFRAMEWORK ""
1968 
1969 /* Define to force use of thread-safe errno, h_errno, and other functions */
1970 #define _REENTRANT 1
1971 
1972 /* Define to 1 if you want to emulate getpid() on WASI */
1973 /* #undef _WASI_EMULATED_GETPID */
1974 
1975 /* Define to 1 if you want to emulate process clocks on WASI */
1976 /* #undef _WASI_EMULATED_PROCESS_CLOCKS */
1977 
1978 /* Define to 1 if you want to emulate signals on WASI */
1979 /* #undef _WASI_EMULATED_SIGNAL */
1980 
1981 /* Define to the level of X/Open that your system supports */
1982 #define _XOPEN_SOURCE 700
1983 
1984 /* Define to activate Unix95-and-earlier features */
1985 #define _XOPEN_SOURCE_EXTENDED 1
1986 
1987 /* Define on FreeBSD to activate all library features */
1988 #define __BSD_VISIBLE 1
1989 
1990 /* Define to 'long' if <time.h> does not define clock_t. */
1991 /* #undef clock_t */
1992 
1993 /* Define to empty if `const' does not conform to ANSI C. */
1994 /* #undef const */
1995 
1996 /* Define to `int' if <sys/types.h> doesn't define. */
1997 /* #undef gid_t */
1998 
1999 /* Define to `int' if <sys/types.h> does not define. */
2000 /* #undef mode_t */
2001 
2002 /* Define to `long int' if <sys/types.h> does not define. */
2003 /* #undef off_t */
2004 
2005 /* Define as a signed integer type capable of holding a process identifier. */
2006 /* #undef pid_t */
2007 
2008 /* Define to empty if the keyword does not work. */
2009 /* #undef signed */
2010 
2011 /* Define to `unsigned int' if <sys/types.h> does not define. */
2012 /* #undef size_t */
2013 
2014 /* Define to 'int' if <sys/socket.h> does not define. */
2015 /* #undef socklen_t */
2016 
2017 /* Define to `int' if <sys/types.h> doesn't define. */
2018 /* #undef uid_t */
2019 
2020 
2021 /* Define the macros needed if on a UnixWare 7.x system. */
2022 #if defined(__USLC__) && defined(__SCO_VERSION__)
2023 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
2024 #endif
2025 
2026 #endif /*Py_PYCONFIG_H*/
2027