Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-15 09:07:06

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