Dan Willemsen | b3614d2 | 2019-10-07 16:06:34 -0700 | [diff] [blame] | 1 | /* pyconfig.h. Generated from pyconfig.h.in by configure. */ |
| 2 | /* pyconfig.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
| 4 | |
| 5 | #ifndef Py_PYCONFIG_H |
| 6 | #define Py_PYCONFIG_H |
| 7 | |
| 8 | |
| 9 | /* Define if building universal (internal helper macro) */ |
| 10 | /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
| 11 | |
| 12 | /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want |
| 13 | support for AIX C++ shared extension modules. */ |
| 14 | /* #undef AIX_GENUINE_CPLUSPLUS */ |
| 15 | |
| 16 | /* Alternative SOABI used in debug build to load C extensions built in release |
| 17 | mode */ |
| 18 | /* #undef ALT_SOABI */ |
| 19 | |
| 20 | /* The Android API level. */ |
| 21 | /* #undef ANDROID_API_LEVEL */ |
| 22 | |
| 23 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM |
| 24 | mixed-endian order (byte order 45670123) */ |
| 25 | /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */ |
| 26 | |
| 27 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most |
| 28 | significant byte first */ |
| 29 | /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */ |
| 30 | |
| 31 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the |
| 32 | least significant byte first */ |
| 33 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 |
| 34 | |
| 35 | /* Define if --enable-ipv6 is specified */ |
| 36 | #define ENABLE_IPV6 1 |
| 37 | |
| 38 | /* Define to 1 if your system stores words within floats with the most |
| 39 | significant word first */ |
| 40 | /* #undef FLOAT_WORDS_BIGENDIAN */ |
| 41 | |
| 42 | /* Define if flock needs to be linked with bsd library. */ |
| 43 | /* #undef FLOCK_NEEDS_LIBBSD */ |
| 44 | |
| 45 | /* Define if getpgrp() must be called as getpgrp(0). */ |
| 46 | /* #undef GETPGRP_HAVE_ARG */ |
| 47 | |
| 48 | /* Define if gettimeofday() does not have second (timezone) argument This is |
| 49 | the case on Motorola V4 (R40V4.2) */ |
| 50 | /* #undef GETTIMEOFDAY_NO_TZ */ |
| 51 | |
| 52 | /* Define to 1 if you have the `accept4' function. */ |
| 53 | #define HAVE_ACCEPT4 1 |
| 54 | |
| 55 | /* Define to 1 if you have the `acosh' function. */ |
| 56 | #define HAVE_ACOSH 1 |
| 57 | |
| 58 | /* struct addrinfo (netdb.h) */ |
| 59 | #define HAVE_ADDRINFO 1 |
| 60 | |
| 61 | /* Define to 1 if you have the `alarm' function. */ |
| 62 | #define HAVE_ALARM 1 |
| 63 | |
| 64 | /* Define if aligned memory access is required */ |
| 65 | /* #undef HAVE_ALIGNED_REQUIRED */ |
| 66 | |
| 67 | /* Define to 1 if you have the <alloca.h> header file. */ |
| 68 | #define HAVE_ALLOCA_H 1 |
| 69 | |
| 70 | /* Define this if your time.h defines altzone. */ |
| 71 | /* #undef HAVE_ALTZONE */ |
| 72 | |
| 73 | /* Define to 1 if you have the `asinh' function. */ |
| 74 | #define HAVE_ASINH 1 |
| 75 | |
| 76 | /* Define to 1 if you have the <asm/types.h> header file. */ |
| 77 | #define HAVE_ASM_TYPES_H 1 |
| 78 | |
| 79 | /* Define to 1 if you have the `atanh' function. */ |
| 80 | #define HAVE_ATANH 1 |
| 81 | |
| 82 | /* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
| 83 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 |
| 84 | |
| 85 | /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ |
| 86 | /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */ |
| 87 | |
| 88 | /* Define to 1 if you have the <bluetooth.h> header file. */ |
| 89 | /* #undef HAVE_BLUETOOTH_H */ |
| 90 | |
| 91 | /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide |
| 92 | chars that would be converted. */ |
| 93 | /* #undef HAVE_BROKEN_MBSTOWCS */ |
| 94 | |
| 95 | /* Define if nice() returns success/failure instead of the new priority. */ |
| 96 | /* #undef HAVE_BROKEN_NICE */ |
| 97 | |
| 98 | /* Define if the system reports an invalid PIPE_BUF value. */ |
| 99 | /* #undef HAVE_BROKEN_PIPE_BUF */ |
| 100 | |
| 101 | /* Define if poll() sets errno on invalid file descriptors. */ |
| 102 | /* #undef HAVE_BROKEN_POLL */ |
| 103 | |
| 104 | /* Define if the Posix semaphores do not work on your system */ |
| 105 | /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */ |
| 106 | |
| 107 | /* Define if pthread_sigmask() does not work on your system. */ |
| 108 | /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */ |
| 109 | |
| 110 | /* define to 1 if your sem_getvalue is broken. */ |
| 111 | /* #undef HAVE_BROKEN_SEM_GETVALUE */ |
| 112 | |
| 113 | /* Define if `unsetenv` does not return an int. */ |
| 114 | /* #undef HAVE_BROKEN_UNSETENV */ |
| 115 | |
| 116 | /* Has builtin atomics */ |
| 117 | #define HAVE_BUILTIN_ATOMIC 1 |
| 118 | |
| 119 | /* Define to 1 if you have the 'chflags' function. */ |
| 120 | /* #undef HAVE_CHFLAGS */ |
| 121 | |
| 122 | /* Define to 1 if you have the `chown' function. */ |
| 123 | #define HAVE_CHOWN 1 |
| 124 | |
| 125 | /* Define if you have the 'chroot' function. */ |
| 126 | #define HAVE_CHROOT 1 |
| 127 | |
| 128 | /* Define to 1 if you have the `clock' function. */ |
| 129 | #define HAVE_CLOCK 1 |
| 130 | |
| 131 | /* Define to 1 if you have the `clock_getres' function. */ |
| 132 | #define HAVE_CLOCK_GETRES 1 |
| 133 | |
| 134 | /* Define to 1 if you have the `clock_gettime' function. */ |
| 135 | #define HAVE_CLOCK_GETTIME 1 |
| 136 | |
| 137 | /* Define to 1 if you have the `clock_settime' function. */ |
| 138 | #define HAVE_CLOCK_SETTIME 1 |
| 139 | |
| 140 | /* Define if the C compiler supports computed gotos. */ |
| 141 | #define HAVE_COMPUTED_GOTOS 1 |
| 142 | |
| 143 | /* Define to 1 if you have the `confstr' function. */ |
| 144 | /* #undef HAVE_CONFSTR */ |
| 145 | |
| 146 | /* Define to 1 if you have the <conio.h> header file. */ |
| 147 | /* #undef HAVE_CONIO_H */ |
| 148 | |
| 149 | /* Define to 1 if you have the `copysign' function. */ |
| 150 | #define HAVE_COPYSIGN 1 |
| 151 | |
| 152 | /* Define to 1 if you have the `copy_file_range' function. */ |
| 153 | /* #undef HAVE_COPY_FILE_RANGE */ |
| 154 | |
| 155 | /* Define to 1 if you have the <crypt.h> header file. */ |
| 156 | /* #undef HAVE_CRYPT_H */ |
| 157 | |
| 158 | /* Define if you have the crypt_r() function. */ |
| 159 | /* #undef HAVE_CRYPT_R */ |
| 160 | |
| 161 | /* Define to 1 if you have the `ctermid' function. */ |
| 162 | #define HAVE_CTERMID 1 |
| 163 | |
| 164 | /* Define if you have the 'ctermid_r' function. */ |
| 165 | /* #undef HAVE_CTERMID_R */ |
| 166 | |
| 167 | /* Define if you have the 'filter' function. */ |
| 168 | #define HAVE_CURSES_FILTER 1 |
| 169 | |
| 170 | /* Define to 1 if you have the <curses.h> header file. */ |
| 171 | #define HAVE_CURSES_H 1 |
| 172 | |
| 173 | /* Define if you have the 'has_key' function. */ |
| 174 | #define HAVE_CURSES_HAS_KEY 1 |
| 175 | |
| 176 | /* Define if you have the 'immedok' function. */ |
| 177 | #define HAVE_CURSES_IMMEDOK 1 |
| 178 | |
| 179 | /* Define if you have the 'is_pad' function or macro. */ |
| 180 | #define HAVE_CURSES_IS_PAD 1 |
| 181 | |
| 182 | /* Define if you have the 'is_term_resized' function. */ |
| 183 | #define HAVE_CURSES_IS_TERM_RESIZED 1 |
| 184 | |
| 185 | /* Define if you have the 'resizeterm' function. */ |
| 186 | #define HAVE_CURSES_RESIZETERM 1 |
| 187 | |
| 188 | /* Define if you have the 'resize_term' function. */ |
| 189 | #define HAVE_CURSES_RESIZE_TERM 1 |
| 190 | |
| 191 | /* Define if you have the 'syncok' function. */ |
| 192 | #define HAVE_CURSES_SYNCOK 1 |
| 193 | |
| 194 | /* Define if you have the 'typeahead' function. */ |
| 195 | #define HAVE_CURSES_TYPEAHEAD 1 |
| 196 | |
| 197 | /* Define if you have the 'use_env' function. */ |
| 198 | #define HAVE_CURSES_USE_ENV 1 |
| 199 | |
| 200 | /* Define if you have the 'wchgat' function. */ |
| 201 | #define HAVE_CURSES_WCHGAT 1 |
| 202 | |
| 203 | /* Define to 1 if you have the declaration of `isfinite', and to 0 if you |
| 204 | don't. */ |
| 205 | #define HAVE_DECL_ISFINITE 1 |
| 206 | |
| 207 | /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. |
| 208 | */ |
| 209 | #define HAVE_DECL_ISINF 1 |
| 210 | |
| 211 | /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. |
| 212 | */ |
| 213 | #define HAVE_DECL_ISNAN 1 |
| 214 | |
| 215 | /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you |
| 216 | don't. */ |
| 217 | /* #undef HAVE_DECL_RTLD_DEEPBIND */ |
| 218 | |
| 219 | /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you |
| 220 | don't. */ |
| 221 | #define HAVE_DECL_RTLD_GLOBAL 1 |
| 222 | |
| 223 | /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you |
| 224 | don't. */ |
| 225 | #define HAVE_DECL_RTLD_LAZY 1 |
| 226 | |
| 227 | /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you |
| 228 | don't. */ |
| 229 | #define HAVE_DECL_RTLD_LOCAL 1 |
| 230 | |
| 231 | /* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you |
| 232 | don't. */ |
| 233 | #define HAVE_DECL_RTLD_MEMBER 0 |
| 234 | |
| 235 | /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you |
| 236 | don't. */ |
| 237 | #define HAVE_DECL_RTLD_NODELETE 1 |
| 238 | |
| 239 | /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you |
| 240 | don't. */ |
| 241 | #define HAVE_DECL_RTLD_NOLOAD 1 |
| 242 | |
| 243 | /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you |
| 244 | don't. */ |
| 245 | #define HAVE_DECL_RTLD_NOW 1 |
| 246 | |
| 247 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
| 248 | */ |
| 249 | /* #undef HAVE_DECL_TZNAME */ |
| 250 | |
| 251 | /* Define to 1 if you have the device macros. */ |
| 252 | #define HAVE_DEVICE_MACROS 1 |
| 253 | |
| 254 | /* Define to 1 if you have the /dev/ptc device file. */ |
| 255 | /* #undef HAVE_DEV_PTC */ |
| 256 | |
| 257 | /* Define to 1 if you have the /dev/ptmx device file. */ |
| 258 | #define HAVE_DEV_PTMX 1 |
| 259 | |
| 260 | /* Define to 1 if you have the <direct.h> header file. */ |
| 261 | /* #undef HAVE_DIRECT_H */ |
| 262 | |
| 263 | /* Define to 1 if the dirent structure has a d_type field */ |
| 264 | #define HAVE_DIRENT_D_TYPE 1 |
| 265 | |
| 266 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 267 | */ |
| 268 | #define HAVE_DIRENT_H 1 |
| 269 | |
| 270 | /* Define if you have the 'dirfd' function or macro. */ |
| 271 | #define HAVE_DIRFD 1 |
| 272 | |
| 273 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 274 | #define HAVE_DLFCN_H 1 |
| 275 | |
| 276 | /* Define to 1 if you have the `dlopen' function. */ |
| 277 | #define HAVE_DLOPEN 1 |
| 278 | |
| 279 | /* Define to 1 if you have the `dup2' function. */ |
| 280 | #define HAVE_DUP2 1 |
| 281 | |
| 282 | /* Define to 1 if you have the `dup3' function. */ |
| 283 | #define HAVE_DUP3 1 |
| 284 | |
| 285 | /* Defined when any dynamic module loading is enabled. */ |
| 286 | #define HAVE_DYNAMIC_LOADING 1 |
| 287 | |
| 288 | /* Define to 1 if you have the <endian.h> header file. */ |
| 289 | #define HAVE_ENDIAN_H 1 |
| 290 | |
| 291 | /* Define if you have the 'epoll' functions. */ |
| 292 | #define HAVE_EPOLL 1 |
| 293 | |
| 294 | /* Define if you have the 'epoll_create1' function. */ |
| 295 | #define HAVE_EPOLL_CREATE1 1 |
| 296 | |
| 297 | /* Define to 1 if you have the `erf' function. */ |
| 298 | #define HAVE_ERF 1 |
| 299 | |
| 300 | /* Define to 1 if you have the `erfc' function. */ |
| 301 | #define HAVE_ERFC 1 |
| 302 | |
| 303 | /* Define to 1 if you have the <errno.h> header file. */ |
| 304 | #define HAVE_ERRNO_H 1 |
| 305 | |
| 306 | /* Define to 1 if you have the `execv' function. */ |
| 307 | #define HAVE_EXECV 1 |
| 308 | |
| 309 | /* Define to 1 if you have the `explicit_bzero' function. */ |
| 310 | /* #undef HAVE_EXPLICIT_BZERO */ |
| 311 | |
| 312 | /* Define to 1 if you have the `explicit_memset' function. */ |
| 313 | /* #undef HAVE_EXPLICIT_MEMSET */ |
| 314 | |
| 315 | /* Define to 1 if you have the `expm1' function. */ |
| 316 | #define HAVE_EXPM1 1 |
| 317 | |
| 318 | /* Define to 1 if you have the `faccessat' function. */ |
| 319 | #define HAVE_FACCESSAT 1 |
| 320 | |
| 321 | /* Define if you have the 'fchdir' function. */ |
| 322 | #define HAVE_FCHDIR 1 |
| 323 | |
| 324 | /* Define to 1 if you have the `fchmod' function. */ |
| 325 | #define HAVE_FCHMOD 1 |
| 326 | |
| 327 | /* Define to 1 if you have the `fchmodat' function. */ |
| 328 | #define HAVE_FCHMODAT 1 |
| 329 | |
| 330 | /* Define to 1 if you have the `fchown' function. */ |
| 331 | #define HAVE_FCHOWN 1 |
| 332 | |
| 333 | /* Define to 1 if you have the `fchownat' function. */ |
| 334 | #define HAVE_FCHOWNAT 1 |
| 335 | |
| 336 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 337 | #define HAVE_FCNTL_H 1 |
| 338 | |
| 339 | /* Define if you have the 'fdatasync' function. */ |
| 340 | #define HAVE_FDATASYNC 1 |
| 341 | |
| 342 | /* Define to 1 if you have the `fdopendir' function. */ |
| 343 | #define HAVE_FDOPENDIR 1 |
| 344 | |
| 345 | /* Define to 1 if you have the `fdwalk' function. */ |
| 346 | /* #undef HAVE_FDWALK */ |
| 347 | |
| 348 | /* Define to 1 if you have the `fexecve' function. */ |
| 349 | #define HAVE_FEXECVE 1 |
| 350 | |
| 351 | /* Define to 1 if you have the `finite' function. */ |
| 352 | #define HAVE_FINITE 1 |
| 353 | |
| 354 | /* Define to 1 if you have the `flock' function. */ |
| 355 | #define HAVE_FLOCK 1 |
| 356 | |
| 357 | /* Define to 1 if you have the `fork' function. */ |
| 358 | #define HAVE_FORK 1 |
| 359 | |
| 360 | /* Define to 1 if you have the `forkpty' function. */ |
| 361 | #define HAVE_FORKPTY 1 |
| 362 | |
| 363 | /* Define to 1 if you have the `fpathconf' function. */ |
| 364 | #define HAVE_FPATHCONF 1 |
| 365 | |
| 366 | /* Define to 1 if you have the `fseek64' function. */ |
| 367 | /* #undef HAVE_FSEEK64 */ |
| 368 | |
| 369 | /* Define to 1 if you have the `fseeko' function. */ |
| 370 | #define HAVE_FSEEKO 1 |
| 371 | |
| 372 | /* Define to 1 if you have the `fstatat' function. */ |
| 373 | #define HAVE_FSTATAT 1 |
| 374 | |
| 375 | /* Define to 1 if you have the `fstatvfs' function. */ |
| 376 | #define HAVE_FSTATVFS 1 |
| 377 | |
| 378 | /* Define if you have the 'fsync' function. */ |
| 379 | #define HAVE_FSYNC 1 |
| 380 | |
| 381 | /* Define to 1 if you have the `ftell64' function. */ |
| 382 | /* #undef HAVE_FTELL64 */ |
| 383 | |
| 384 | /* Define to 1 if you have the `ftello' function. */ |
| 385 | #define HAVE_FTELLO 1 |
| 386 | |
| 387 | /* Define to 1 if you have the `ftime' function. */ |
| 388 | #define HAVE_FTIME 1 |
| 389 | |
| 390 | /* Define to 1 if you have the `ftruncate' function. */ |
| 391 | #define HAVE_FTRUNCATE 1 |
| 392 | |
| 393 | /* Define to 1 if you have the `futimens' function. */ |
| 394 | #define HAVE_FUTIMENS 1 |
| 395 | |
| 396 | /* Define to 1 if you have the `futimes' function. */ |
| 397 | #define HAVE_FUTIMES 1 |
| 398 | |
| 399 | /* Define to 1 if you have the `futimesat' function. */ |
| 400 | #define HAVE_FUTIMESAT 1 |
| 401 | |
| 402 | /* Define to 1 if you have the `gai_strerror' function. */ |
| 403 | #define HAVE_GAI_STRERROR 1 |
| 404 | |
| 405 | /* Define to 1 if you have the `gamma' function. */ |
| 406 | #define HAVE_GAMMA 1 |
| 407 | |
| 408 | /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */ |
| 409 | /* #undef HAVE_GCC_ASM_FOR_MC68881 */ |
| 410 | |
| 411 | /* Define if we can use x64 gcc inline assembler */ |
| 412 | #define HAVE_GCC_ASM_FOR_X64 1 |
| 413 | |
| 414 | /* Define if we can use gcc inline assembler to get and set x87 control word |
| 415 | */ |
| 416 | #ifdef __i386__ |
| 417 | #define HAVE_GCC_ASM_FOR_X87 1 |
| 418 | #endif |
| 419 | |
| 420 | /* Define if your compiler provides __uint128_t */ |
| 421 | #define HAVE_GCC_UINT128_T 1 |
| 422 | |
| 423 | /* Define if you have the getaddrinfo function. */ |
| 424 | #define HAVE_GETADDRINFO 1 |
| 425 | |
| 426 | /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ |
| 427 | #define HAVE_GETC_UNLOCKED 1 |
| 428 | |
| 429 | /* Define to 1 if you have the `getentropy' function. */ |
| 430 | /* #undef HAVE_GETENTROPY */ |
| 431 | |
| 432 | /* Define to 1 if you have the `getgrgid_r' function. */ |
| 433 | #define HAVE_GETGRGID_R 1 |
| 434 | |
| 435 | /* Define to 1 if you have the `getgrnam_r' function. */ |
| 436 | #define HAVE_GETGRNAM_R 1 |
| 437 | |
| 438 | /* Define to 1 if you have the `getgrouplist' function. */ |
| 439 | #define HAVE_GETGROUPLIST 1 |
| 440 | |
| 441 | /* Define to 1 if you have the `getgroups' function. */ |
| 442 | #define HAVE_GETGROUPS 1 |
| 443 | |
| 444 | /* Define to 1 if you have the `gethostbyname' function. */ |
| 445 | /* #undef HAVE_GETHOSTBYNAME */ |
| 446 | |
| 447 | /* Define this if you have some version of gethostbyname_r() */ |
| 448 | #define HAVE_GETHOSTBYNAME_R 1 |
| 449 | |
| 450 | /* Define this if you have the 3-arg version of gethostbyname_r(). */ |
| 451 | /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */ |
| 452 | |
| 453 | /* Define this if you have the 5-arg version of gethostbyname_r(). */ |
| 454 | /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */ |
| 455 | |
| 456 | /* Define this if you have the 6-arg version of gethostbyname_r(). */ |
| 457 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 |
| 458 | |
| 459 | /* Define to 1 if you have the `getitimer' function. */ |
| 460 | #define HAVE_GETITIMER 1 |
| 461 | |
| 462 | /* Define to 1 if you have the `getloadavg' function. */ |
| 463 | #define HAVE_GETLOADAVG 1 |
| 464 | |
| 465 | /* Define to 1 if you have the `getlogin' function. */ |
| 466 | #define HAVE_GETLOGIN 1 |
| 467 | |
| 468 | /* Define to 1 if you have the `getnameinfo' function. */ |
| 469 | #define HAVE_GETNAMEINFO 1 |
| 470 | |
| 471 | /* Define if you have the 'getpagesize' function. */ |
| 472 | #define HAVE_GETPAGESIZE 1 |
| 473 | |
| 474 | /* Define to 1 if you have the `getpeername' function. */ |
| 475 | #define HAVE_GETPEERNAME 1 |
| 476 | |
| 477 | /* Define to 1 if you have the `getpgid' function. */ |
| 478 | #define HAVE_GETPGID 1 |
| 479 | |
| 480 | /* Define to 1 if you have the `getpgrp' function. */ |
| 481 | #define HAVE_GETPGRP 1 |
| 482 | |
| 483 | /* Define to 1 if you have the `getpid' function. */ |
| 484 | #define HAVE_GETPID 1 |
| 485 | |
| 486 | /* Define to 1 if you have the `getpriority' function. */ |
| 487 | #define HAVE_GETPRIORITY 1 |
| 488 | |
| 489 | /* Define to 1 if you have the `getpwent' function. */ |
| 490 | #define HAVE_GETPWENT 1 |
| 491 | |
| 492 | /* Define to 1 if you have the `getpwnam_r' function. */ |
| 493 | #define HAVE_GETPWNAM_R 1 |
| 494 | |
| 495 | /* Define to 1 if you have the `getpwuid_r' function. */ |
| 496 | #define HAVE_GETPWUID_R 1 |
| 497 | |
| 498 | /* Define to 1 if the getrandom() function is available */ |
| 499 | /* #undef HAVE_GETRANDOM */ |
| 500 | |
| 501 | /* Define to 1 if the Linux getrandom() syscall is available */ |
| 502 | /* #undef HAVE_GETRANDOM_SYSCALL */ |
| 503 | |
| 504 | /* Define to 1 if you have the `getresgid' function. */ |
| 505 | #define HAVE_GETRESGID 1 |
| 506 | |
| 507 | /* Define to 1 if you have the `getresuid' function. */ |
| 508 | #define HAVE_GETRESUID 1 |
| 509 | |
| 510 | /* Define to 1 if you have the `getsid' function. */ |
| 511 | #define HAVE_GETSID 1 |
| 512 | |
| 513 | /* Define to 1 if you have the `getspent' function. */ |
| 514 | #define HAVE_GETSPENT 1 |
| 515 | |
| 516 | /* Define to 1 if you have the `getspnam' function. */ |
| 517 | #define HAVE_GETSPNAM 1 |
| 518 | |
| 519 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 520 | #define HAVE_GETTIMEOFDAY 1 |
| 521 | |
| 522 | /* Define to 1 if you have the `getwd' function. */ |
| 523 | #define HAVE_GETWD 1 |
| 524 | |
| 525 | /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and |
| 526 | bcopy. */ |
| 527 | /* #undef HAVE_GLIBC_MEMMOVE_BUG */ |
| 528 | |
| 529 | /* Define to 1 if you have the <grp.h> header file. */ |
| 530 | #define HAVE_GRP_H 1 |
| 531 | |
| 532 | /* Define if you have the 'hstrerror' function. */ |
| 533 | #define HAVE_HSTRERROR 1 |
| 534 | |
| 535 | /* Define this if you have le64toh() */ |
| 536 | #define HAVE_HTOLE64 1 |
| 537 | |
| 538 | /* Define to 1 if you have the `hypot' function. */ |
| 539 | #define HAVE_HYPOT 1 |
| 540 | |
| 541 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
| 542 | /* #undef HAVE_IEEEFP_H */ |
| 543 | |
| 544 | /* Define to 1 if you have the `if_nameindex' function. */ |
| 545 | #define HAVE_IF_NAMEINDEX 1 |
| 546 | |
| 547 | /* Define if you have the 'inet_aton' function. */ |
| 548 | #define HAVE_INET_ATON 1 |
| 549 | |
| 550 | /* Define if you have the 'inet_pton' function. */ |
| 551 | #define HAVE_INET_PTON 1 |
| 552 | |
| 553 | /* Define to 1 if you have the `initgroups' function. */ |
| 554 | #define HAVE_INITGROUPS 1 |
| 555 | |
| 556 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 557 | #define HAVE_INTTYPES_H 1 |
| 558 | |
| 559 | /* Define to 1 if you have the <io.h> header file. */ |
| 560 | /* #undef HAVE_IO_H */ |
| 561 | |
| 562 | /* Define if gcc has the ipa-pure-const bug. */ |
| 563 | /* #undef HAVE_IPA_PURE_CONST_BUG */ |
| 564 | |
| 565 | /* Define to 1 if you have the `kill' function. */ |
| 566 | #define HAVE_KILL 1 |
| 567 | |
| 568 | /* Define to 1 if you have the `killpg' function. */ |
| 569 | #define HAVE_KILLPG 1 |
| 570 | |
| 571 | /* Define if you have the 'kqueue' functions. */ |
| 572 | /* #undef HAVE_KQUEUE */ |
| 573 | |
| 574 | /* Define to 1 if you have the <langinfo.h> header file. */ |
| 575 | #define HAVE_LANGINFO_H 1 |
| 576 | |
| 577 | /* Defined to enable large file support when an off_t is bigger than a long |
| 578 | and long long is at least as big as an off_t. You may need to add some |
| 579 | flags for configuration and compilation to enable this mode. (For Solaris |
| 580 | and Linux, the necessary defines are already defined.) */ |
| 581 | /* #undef HAVE_LARGEFILE_SUPPORT */ |
| 582 | |
| 583 | /* Define to 1 if you have the 'lchflags' function. */ |
| 584 | /* #undef HAVE_LCHFLAGS */ |
| 585 | |
| 586 | /* Define to 1 if you have the `lchmod' function. */ |
| 587 | /* #undef HAVE_LCHMOD */ |
| 588 | |
| 589 | /* Define to 1 if you have the `lchown' function. */ |
| 590 | #define HAVE_LCHOWN 1 |
| 591 | |
| 592 | /* Define to 1 if you have the `lgamma' function. */ |
| 593 | #define HAVE_LGAMMA 1 |
| 594 | |
| 595 | /* Define to 1 if you have the `dl' library (-ldl). */ |
| 596 | #define HAVE_LIBDL 1 |
| 597 | |
| 598 | /* Define to 1 if you have the `dld' library (-ldld). */ |
| 599 | /* #undef HAVE_LIBDLD */ |
| 600 | |
| 601 | /* Define to 1 if you have the `ieee' library (-lieee). */ |
| 602 | /* #undef HAVE_LIBIEEE */ |
| 603 | |
| 604 | /* Define to 1 if you have the <libintl.h> header file. */ |
| 605 | /* #undef HAVE_LIBINTL_H */ |
| 606 | |
| 607 | /* Define if you have the readline library (-lreadline). */ |
| 608 | /* #undef HAVE_LIBREADLINE */ |
| 609 | |
| 610 | /* Define to 1 if you have the `resolv' library (-lresolv). */ |
| 611 | /* #undef HAVE_LIBRESOLV */ |
| 612 | |
| 613 | /* Define to 1 if you have the `sendfile' library (-lsendfile). */ |
| 614 | /* #undef HAVE_LIBSENDFILE */ |
| 615 | |
| 616 | /* Define to 1 if you have the <libutil.h> header file. */ |
| 617 | /* #undef HAVE_LIBUTIL_H */ |
| 618 | |
| 619 | /* Define if you have the 'link' function. */ |
| 620 | #define HAVE_LINK 1 |
| 621 | |
| 622 | /* Define to 1 if you have the `linkat' function. */ |
| 623 | #define HAVE_LINKAT 1 |
| 624 | |
| 625 | /* Define to 1 if you have the <linux/can/bcm.h> header file. */ |
| 626 | #define HAVE_LINUX_CAN_BCM_H 1 |
| 627 | |
| 628 | /* Define to 1 if you have the <linux/can.h> header file. */ |
| 629 | #define HAVE_LINUX_CAN_H 1 |
| 630 | |
| 631 | /* Define if compiling using Linux 3.6 or later. */ |
| 632 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 |
| 633 | |
| 634 | /* Define to 1 if you have the <linux/can/raw.h> header file. */ |
| 635 | #define HAVE_LINUX_CAN_RAW_H 1 |
| 636 | |
| 637 | /* Define to 1 if you have the <linux/memfd.h> header file. */ |
| 638 | /* #undef HAVE_LINUX_MEMFD_H */ |
| 639 | |
| 640 | /* Define to 1 if you have the <linux/netlink.h> header file. */ |
| 641 | #define HAVE_LINUX_NETLINK_H 1 |
| 642 | |
| 643 | /* Define to 1 if you have the <linux/qrtr.h> header file. */ |
| 644 | /* #undef HAVE_LINUX_QRTR_H */ |
| 645 | |
| 646 | /* Define to 1 if you have the <linux/random.h> header file. */ |
| 647 | #define HAVE_LINUX_RANDOM_H 1 |
| 648 | |
| 649 | /* Define to 1 if you have the <linux/tipc.h> header file. */ |
| 650 | #define HAVE_LINUX_TIPC_H 1 |
| 651 | |
| 652 | /* Define to 1 if you have the <linux/vm_sockets.h> header file. */ |
| 653 | /* #undef HAVE_LINUX_VM_SOCKETS_H */ |
| 654 | |
| 655 | /* Define to 1 if you have the `lockf' function. */ |
| 656 | #define HAVE_LOCKF 1 |
| 657 | |
| 658 | /* Define to 1 if you have the `log1p' function. */ |
| 659 | #define HAVE_LOG1P 1 |
| 660 | |
| 661 | /* Define to 1 if you have the `log2' function. */ |
| 662 | #define HAVE_LOG2 1 |
| 663 | |
| 664 | /* Define to 1 if the system has the type `long double'. */ |
| 665 | #define HAVE_LONG_DOUBLE 1 |
| 666 | |
| 667 | /* Define to 1 if you have the `lstat' function. */ |
| 668 | #define HAVE_LSTAT 1 |
| 669 | |
| 670 | /* Define to 1 if you have the `lutimes' function. */ |
| 671 | #define HAVE_LUTIMES 1 |
| 672 | |
| 673 | /* Define to 1 if you have the `madvise' function. */ |
| 674 | #define HAVE_MADVISE 1 |
| 675 | |
| 676 | /* Define this if you have the makedev macro. */ |
| 677 | #define HAVE_MAKEDEV 1 |
| 678 | |
| 679 | /* Define to 1 if you have the `mbrtowc' function. */ |
| 680 | #define HAVE_MBRTOWC 1 |
| 681 | |
| 682 | /* Define if you have the 'memfd_create' function. */ |
| 683 | /* #undef HAVE_MEMFD_CREATE */ |
| 684 | |
| 685 | /* Define to 1 if you have the <memory.h> header file. */ |
| 686 | #define HAVE_MEMORY_H 1 |
| 687 | |
| 688 | /* Define to 1 if you have the `memrchr' function. */ |
| 689 | #define HAVE_MEMRCHR 1 |
| 690 | |
| 691 | /* Define to 1 if you have the `mkdirat' function. */ |
| 692 | #define HAVE_MKDIRAT 1 |
| 693 | |
| 694 | /* Define to 1 if you have the `mkfifo' function. */ |
| 695 | #define HAVE_MKFIFO 1 |
| 696 | |
| 697 | /* Define to 1 if you have the `mkfifoat' function. */ |
| 698 | #define HAVE_MKFIFOAT 1 |
| 699 | |
| 700 | /* Define to 1 if you have the `mknod' function. */ |
| 701 | #define HAVE_MKNOD 1 |
| 702 | |
| 703 | /* Define to 1 if you have the `mknodat' function. */ |
| 704 | #define HAVE_MKNODAT 1 |
| 705 | |
| 706 | /* Define to 1 if you have the `mktime' function. */ |
| 707 | #define HAVE_MKTIME 1 |
| 708 | |
| 709 | /* Define to 1 if you have the `mmap' function. */ |
| 710 | #define HAVE_MMAP 1 |
| 711 | |
| 712 | /* Define to 1 if you have the `mremap' function. */ |
| 713 | #define HAVE_MREMAP 1 |
| 714 | |
| 715 | /* Define to 1 if you have the <ncurses.h> header file. */ |
| 716 | #define HAVE_NCURSES_H 1 |
| 717 | |
| 718 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 719 | /* #undef HAVE_NDIR_H */ |
| 720 | |
| 721 | /* Define to 1 if you have the <netpacket/packet.h> header file. */ |
| 722 | #define HAVE_NETPACKET_PACKET_H 1 |
| 723 | |
| 724 | /* Define to 1 if you have the <net/if.h> header file. */ |
| 725 | #define HAVE_NET_IF_H 1 |
| 726 | |
| 727 | /* Define to 1 if you have the `nice' function. */ |
| 728 | #define HAVE_NICE 1 |
| 729 | |
| 730 | /* Define to 1 if you have the `openat' function. */ |
| 731 | #define HAVE_OPENAT 1 |
| 732 | |
| 733 | /* Define to 1 if you have the `openpty' function. */ |
| 734 | #define HAVE_OPENPTY 1 |
| 735 | |
| 736 | /* Define to 1 if you have the `pathconf' function. */ |
| 737 | #define HAVE_PATHCONF 1 |
| 738 | |
| 739 | /* Define to 1 if you have the `pause' function. */ |
| 740 | #define HAVE_PAUSE 1 |
| 741 | |
| 742 | /* Define to 1 if you have the `pipe2' function. */ |
| 743 | #define HAVE_PIPE2 1 |
| 744 | |
| 745 | /* Define to 1 if you have the `plock' function. */ |
| 746 | /* #undef HAVE_PLOCK */ |
| 747 | |
| 748 | /* Define to 1 if you have the `poll' function. */ |
| 749 | #define HAVE_POLL 1 |
| 750 | |
| 751 | /* Define to 1 if you have the <poll.h> header file. */ |
| 752 | #define HAVE_POLL_H 1 |
| 753 | |
| 754 | /* Define to 1 if you have the `posix_fadvise' function. */ |
| 755 | #define HAVE_POSIX_FADVISE 1 |
| 756 | |
| 757 | /* Define to 1 if you have the `posix_fallocate' function. */ |
| 758 | #define HAVE_POSIX_FALLOCATE 1 |
| 759 | |
| 760 | /* Define to 1 if you have the `posix_spawn' function. */ |
| 761 | #define HAVE_POSIX_SPAWN 1 |
| 762 | |
| 763 | /* Define to 1 if you have the `posix_spawnp' function. */ |
| 764 | #define HAVE_POSIX_SPAWNP 1 |
| 765 | |
| 766 | /* Define to 1 if you have the `pread' function. */ |
| 767 | #define HAVE_PREAD 1 |
| 768 | |
| 769 | /* Define to 1 if you have the `preadv' function. */ |
| 770 | #define HAVE_PREADV 1 |
| 771 | |
| 772 | /* Define to 1 if you have the `preadv2' function. */ |
| 773 | /* #undef HAVE_PREADV2 */ |
| 774 | |
| 775 | /* Define if you have the 'prlimit' functions. */ |
| 776 | #define HAVE_PRLIMIT 1 |
| 777 | |
| 778 | /* Define to 1 if you have the <process.h> header file. */ |
| 779 | /* #undef HAVE_PROCESS_H */ |
| 780 | |
| 781 | /* Define if your compiler supports function prototype */ |
| 782 | #define HAVE_PROTOTYPES 1 |
| 783 | |
| 784 | /* Define to 1 if you have the `pthread_condattr_setclock' function. */ |
| 785 | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 |
| 786 | |
| 787 | /* Defined for Solaris 2.6 bug in pthread header. */ |
| 788 | /* #undef HAVE_PTHREAD_DESTRUCTOR */ |
| 789 | |
| 790 | /* Define to 1 if you have the `pthread_getcpuclockid' function. */ |
| 791 | #define HAVE_PTHREAD_GETCPUCLOCKID 1 |
| 792 | |
| 793 | /* Define to 1 if you have the <pthread.h> header file. */ |
| 794 | #define HAVE_PTHREAD_H 1 |
| 795 | |
| 796 | /* Define to 1 if you have the `pthread_init' function. */ |
| 797 | /* #undef HAVE_PTHREAD_INIT */ |
| 798 | |
| 799 | /* Define to 1 if you have the `pthread_kill' function. */ |
| 800 | #define HAVE_PTHREAD_KILL 1 |
| 801 | |
| 802 | /* Define to 1 if you have the `pthread_sigmask' function. */ |
| 803 | #define HAVE_PTHREAD_SIGMASK 1 |
| 804 | |
| 805 | /* Define to 1 if you have the <pty.h> header file. */ |
| 806 | #define HAVE_PTY_H 1 |
| 807 | |
| 808 | /* Define to 1 if you have the `putenv' function. */ |
| 809 | #define HAVE_PUTENV 1 |
| 810 | |
| 811 | /* Define to 1 if you have the `pwrite' function. */ |
| 812 | #define HAVE_PWRITE 1 |
| 813 | |
| 814 | /* Define to 1 if you have the `pwritev' function. */ |
| 815 | #define HAVE_PWRITEV 1 |
| 816 | |
| 817 | /* Define to 1 if you have the `pwritev2' function. */ |
| 818 | /* #undef HAVE_PWRITEV2 */ |
| 819 | |
| 820 | /* Define to 1 if you have the `readlink' function. */ |
| 821 | #define HAVE_READLINK 1 |
| 822 | |
| 823 | /* Define to 1 if you have the `readlinkat' function. */ |
| 824 | #define HAVE_READLINKAT 1 |
| 825 | |
| 826 | /* Define to 1 if you have the `readv' function. */ |
| 827 | #define HAVE_READV 1 |
| 828 | |
| 829 | /* Define to 1 if you have the `realpath' function. */ |
| 830 | #define HAVE_REALPATH 1 |
| 831 | |
| 832 | /* Define to 1 if you have the `renameat' function. */ |
| 833 | #define HAVE_RENAMEAT 1 |
| 834 | |
| 835 | /* Define if readline supports append_history */ |
| 836 | /* #undef HAVE_RL_APPEND_HISTORY */ |
| 837 | |
| 838 | /* Define if you can turn off readline's signal handling. */ |
Jan Monsch | 418f68d | 2020-04-15 19:47:09 +0200 | [diff] [blame^] | 839 | #define HAVE_RL_CATCH_SIGNAL 1 |
Dan Willemsen | b3614d2 | 2019-10-07 16:06:34 -0700 | [diff] [blame] | 840 | |
| 841 | /* Define if you have readline 2.2 */ |
Jan Monsch | 418f68d | 2020-04-15 19:47:09 +0200 | [diff] [blame^] | 842 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 |
Dan Willemsen | b3614d2 | 2019-10-07 16:06:34 -0700 | [diff] [blame] | 843 | |
| 844 | /* Define if you have readline 4.0 */ |
| 845 | /* #undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK */ |
| 846 | |
| 847 | /* Define if you have readline 4.2 */ |
| 848 | /* #undef HAVE_RL_COMPLETION_MATCHES */ |
| 849 | |
| 850 | /* Define if you have rl_completion_suppress_append */ |
Jan Monsch | 418f68d | 2020-04-15 19:47:09 +0200 | [diff] [blame^] | 851 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 |
Dan Willemsen | b3614d2 | 2019-10-07 16:06:34 -0700 | [diff] [blame] | 852 | |
| 853 | /* Define if you have readline 4.0 */ |
| 854 | /* #undef HAVE_RL_PRE_INPUT_HOOK */ |
| 855 | |
| 856 | /* Define if you have readline 4.0 */ |
| 857 | /* #undef HAVE_RL_RESIZE_TERMINAL */ |
| 858 | |
| 859 | /* Define to 1 if you have the `round' function. */ |
| 860 | #define HAVE_ROUND 1 |
| 861 | |
| 862 | /* Define to 1 if you have the `rtpSpawn' function. */ |
| 863 | /* #undef HAVE_RTPSPAWN */ |
| 864 | |
| 865 | /* Define to 1 if you have the `sched_get_priority_max' function. */ |
| 866 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 |
| 867 | |
| 868 | /* Define to 1 if you have the <sched.h> header file. */ |
| 869 | #define HAVE_SCHED_H 1 |
| 870 | |
| 871 | /* Define to 1 if you have the `sched_rr_get_interval' function. */ |
| 872 | #define HAVE_SCHED_RR_GET_INTERVAL 1 |
| 873 | |
| 874 | /* Define to 1 if you have the `sched_setaffinity' function. */ |
| 875 | #define HAVE_SCHED_SETAFFINITY 1 |
| 876 | |
| 877 | /* Define to 1 if you have the `sched_setparam' function. */ |
| 878 | #define HAVE_SCHED_SETPARAM 1 |
| 879 | |
| 880 | /* Define to 1 if you have the `sched_setscheduler' function. */ |
| 881 | #define HAVE_SCHED_SETSCHEDULER 1 |
| 882 | |
| 883 | /* Define to 1 if you have the `sem_getvalue' function. */ |
| 884 | #define HAVE_SEM_GETVALUE 1 |
| 885 | |
| 886 | /* Define to 1 if you have the `sem_open' function. */ |
| 887 | #define HAVE_SEM_OPEN 1 |
| 888 | |
| 889 | /* Define to 1 if you have the `sem_timedwait' function. */ |
| 890 | #define HAVE_SEM_TIMEDWAIT 1 |
| 891 | |
| 892 | /* Define to 1 if you have the `sem_unlink' function. */ |
| 893 | #define HAVE_SEM_UNLINK 1 |
| 894 | |
| 895 | /* Define to 1 if you have the `sendfile' function. */ |
| 896 | #define HAVE_SENDFILE 1 |
| 897 | |
| 898 | /* Define to 1 if you have the `setegid' function. */ |
| 899 | #define HAVE_SETEGID 1 |
| 900 | |
| 901 | /* Define to 1 if you have the `seteuid' function. */ |
| 902 | #define HAVE_SETEUID 1 |
| 903 | |
| 904 | /* Define to 1 if you have the `setgid' function. */ |
| 905 | #define HAVE_SETGID 1 |
| 906 | |
| 907 | /* Define if you have the 'setgroups' function. */ |
| 908 | #define HAVE_SETGROUPS 1 |
| 909 | |
| 910 | /* Define to 1 if you have the `sethostname' function. */ |
| 911 | #define HAVE_SETHOSTNAME 1 |
| 912 | |
| 913 | /* Define to 1 if you have the `setitimer' function. */ |
| 914 | #define HAVE_SETITIMER 1 |
| 915 | |
| 916 | /* Define to 1 if you have the `setlocale' function. */ |
| 917 | #define HAVE_SETLOCALE 1 |
| 918 | |
| 919 | /* Define to 1 if you have the `setpgid' function. */ |
| 920 | #define HAVE_SETPGID 1 |
| 921 | |
| 922 | /* Define to 1 if you have the `setpgrp' function. */ |
| 923 | #define HAVE_SETPGRP 1 |
| 924 | |
| 925 | /* Define to 1 if you have the `setpriority' function. */ |
| 926 | #define HAVE_SETPRIORITY 1 |
| 927 | |
| 928 | /* Define to 1 if you have the `setregid' function. */ |
| 929 | #define HAVE_SETREGID 1 |
| 930 | |
| 931 | /* Define to 1 if you have the `setresgid' function. */ |
| 932 | #define HAVE_SETRESGID 1 |
| 933 | |
| 934 | /* Define to 1 if you have the `setresuid' function. */ |
| 935 | #define HAVE_SETRESUID 1 |
| 936 | |
| 937 | /* Define to 1 if you have the `setreuid' function. */ |
| 938 | #define HAVE_SETREUID 1 |
| 939 | |
| 940 | /* Define to 1 if you have the `setsid' function. */ |
| 941 | #define HAVE_SETSID 1 |
| 942 | |
| 943 | /* Define to 1 if you have the `setuid' function. */ |
| 944 | #define HAVE_SETUID 1 |
| 945 | |
| 946 | /* Define to 1 if you have the `setvbuf' function. */ |
| 947 | #define HAVE_SETVBUF 1 |
| 948 | |
| 949 | /* Define to 1 if you have the <shadow.h> header file. */ |
| 950 | #define HAVE_SHADOW_H 1 |
| 951 | |
| 952 | /* Define to 1 if you have the `shm_open' function. */ |
| 953 | #define HAVE_SHM_OPEN 1 |
| 954 | |
| 955 | /* Define to 1 if you have the `shm_unlink' function. */ |
| 956 | #define HAVE_SHM_UNLINK 1 |
| 957 | |
| 958 | /* Define to 1 if you have the `sigaction' function. */ |
| 959 | #define HAVE_SIGACTION 1 |
| 960 | |
| 961 | /* Define to 1 if you have the `sigaltstack' function. */ |
| 962 | #define HAVE_SIGALTSTACK 1 |
| 963 | |
| 964 | /* Define to 1 if you have the `sigfillset' function. */ |
| 965 | #define HAVE_SIGFILLSET 1 |
| 966 | |
| 967 | /* Define to 1 if `si_band' is a member of `siginfo_t'. */ |
| 968 | #define HAVE_SIGINFO_T_SI_BAND 1 |
| 969 | |
| 970 | /* Define to 1 if you have the `siginterrupt' function. */ |
| 971 | #define HAVE_SIGINTERRUPT 1 |
| 972 | |
| 973 | /* Define to 1 if you have the <signal.h> header file. */ |
| 974 | #define HAVE_SIGNAL_H 1 |
| 975 | |
| 976 | /* Define to 1 if you have the `sigpending' function. */ |
| 977 | #define HAVE_SIGPENDING 1 |
| 978 | |
| 979 | /* Define to 1 if you have the `sigrelse' function. */ |
| 980 | #define HAVE_SIGRELSE 1 |
| 981 | |
| 982 | /* Define to 1 if you have the `sigtimedwait' function. */ |
| 983 | #define HAVE_SIGTIMEDWAIT 1 |
| 984 | |
| 985 | /* Define to 1 if you have the `sigwait' function. */ |
| 986 | #define HAVE_SIGWAIT 1 |
| 987 | |
| 988 | /* Define to 1 if you have the `sigwaitinfo' function. */ |
| 989 | #define HAVE_SIGWAITINFO 1 |
| 990 | |
| 991 | /* Define to 1 if you have the `snprintf' function. */ |
| 992 | #define HAVE_SNPRINTF 1 |
| 993 | |
| 994 | /* struct sockaddr_alg (linux/if_alg.h) */ |
| 995 | #define HAVE_SOCKADDR_ALG 1 |
| 996 | |
| 997 | /* Define if sockaddr has sa_len member */ |
| 998 | /* #undef HAVE_SOCKADDR_SA_LEN */ |
| 999 | |
| 1000 | /* struct sockaddr_storage (sys/socket.h) */ |
| 1001 | #define HAVE_SOCKADDR_STORAGE 1 |
| 1002 | |
| 1003 | /* Define if you have the 'socketpair' function. */ |
| 1004 | #define HAVE_SOCKETPAIR 1 |
| 1005 | |
| 1006 | /* Define to 1 if you have the <spawn.h> header file. */ |
| 1007 | #define HAVE_SPAWN_H 1 |
| 1008 | |
| 1009 | /* Define if your compiler provides ssize_t */ |
| 1010 | #define HAVE_SSIZE_T 1 |
| 1011 | |
| 1012 | /* Define to 1 if you have the `statvfs' function. */ |
| 1013 | #define HAVE_STATVFS 1 |
| 1014 | |
| 1015 | /* Define if you have struct stat.st_mtim.tv_nsec */ |
| 1016 | #define HAVE_STAT_TV_NSEC 1 |
| 1017 | |
| 1018 | /* Define if you have struct stat.st_mtimensec */ |
| 1019 | /* #undef HAVE_STAT_TV_NSEC2 */ |
| 1020 | |
| 1021 | /* Define if your compiler supports variable length function prototypes (e.g. |
| 1022 | void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ |
| 1023 | #define HAVE_STDARG_PROTOTYPES 1 |
| 1024 | |
| 1025 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 1026 | #define HAVE_STDINT_H 1 |
| 1027 | |
| 1028 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 1029 | #define HAVE_STDLIB_H 1 |
| 1030 | |
Jan Monsch | 418f68d | 2020-04-15 19:47:09 +0200 | [diff] [blame^] | 1031 | /* Has stdatomic.h with atomic_int and atomic_uintptr_t */ |
Dan Willemsen | b3614d2 | 2019-10-07 16:06:34 -0700 | [diff] [blame] | 1032 | #define HAVE_STD_ATOMIC 1 |
| 1033 | |
| 1034 | /* Define to 1 if you have the `strdup' function. */ |
| 1035 | #define HAVE_STRDUP 1 |
| 1036 | |
| 1037 | /* Define to 1 if you have the `strftime' function. */ |
| 1038 | #define HAVE_STRFTIME 1 |
| 1039 | |
| 1040 | /* Define to 1 if you have the <strings.h> header file. */ |
| 1041 | #define HAVE_STRINGS_H 1 |
| 1042 | |
| 1043 | /* Define to 1 if you have the <string.h> header file. */ |
| 1044 | #define HAVE_STRING_H 1 |
| 1045 | |
| 1046 | /* Define to 1 if you have the `strlcpy' function. */ |
| 1047 | /* #undef HAVE_STRLCPY */ |
| 1048 | |
| 1049 | /* Define to 1 if you have the <stropts.h> header file. */ |
| 1050 | /* #undef HAVE_STROPTS_H */ |
| 1051 | |
| 1052 | /* Define to 1 if you have the `strsignal' function. */ |
| 1053 | #define HAVE_STRSIGNAL 1 |
| 1054 | |
| 1055 | /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */ |
| 1056 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 |
| 1057 | |
| 1058 | /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */ |
| 1059 | #define HAVE_STRUCT_PASSWD_PW_PASSWD 1 |
| 1060 | |
| 1061 | /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ |
| 1062 | /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */ |
| 1063 | |
| 1064 | /* Define to 1 if `st_blksize' is a member of `struct stat'. */ |
| 1065 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 |
| 1066 | |
| 1067 | /* Define to 1 if `st_blocks' is a member of `struct stat'. */ |
| 1068 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 |
| 1069 | |
| 1070 | /* Define to 1 if `st_flags' is a member of `struct stat'. */ |
| 1071 | /* #undef HAVE_STRUCT_STAT_ST_FLAGS */ |
| 1072 | |
| 1073 | /* Define to 1 if `st_gen' is a member of `struct stat'. */ |
| 1074 | /* #undef HAVE_STRUCT_STAT_ST_GEN */ |
| 1075 | |
| 1076 | /* Define to 1 if `st_rdev' is a member of `struct stat'. */ |
| 1077 | #define HAVE_STRUCT_STAT_ST_RDEV 1 |
| 1078 | |
| 1079 | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
| 1080 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| 1081 | |
| 1082 | /* Define if you have the 'symlink' function. */ |
| 1083 | #define HAVE_SYMLINK 1 |
| 1084 | |
| 1085 | /* Define to 1 if you have the `symlinkat' function. */ |
| 1086 | #define HAVE_SYMLINKAT 1 |
| 1087 | |
| 1088 | /* Define to 1 if you have the `sync' function. */ |
| 1089 | #define HAVE_SYNC 1 |
| 1090 | |
| 1091 | /* Define to 1 if you have the `sysconf' function. */ |
| 1092 | #define HAVE_SYSCONF 1 |
| 1093 | |
| 1094 | /* Define to 1 if you have the <sysexits.h> header file. */ |
| 1095 | #define HAVE_SYSEXITS_H 1 |
| 1096 | |
| 1097 | /* Define to 1 if you have the <sys/audioio.h> header file. */ |
| 1098 | /* #undef HAVE_SYS_AUDIOIO_H */ |
| 1099 | |
| 1100 | /* Define to 1 if you have the <sys/bsdtty.h> header file. */ |
| 1101 | /* #undef HAVE_SYS_BSDTTY_H */ |
| 1102 | |
| 1103 | /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
| 1104 | /* #undef HAVE_SYS_DEVPOLL_H */ |
| 1105 | |
| 1106 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 1107 | */ |
| 1108 | /* #undef HAVE_SYS_DIR_H */ |
| 1109 | |
| 1110 | /* Define to 1 if you have the <sys/endian.h> header file. */ |
| 1111 | /* #undef HAVE_SYS_ENDIAN_H */ |
| 1112 | |
| 1113 | /* Define to 1 if you have the <sys/epoll.h> header file. */ |
| 1114 | #define HAVE_SYS_EPOLL_H 1 |
| 1115 | |
| 1116 | /* Define to 1 if you have the <sys/event.h> header file. */ |
| 1117 | /* #undef HAVE_SYS_EVENT_H */ |
| 1118 | |
| 1119 | /* Define to 1 if you have the <sys/file.h> header file. */ |
| 1120 | #define HAVE_SYS_FILE_H 1 |
| 1121 | |
| 1122 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 1123 | #define HAVE_SYS_IOCTL_H 1 |
| 1124 | |
| 1125 | /* Define to 1 if you have the <sys/kern_control.h> header file. */ |
| 1126 | /* #undef HAVE_SYS_KERN_CONTROL_H */ |
| 1127 | |
| 1128 | /* Define to 1 if you have the <sys/loadavg.h> header file. */ |
| 1129 | /* #undef HAVE_SYS_LOADAVG_H */ |
| 1130 | |
| 1131 | /* Define to 1 if you have the <sys/lock.h> header file. */ |
| 1132 | /* #undef HAVE_SYS_LOCK_H */ |
| 1133 | |
| 1134 | /* Define to 1 if you have the <sys/memfd.h> header file. */ |
| 1135 | /* #undef HAVE_SYS_MEMFD_H */ |
| 1136 | |
| 1137 | /* Define to 1 if you have the <sys/mkdev.h> header file. */ |
| 1138 | /* #undef HAVE_SYS_MKDEV_H */ |
| 1139 | |
| 1140 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 1141 | #define HAVE_SYS_MMAN_H 1 |
| 1142 | |
| 1143 | /* Define to 1 if you have the <sys/modem.h> header file. */ |
| 1144 | /* #undef HAVE_SYS_MODEM_H */ |
| 1145 | |
| 1146 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 1147 | */ |
| 1148 | /* #undef HAVE_SYS_NDIR_H */ |
| 1149 | |
| 1150 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 1151 | #define HAVE_SYS_PARAM_H 1 |
| 1152 | |
| 1153 | /* Define to 1 if you have the <sys/poll.h> header file. */ |
| 1154 | #define HAVE_SYS_POLL_H 1 |
| 1155 | |
| 1156 | /* Define to 1 if you have the <sys/random.h> header file. */ |
| 1157 | /* #undef HAVE_SYS_RANDOM_H */ |
| 1158 | |
| 1159 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 1160 | #define HAVE_SYS_RESOURCE_H 1 |
| 1161 | |
| 1162 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 1163 | #define HAVE_SYS_SELECT_H 1 |
| 1164 | |
| 1165 | /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
| 1166 | #define HAVE_SYS_SENDFILE_H 1 |
| 1167 | |
| 1168 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 1169 | #define HAVE_SYS_SOCKET_H 1 |
| 1170 | |
| 1171 | /* Define to 1 if you have the <sys/statvfs.h> header file. */ |
| 1172 | #define HAVE_SYS_STATVFS_H 1 |
| 1173 | |
| 1174 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 1175 | #define HAVE_SYS_STAT_H 1 |
| 1176 | |
| 1177 | /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 1178 | #define HAVE_SYS_SYSCALL_H 1 |
| 1179 | |
| 1180 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */ |
| 1181 | #define HAVE_SYS_SYSMACROS_H 1 |
| 1182 | |
| 1183 | /* Define to 1 if you have the <sys/sys_domain.h> header file. */ |
| 1184 | /* #undef HAVE_SYS_SYS_DOMAIN_H */ |
| 1185 | |
| 1186 | /* Define to 1 if you have the <sys/termio.h> header file. */ |
| 1187 | /* #undef HAVE_SYS_TERMIO_H */ |
| 1188 | |
| 1189 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| 1190 | #define HAVE_SYS_TIMES_H 1 |
| 1191 | |
| 1192 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 1193 | #define HAVE_SYS_TIME_H 1 |
| 1194 | |
| 1195 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 1196 | #define HAVE_SYS_TYPES_H 1 |
| 1197 | |
| 1198 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
| 1199 | #define HAVE_SYS_UIO_H 1 |
| 1200 | |
| 1201 | /* Define to 1 if you have the <sys/un.h> header file. */ |
| 1202 | #define HAVE_SYS_UN_H 1 |
| 1203 | |
| 1204 | /* Define to 1 if you have the <sys/utsname.h> header file. */ |
| 1205 | #define HAVE_SYS_UTSNAME_H 1 |
| 1206 | |
| 1207 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 1208 | #define HAVE_SYS_WAIT_H 1 |
| 1209 | |
| 1210 | /* Define to 1 if you have the <sys/xattr.h> header file. */ |
| 1211 | #define HAVE_SYS_XATTR_H 1 |
| 1212 | |
| 1213 | /* Define to 1 if you have the `tcgetpgrp' function. */ |
| 1214 | #define HAVE_TCGETPGRP 1 |
| 1215 | |
| 1216 | /* Define to 1 if you have the `tcsetpgrp' function. */ |
| 1217 | #define HAVE_TCSETPGRP 1 |
| 1218 | |
| 1219 | /* Define to 1 if you have the `tempnam' function. */ |
| 1220 | #define HAVE_TEMPNAM 1 |
| 1221 | |
| 1222 | /* Define to 1 if you have the <termios.h> header file. */ |
| 1223 | #define HAVE_TERMIOS_H 1 |
| 1224 | |
| 1225 | /* Define to 1 if you have the <term.h> header file. */ |
| 1226 | #define HAVE_TERM_H 1 |
| 1227 | |
| 1228 | /* Define to 1 if you have the `tgamma' function. */ |
| 1229 | #define HAVE_TGAMMA 1 |
| 1230 | |
| 1231 | /* Define to 1 if you have the `timegm' function. */ |
| 1232 | #define HAVE_TIMEGM 1 |
| 1233 | |
| 1234 | /* Define to 1 if you have the `times' function. */ |
| 1235 | #define HAVE_TIMES 1 |
| 1236 | |
| 1237 | /* Define to 1 if you have the `tmpfile' function. */ |
| 1238 | #define HAVE_TMPFILE 1 |
| 1239 | |
| 1240 | /* Define to 1 if you have the `tmpnam' function. */ |
| 1241 | #define HAVE_TMPNAM 1 |
| 1242 | |
| 1243 | /* Define to 1 if you have the `tmpnam_r' function. */ |
| 1244 | #define HAVE_TMPNAM_R 1 |
| 1245 | |
| 1246 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
| 1247 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
| 1248 | #define HAVE_TM_ZONE 1 |
| 1249 | |
| 1250 | /* Define to 1 if you have the `truncate' function. */ |
| 1251 | #define HAVE_TRUNCATE 1 |
| 1252 | |
| 1253 | /* Define to 1 if you don't have `tm_zone' but do have the external array |
| 1254 | `tzname'. */ |
| 1255 | /* #undef HAVE_TZNAME */ |
| 1256 | |
| 1257 | /* Define this if you have tcl and TCL_UTF_MAX==6 */ |
| 1258 | /* #undef HAVE_UCS4_TCL */ |
| 1259 | |
| 1260 | /* Define to 1 if you have the `uname' function. */ |
| 1261 | #define HAVE_UNAME 1 |
| 1262 | |
| 1263 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 1264 | #define HAVE_UNISTD_H 1 |
| 1265 | |
| 1266 | /* Define to 1 if you have the `unlinkat' function. */ |
| 1267 | #define HAVE_UNLINKAT 1 |
| 1268 | |
| 1269 | /* Define to 1 if you have the `unsetenv' function. */ |
| 1270 | #define HAVE_UNSETENV 1 |
| 1271 | |
| 1272 | /* Define if you have a useable wchar_t type defined in wchar.h; useable means |
| 1273 | wchar_t must be an unsigned type with at least 16 bits. (see |
| 1274 | Include/unicodeobject.h). */ |
| 1275 | /* #undef HAVE_USABLE_WCHAR_T */ |
| 1276 | |
| 1277 | /* Define to 1 if you have the <util.h> header file. */ |
| 1278 | /* #undef HAVE_UTIL_H */ |
| 1279 | |
| 1280 | /* Define to 1 if you have the `utimensat' function. */ |
| 1281 | #define HAVE_UTIMENSAT 1 |
| 1282 | |
| 1283 | /* Define to 1 if you have the `utimes' function. */ |
| 1284 | #define HAVE_UTIMES 1 |
| 1285 | |
| 1286 | /* Define to 1 if you have the <utime.h> header file. */ |
| 1287 | #define HAVE_UTIME_H 1 |
| 1288 | |
| 1289 | /* Define if uuid_create() exists. */ |
| 1290 | /* #undef HAVE_UUID_CREATE */ |
| 1291 | |
| 1292 | /* Define if uuid_enc_be() exists. */ |
| 1293 | /* #undef HAVE_UUID_ENC_BE */ |
| 1294 | |
| 1295 | /* Define if uuid_generate_time_safe() exists. */ |
| 1296 | /* #undef HAVE_UUID_GENERATE_TIME_SAFE */ |
| 1297 | |
| 1298 | /* Define to 1 if you have the <uuid.h> header file. */ |
| 1299 | /* #undef HAVE_UUID_H */ |
| 1300 | |
| 1301 | /* Define to 1 if you have the <uuid/uuid.h> header file. */ |
| 1302 | /* #undef HAVE_UUID_UUID_H */ |
| 1303 | |
| 1304 | /* Define to 1 if you have the `wait3' function. */ |
| 1305 | /* #undef HAVE_WAIT3 */ |
| 1306 | |
| 1307 | /* Define to 1 if you have the `wait4' function. */ |
| 1308 | #define HAVE_WAIT4 1 |
| 1309 | |
| 1310 | /* Define to 1 if you have the `waitid' function. */ |
| 1311 | #define HAVE_WAITID 1 |
| 1312 | |
| 1313 | /* Define to 1 if you have the `waitpid' function. */ |
| 1314 | #define HAVE_WAITPID 1 |
| 1315 | |
| 1316 | /* Define if the compiler provides a wchar.h header file. */ |
| 1317 | #define HAVE_WCHAR_H 1 |
| 1318 | |
| 1319 | /* Define to 1 if you have the `wcscoll' function. */ |
| 1320 | #define HAVE_WCSCOLL 1 |
| 1321 | |
| 1322 | /* Define to 1 if you have the `wcsftime' function. */ |
| 1323 | #define HAVE_WCSFTIME 1 |
| 1324 | |
| 1325 | /* Define to 1 if you have the `wcsxfrm' function. */ |
| 1326 | #define HAVE_WCSXFRM 1 |
| 1327 | |
| 1328 | /* Define to 1 if you have the `wmemcmp' function. */ |
| 1329 | #define HAVE_WMEMCMP 1 |
| 1330 | |
| 1331 | /* Define if tzset() actually switches the local timezone in a meaningful way. |
| 1332 | */ |
| 1333 | #define HAVE_WORKING_TZSET 1 |
| 1334 | |
| 1335 | /* Define to 1 if you have the `writev' function. */ |
| 1336 | #define HAVE_WRITEV 1 |
| 1337 | |
| 1338 | /* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */ |
| 1339 | /* #undef HAVE_X509_VERIFY_PARAM_SET1_HOST */ |
| 1340 | |
| 1341 | /* Define if the zlib library has inflateCopy */ |
| 1342 | #define HAVE_ZLIB_COPY 1 |
| 1343 | |
| 1344 | /* Define to 1 if you have the `_getpty' function. */ |
| 1345 | /* #undef HAVE__GETPTY */ |
| 1346 | |
| 1347 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. |
| 1348 | */ |
| 1349 | /* #undef MAJOR_IN_MKDEV */ |
| 1350 | |
| 1351 | /* Define to 1 if `major', `minor', and `makedev' are declared in |
| 1352 | <sysmacros.h>. */ |
| 1353 | /* #undef MAJOR_IN_SYSMACROS */ |
| 1354 | |
| 1355 | /* Define if mvwdelch in curses.h is an expression. */ |
| 1356 | #define MVWDELCH_IS_EXPRESSION 1 |
| 1357 | |
| 1358 | /* Define to the address where bug reports for this package should be sent. */ |
| 1359 | /* #undef PACKAGE_BUGREPORT */ |
| 1360 | |
| 1361 | /* Define to the full name of this package. */ |
| 1362 | /* #undef PACKAGE_NAME */ |
| 1363 | |
| 1364 | /* Define to the full name and version of this package. */ |
| 1365 | /* #undef PACKAGE_STRING */ |
| 1366 | |
| 1367 | /* Define to the one symbol short name of this package. */ |
| 1368 | /* #undef PACKAGE_TARNAME */ |
| 1369 | |
| 1370 | /* Define to the home page for this package. */ |
| 1371 | /* #undef PACKAGE_URL */ |
| 1372 | |
| 1373 | /* Define to the version of this package. */ |
| 1374 | /* #undef PACKAGE_VERSION */ |
| 1375 | |
| 1376 | /* Define if POSIX semaphores aren't enabled on your system */ |
| 1377 | /* #undef POSIX_SEMAPHORES_NOT_ENABLED */ |
| 1378 | |
| 1379 | /* Define if pthread_key_t is compatible with int. */ |
| 1380 | #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 |
| 1381 | |
| 1382 | /* Defined if PTHREAD_SCOPE_SYSTEM supported. */ |
| 1383 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 |
| 1384 | |
| 1385 | /* Define as the preferred size in bits of long digits */ |
| 1386 | /* #undef PYLONG_BITS_IN_DIGIT */ |
| 1387 | |
| 1388 | /* Define if you want to coerce the C locale to a UTF-8 based locale */ |
| 1389 | #define PY_COERCE_C_LOCALE 1 |
| 1390 | |
| 1391 | /* Define to printf format modifier for Py_ssize_t */ |
| 1392 | #define PY_FORMAT_SIZE_T "z" |
| 1393 | |
| 1394 | /* Default cipher suites list for ssl module. 1: Python's preferred selection, |
| 1395 | 2: leave OpenSSL defaults untouched, 0: custom string */ |
| 1396 | #define PY_SSL_DEFAULT_CIPHERS 1 |
| 1397 | |
| 1398 | /* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */ |
| 1399 | /* #undef PY_SSL_DEFAULT_CIPHER_STRING */ |
| 1400 | |
| 1401 | /* Define if you want to build an interpreter with many run-time checks. */ |
| 1402 | /* #undef Py_DEBUG */ |
| 1403 | |
| 1404 | /* Defined if Python is built as a shared library. */ |
| 1405 | /* #undef Py_ENABLE_SHARED */ |
| 1406 | |
| 1407 | /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2, |
| 1408 | externally defined: 0 */ |
| 1409 | /* #undef Py_HASH_ALGORITHM */ |
| 1410 | |
| 1411 | /* Define if you want to enable tracing references for debugging purpose */ |
| 1412 | /* #undef Py_TRACE_REFS */ |
| 1413 | |
| 1414 | /* assume C89 semantics that RETSIGTYPE is always void */ |
| 1415 | #define RETSIGTYPE void |
| 1416 | |
| 1417 | /* Define if setpgrp() must be called as setpgrp(0, 0). */ |
| 1418 | /* #undef SETPGRP_HAVE_ARG */ |
| 1419 | |
| 1420 | /* Define to 1 if you must link with -lrt for shm_open(). */ |
| 1421 | #define SHM_NEEDS_LIBRT 1 |
| 1422 | |
| 1423 | /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ |
| 1424 | /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */ |
| 1425 | |
| 1426 | /* The size of `double', as computed by sizeof. */ |
| 1427 | #define SIZEOF_DOUBLE 8 |
| 1428 | |
| 1429 | /* The size of `float', as computed by sizeof. */ |
| 1430 | #define SIZEOF_FLOAT 4 |
| 1431 | |
| 1432 | /* The size of `fpos_t', as computed by sizeof. */ |
| 1433 | #define SIZEOF_FPOS_T 8 |
| 1434 | |
| 1435 | /* The size of `int', as computed by sizeof. */ |
| 1436 | #define SIZEOF_INT 4 |
| 1437 | |
| 1438 | /* The size of `long', as computed by sizeof. */ |
| 1439 | #ifdef __LP64__ |
| 1440 | #define SIZEOF_LONG 8 |
| 1441 | #else |
| 1442 | #define SIZEOF_LONG 4 |
| 1443 | #endif |
| 1444 | |
| 1445 | /* The size of `long double', as computed by sizeof. */ |
| 1446 | #define SIZEOF_LONG_DOUBLE (SIZEOF_LONG * 2) |
| 1447 | |
| 1448 | /* The size of `long long', as computed by sizeof. */ |
| 1449 | #define SIZEOF_LONG_LONG 8 |
| 1450 | |
| 1451 | /* The size of `off_t', as computed by sizeof. */ |
| 1452 | #define SIZEOF_OFF_T 8 |
| 1453 | |
| 1454 | /* The size of `pid_t', as computed by sizeof. */ |
| 1455 | #define SIZEOF_PID_T 4 |
| 1456 | |
| 1457 | /* The size of `pthread_key_t', as computed by sizeof. */ |
| 1458 | #define SIZEOF_PTHREAD_KEY_T 4 |
| 1459 | |
| 1460 | /* The size of `pthread_t', as computed by sizeof. */ |
| 1461 | #define SIZEOF_PTHREAD_T SIZEOF_LONG |
| 1462 | |
| 1463 | /* The size of `short', as computed by sizeof. */ |
| 1464 | #define SIZEOF_SHORT 2 |
| 1465 | |
| 1466 | /* The size of `size_t', as computed by sizeof. */ |
| 1467 | #define SIZEOF_SIZE_T SIZEOF_LONG |
| 1468 | |
| 1469 | /* The size of `time_t', as computed by sizeof. */ |
| 1470 | #define SIZEOF_TIME_T SIZEOF_LONG |
| 1471 | |
| 1472 | /* The size of `uintptr_t', as computed by sizeof. */ |
| 1473 | #define SIZEOF_UINTPTR_T SIZEOF_LONG |
| 1474 | |
| 1475 | /* The size of `void *', as computed by sizeof. */ |
| 1476 | #define SIZEOF_VOID_P SIZEOF_LONG |
| 1477 | |
| 1478 | /* The size of `wchar_t', as computed by sizeof. */ |
| 1479 | #define SIZEOF_WCHAR_T 4 |
| 1480 | |
| 1481 | /* The size of `_Bool', as computed by sizeof. */ |
| 1482 | #define SIZEOF__BOOL 1 |
| 1483 | |
| 1484 | /* Define to 1 if you have the ANSI C header files. */ |
| 1485 | #define STDC_HEADERS 1 |
| 1486 | |
| 1487 | /* Define if you can safely include both <sys/select.h> and <sys/time.h> |
| 1488 | (which you can't on SCO ODT 3.0). */ |
| 1489 | #define SYS_SELECT_WITH_SYS_TIME 1 |
| 1490 | |
| 1491 | /* Library needed by timemodule.c: librt may be needed for clock_gettime() */ |
| 1492 | /* #undef TIMEMODULE_LIB */ |
| 1493 | |
| 1494 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 1495 | #define TIME_WITH_SYS_TIME 1 |
| 1496 | |
| 1497 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 1498 | /* #undef TM_IN_SYS_TIME */ |
| 1499 | |
| 1500 | /* Define if you want to use computed gotos in ceval.c. */ |
| 1501 | /* #undef USE_COMPUTED_GOTOS */ |
| 1502 | |
| 1503 | /* Enable extensions on AIX 3, Interix. */ |
| 1504 | #ifndef _ALL_SOURCE |
| 1505 | # define _ALL_SOURCE 1 |
| 1506 | #endif |
| 1507 | /* Enable GNU extensions on systems that have them. */ |
| 1508 | #ifndef _GNU_SOURCE |
| 1509 | # define _GNU_SOURCE 1 |
| 1510 | #endif |
| 1511 | /* Enable threading extensions on Solaris. */ |
| 1512 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 1513 | # define _POSIX_PTHREAD_SEMANTICS 1 |
| 1514 | #endif |
| 1515 | /* Enable extensions on HP NonStop. */ |
| 1516 | #ifndef _TANDEM_SOURCE |
| 1517 | # define _TANDEM_SOURCE 1 |
| 1518 | #endif |
| 1519 | /* Enable general extensions on Solaris. */ |
| 1520 | #ifndef __EXTENSIONS__ |
| 1521 | # define __EXTENSIONS__ 1 |
| 1522 | #endif |
| 1523 | |
| 1524 | |
| 1525 | /* Define if WINDOW in curses.h offers a field _flags. */ |
| 1526 | #define WINDOW_HAS_FLAGS 1 |
| 1527 | |
| 1528 | /* Define if you want documentation strings in extension modules */ |
| 1529 | #define WITH_DOC_STRINGS 1 |
| 1530 | |
| 1531 | /* Define if you want to compile in DTrace support */ |
| 1532 | /* #undef WITH_DTRACE */ |
| 1533 | |
| 1534 | /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic |
| 1535 | linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). |
| 1536 | Dyld is necessary to support frameworks. */ |
| 1537 | /* #undef WITH_DYLD */ |
| 1538 | |
| 1539 | /* Define to 1 if libintl is needed for locale functions. */ |
| 1540 | /* #undef WITH_LIBINTL */ |
| 1541 | |
| 1542 | /* Define if you want to produce an OpenStep/Rhapsody framework (shared |
| 1543 | library plus accessory files). */ |
| 1544 | /* #undef WITH_NEXT_FRAMEWORK */ |
| 1545 | |
| 1546 | /* Define if you want to compile in Python-specific mallocs */ |
| 1547 | #define WITH_PYMALLOC 1 |
| 1548 | |
| 1549 | /* Define if you want pymalloc to be disabled when running under valgrind */ |
| 1550 | /* #undef WITH_VALGRIND */ |
| 1551 | |
| 1552 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 1553 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 1554 | #if defined AC_APPLE_UNIVERSAL_BUILD |
| 1555 | # if defined __BIG_ENDIAN__ |
| 1556 | # define WORDS_BIGENDIAN 1 |
| 1557 | # endif |
| 1558 | #else |
| 1559 | # ifndef WORDS_BIGENDIAN |
| 1560 | /* # undef WORDS_BIGENDIAN */ |
| 1561 | # endif |
| 1562 | #endif |
| 1563 | |
| 1564 | /* Define if arithmetic is subject to x87-style double rounding issue */ |
| 1565 | /* #undef X87_DOUBLE_ROUNDING */ |
| 1566 | |
| 1567 | /* Define on OpenBSD to activate all library features */ |
| 1568 | /* #undef _BSD_SOURCE */ |
| 1569 | |
| 1570 | /* Define on Darwin to activate all library features */ |
| 1571 | #define _DARWIN_C_SOURCE 1 |
| 1572 | |
| 1573 | /* This must be set to 64 on some systems to enable large file support. */ |
| 1574 | #define _FILE_OFFSET_BITS 64 |
| 1575 | |
| 1576 | /* Define on Linux to activate all library features */ |
| 1577 | #define _GNU_SOURCE 1 |
| 1578 | |
| 1579 | /* Define to include mbstate_t for mbrtowc */ |
| 1580 | /* #undef _INCLUDE__STDC_A1_SOURCE */ |
| 1581 | |
| 1582 | /* This must be defined on some systems to enable large file support. */ |
| 1583 | #define _LARGEFILE_SOURCE 1 |
| 1584 | |
| 1585 | /* This must be defined on AIX systems to enable large file support. */ |
| 1586 | /* #undef _LARGE_FILES */ |
| 1587 | |
| 1588 | /* Define to 1 if on MINIX. */ |
| 1589 | /* #undef _MINIX */ |
| 1590 | |
| 1591 | /* Define on NetBSD to activate all library features */ |
| 1592 | #define _NETBSD_SOURCE 1 |
| 1593 | |
| 1594 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 1595 | this defined. */ |
| 1596 | /* #undef _POSIX_1_SOURCE */ |
| 1597 | |
| 1598 | /* Define to activate features from IEEE Stds 1003.1-2008 */ |
| 1599 | #define _POSIX_C_SOURCE 200809L |
| 1600 | |
| 1601 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 1602 | /* #undef _POSIX_SOURCE */ |
| 1603 | |
| 1604 | /* Define if you have POSIX threads, and your system does not define that. */ |
| 1605 | /* #undef _POSIX_THREADS */ |
| 1606 | |
| 1607 | /* framework name */ |
| 1608 | #define _PYTHONFRAMEWORK "" |
| 1609 | |
| 1610 | /* Define to force use of thread-safe errno, h_errno, and other functions */ |
| 1611 | /* #undef _REENTRANT */ |
| 1612 | |
| 1613 | /* Define to the level of X/Open that your system supports */ |
| 1614 | #define _XOPEN_SOURCE 700 |
| 1615 | |
| 1616 | /* Define to activate Unix95-and-earlier features */ |
| 1617 | #define _XOPEN_SOURCE_EXTENDED 1 |
| 1618 | |
| 1619 | /* Define on FreeBSD to activate all library features */ |
| 1620 | #define __BSD_VISIBLE 1 |
| 1621 | |
| 1622 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
| 1623 | #ifndef __CHAR_UNSIGNED__ |
| 1624 | /* # undef __CHAR_UNSIGNED__ */ |
| 1625 | #endif |
| 1626 | |
| 1627 | /* Define to 'long' if <time.h> doesn't define. */ |
| 1628 | /* #undef clock_t */ |
| 1629 | |
| 1630 | /* Define to empty if `const' does not conform to ANSI C. */ |
| 1631 | /* #undef const */ |
| 1632 | |
| 1633 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1634 | /* #undef gid_t */ |
| 1635 | |
| 1636 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1637 | /* #undef mode_t */ |
| 1638 | |
| 1639 | /* Define to `long int' if <sys/types.h> does not define. */ |
| 1640 | /* #undef off_t */ |
| 1641 | |
| 1642 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1643 | /* #undef pid_t */ |
| 1644 | |
| 1645 | /* Define to empty if the keyword does not work. */ |
| 1646 | /* #undef signed */ |
| 1647 | |
| 1648 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 1649 | /* #undef size_t */ |
| 1650 | |
| 1651 | /* Define to `int' if <sys/socket.h> does not define. */ |
| 1652 | /* #undef socklen_t */ |
| 1653 | |
| 1654 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1655 | /* #undef uid_t */ |
| 1656 | |
| 1657 | |
| 1658 | /* Define the macros needed if on a UnixWare 7.x system. */ |
| 1659 | #if defined(__USLC__) && defined(__SCO_VERSION__) |
| 1660 | #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ |
| 1661 | #endif |
| 1662 | |
| 1663 | #endif /*Py_PYCONFIG_H*/ |
| 1664 | |