Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:50

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