pyconfig.h.in 43.4 KB
Newer Older
1
/* pyconfig.h.in.  Generated from configure.ac by autoheader.  */
2

3 4 5 6 7

#ifndef Py_PYCONFIG_H
#define Py_PYCONFIG_H


8 9 10
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

11 12 13
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
   support for AIX C++ shared extension modules. */
#undef AIX_GENUINE_CPLUSPLUS
14

15 16 17 18
/* Alternative SOABI used in debug build to load C extensions built in release
   mode */
#undef ALT_SOABI

19 20 21
/* The Android API level. */
#undef ANDROID_API_LEVEL

22 23 24 25 26 27 28 29 30 31 32 33
/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
   mixed-endian order (byte order 45670123) */
#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754

/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
   significant byte first */
#undef DOUBLE_IS_BIG_ENDIAN_IEEE754

/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
   least significant byte first */
#undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754

34 35 36
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6

37 38 39 40
/* Define to 1 if your system stores words within floats with the most
   significant word first */
#undef FLOAT_WORDS_BIGENDIAN

Benjamin Peterson's avatar
Benjamin Peterson committed
41
/* Define if flock needs to be linked with bsd library. */
42 43
#undef FLOCK_NEEDS_LIBBSD

44 45
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
46

47 48 49
/* Define if gettimeofday() does not have second (timezone) argument This is
   the case on Motorola V4 (R40V4.2) */
#undef GETTIMEOFDAY_NO_TZ
50

51 52 53
/* Define to 1 if you have the `accept4' function. */
#undef HAVE_ACCEPT4

54 55 56
/* Define to 1 if you have the `acosh' function. */
#undef HAVE_ACOSH

57 58
/* struct addrinfo (netdb.h) */
#undef HAVE_ADDRINFO
Guido van Rossum's avatar
Guido van Rossum committed
59

60 61
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
62

63 64 65
/* Define if aligned memory access is required */
#undef HAVE_ALIGNED_REQUIRED

66 67 68
/* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H

69 70
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE
71

72 73 74
/* Define to 1 if you have the `asinh' function. */
#undef HAVE_ASINH

75 76 77
/* Define to 1 if you have the <asm/types.h> header file. */
#undef HAVE_ASM_TYPES_H

78 79 80
/* Define to 1 if you have the `atanh' function. */
#undef HAVE_ATANH

81 82 83
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

84 85 86
/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_BLUETOOTH_H

87 88 89
/* Define to 1 if you have the <bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_H

90 91 92 93
/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
   chars that would be converted. */
#undef HAVE_BROKEN_MBSTOWCS

94 95
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
96

Benjamin Peterson's avatar
Benjamin Peterson committed
97 98 99
/* Define if the system reports an invalid PIPE_BUF value. */
#undef HAVE_BROKEN_PIPE_BUF

100 101 102
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL

103 104 105
/* Define if the Posix semaphores do not work on your system */
#undef HAVE_BROKEN_POSIX_SEMAPHORES

106 107 108
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK

109 110 111
/* define to 1 if your sem_getvalue is broken. */
#undef HAVE_BROKEN_SEM_GETVALUE

112 113 114
/* Define if `unsetenv` does not return an int. */
#undef HAVE_BROKEN_UNSETENV

115 116 117
/* Has builtin atomics */
#undef HAVE_BUILTIN_ATOMIC

118
/* Define to 1 if you have the 'chflags' function. */
119 120
#undef HAVE_CHFLAGS

121
/* Define to 1 if you have the `chown' function. */
122 123
#undef HAVE_CHOWN

124
/* Define if you have the 'chroot' function. */
125 126
#undef HAVE_CHROOT

127
/* Define to 1 if you have the `clock' function. */
128 129
#undef HAVE_CLOCK

130 131 132 133 134 135
/* Define to 1 if you have the `clock_getres' function. */
#undef HAVE_CLOCK_GETRES

/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME

136 137 138
/* Define to 1 if you have the `clock_settime' function. */
#undef HAVE_CLOCK_SETTIME

139 140 141
/* Define if the C compiler supports computed gotos. */
#undef HAVE_COMPUTED_GOTOS

142
/* Define to 1 if you have the `confstr' function. */
143 144
#undef HAVE_CONFSTR

145 146 147
/* Define to 1 if you have the <conio.h> header file. */
#undef HAVE_CONIO_H

148 149 150
/* Define to 1 if you have the `copysign' function. */
#undef HAVE_COPYSIGN

151 152 153
/* Define to 1 if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H

154 155 156
/* Define if you have the crypt_r() function. */
#undef HAVE_CRYPT_R

157
/* Define to 1 if you have the `ctermid' function. */
158 159
#undef HAVE_CTERMID

160
/* Define if you have the 'ctermid_r' function. */
161 162
#undef HAVE_CTERMID_R

163 164 165
/* Define if you have the 'filter' function. */
#undef HAVE_CURSES_FILTER

166 167 168
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H

169 170 171 172 173 174
/* Define if you have the 'has_key' function. */
#undef HAVE_CURSES_HAS_KEY

/* Define if you have the 'immedok' function. */
#undef HAVE_CURSES_IMMEDOK

175 176 177
/* Define if you have the 'is_pad' function or macro. */
#undef HAVE_CURSES_IS_PAD

178 179 180 181 182 183 184 185 186
/* Define if you have the 'is_term_resized' function. */
#undef HAVE_CURSES_IS_TERM_RESIZED

/* Define if you have the 'resizeterm' function. */
#undef HAVE_CURSES_RESIZETERM

/* Define if you have the 'resize_term' function. */
#undef HAVE_CURSES_RESIZE_TERM

187 188 189 190 191 192 193 194 195
/* Define if you have the 'syncok' function. */
#undef HAVE_CURSES_SYNCOK

/* Define if you have the 'typeahead' function. */
#undef HAVE_CURSES_TYPEAHEAD

/* Define if you have the 'use_env' function. */
#undef HAVE_CURSES_USE_ENV

196 197 198
/* Define if you have the 'wchgat' function. */
#undef HAVE_CURSES_WCHGAT

199 200 201 202 203 204 205 206 207 208 209 210
/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
   don't. */
#undef HAVE_DECL_ISFINITE

/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
   */
#undef HAVE_DECL_ISINF

/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
   */
#undef HAVE_DECL_ISNAN

211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
/* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_DEEPBIND

/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_GLOBAL

/* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_LAZY

/* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_LOCAL

227 228 229 230
/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_MEMBER

231 232 233 234 235 236 237 238 239 240 241 242
/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_NODELETE

/* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_NOLOAD

/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
   don't. */
#undef HAVE_DECL_RTLD_NOW

243 244 245 246
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
   */
#undef HAVE_DECL_TZNAME

247 248 249
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS

250
/* Define to 1 if you have the /dev/ptc device file. */
251 252
#undef HAVE_DEV_PTC

253
/* Define to 1 if you have the /dev/ptmx device file. */
254 255
#undef HAVE_DEV_PTMX

256 257 258
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H

259 260 261
/* Define to 1 if the dirent structure has a d_type field */
#undef HAVE_DIRENT_D_TYPE

262 263 264 265
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#undef HAVE_DIRENT_H

266
/* Define if you have the 'dirfd' function or macro. */
267 268
#undef HAVE_DIRFD

269 270 271 272
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the `dlopen' function. */
273 274
#undef HAVE_DLOPEN

275
/* Define to 1 if you have the `dup2' function. */
276 277
#undef HAVE_DUP2

278 279 280
/* Define to 1 if you have the `dup3' function. */
#undef HAVE_DUP3

281 282 283
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING

284 285 286
/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H

Christian Heimes's avatar
Christian Heimes committed
287 288 289
/* Define if you have the 'epoll' functions. */
#undef HAVE_EPOLL

290 291 292
/* Define if you have the 'epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1

293 294 295 296 297 298
/* Define to 1 if you have the `erf' function. */
#undef HAVE_ERF

/* Define to 1 if you have the `erfc' function. */
#undef HAVE_ERFC

299 300 301
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

302
/* Define to 1 if you have the `execv' function. */
303 304
#undef HAVE_EXECV

305 306 307
/* Define to 1 if you have the `expm1' function. */
#undef HAVE_EXPM1

308 309 310
/* Define to 1 if you have the `faccessat' function. */
#undef HAVE_FACCESSAT

311
/* Define if you have the 'fchdir' function. */
Fred Drake's avatar
Fred Drake committed
312 313
#undef HAVE_FCHDIR

314 315 316
/* Define to 1 if you have the `fchmod' function. */
#undef HAVE_FCHMOD

317 318 319
/* Define to 1 if you have the `fchmodat' function. */
#undef HAVE_FCHMODAT

320 321 322
/* Define to 1 if you have the `fchown' function. */
#undef HAVE_FCHOWN

323 324 325
/* Define to 1 if you have the `fchownat' function. */
#undef HAVE_FCHOWNAT

326 327 328
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

329
/* Define if you have the 'fdatasync' function. */
330 331
#undef HAVE_FDATASYNC

332 333 334
/* Define to 1 if you have the `fdopendir' function. */
#undef HAVE_FDOPENDIR

335 336 337
/* Define to 1 if you have the `fexecve' function. */
#undef HAVE_FEXECVE

338 339 340
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE

Benjamin Peterson's avatar
Benjamin Peterson committed
341
/* Define to 1 if you have the `flock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
342 343
#undef HAVE_FLOCK

344
/* Define to 1 if you have the `fork' function. */
345 346
#undef HAVE_FORK

347
/* Define to 1 if you have the `forkpty' function. */
348 349
#undef HAVE_FORKPTY

350
/* Define to 1 if you have the `fpathconf' function. */
351 352
#undef HAVE_FPATHCONF

353
/* Define to 1 if you have the `fseek64' function. */
354 355
#undef HAVE_FSEEK64

356
/* Define to 1 if you have the `fseeko' function. */
357 358
#undef HAVE_FSEEKO

359 360 361
/* Define to 1 if you have the `fstatat' function. */
#undef HAVE_FSTATAT

362
/* Define to 1 if you have the `fstatvfs' function. */
363 364
#undef HAVE_FSTATVFS

365 366 367
/* Define if you have the 'fsync' function. */
#undef HAVE_FSYNC

368
/* Define to 1 if you have the `ftell64' function. */
369 370
#undef HAVE_FTELL64

371
/* Define to 1 if you have the `ftello' function. */
372 373
#undef HAVE_FTELLO

374
/* Define to 1 if you have the `ftime' function. */
375 376
#undef HAVE_FTIME

377
/* Define to 1 if you have the `ftruncate' function. */
378 379
#undef HAVE_FTRUNCATE

380 381 382 383 384 385
/* Define to 1 if you have the `futimens' function. */
#undef HAVE_FUTIMENS

/* Define to 1 if you have the `futimes' function. */
#undef HAVE_FUTIMES

386 387 388
/* Define to 1 if you have the `futimesat' function. */
#undef HAVE_FUTIMESAT

389
/* Define to 1 if you have the `gai_strerror' function. */
390 391
#undef HAVE_GAI_STRERROR

392 393 394
/* Define to 1 if you have the `gamma' function. */
#undef HAVE_GAMMA

395 396 397
/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
#undef HAVE_GCC_ASM_FOR_MC68881

398 399 400
/* Define if we can use x64 gcc inline assembler */
#undef HAVE_GCC_ASM_FOR_X64

401 402 403 404
/* Define if we can use gcc inline assembler to get and set x87 control word
   */
#undef HAVE_GCC_ASM_FOR_X87

405 406 407
/* Define if your compiler provides __uint128_t */
#undef HAVE_GCC_UINT128_T

408 409 410 411 412 413
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO

/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED

414 415 416
/* Define to 1 if you have the `getentropy' function. */
#undef HAVE_GETENTROPY

417 418 419 420 421 422
/* Define to 1 if you have the `getgrgid_r' function. */
#undef HAVE_GETGRGID_R

/* Define to 1 if you have the `getgrnam_r' function. */
#undef HAVE_GETGRNAM_R

423 424 425
/* Define to 1 if you have the `getgrouplist' function. */
#undef HAVE_GETGROUPLIST

426
/* Define to 1 if you have the `getgroups' function. */
427 428
#undef HAVE_GETGROUPS

429
/* Define to 1 if you have the `gethostbyname' function. */
430 431
#undef HAVE_GETHOSTBYNAME

432 433 434 435 436 437 438 439 440 441 442 443
/* Define this if you have some version of gethostbyname_r() */
#undef HAVE_GETHOSTBYNAME_R

/* Define this if you have the 3-arg version of gethostbyname_r(). */
#undef HAVE_GETHOSTBYNAME_R_3_ARG

/* Define this if you have the 5-arg version of gethostbyname_r(). */
#undef HAVE_GETHOSTBYNAME_R_5_ARG

/* Define this if you have the 6-arg version of gethostbyname_r(). */
#undef HAVE_GETHOSTBYNAME_R_6_ARG

444 445 446
/* Define to 1 if you have the `getitimer' function. */
#undef HAVE_GETITIMER

447 448 449
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG

450
/* Define to 1 if you have the `getlogin' function. */
451 452
#undef HAVE_GETLOGIN

453
/* Define to 1 if you have the `getnameinfo' function. */
454 455
#undef HAVE_GETNAMEINFO

456 457 458
/* Define if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE

459
/* Define to 1 if you have the `getpeername' function. */
460
#undef HAVE_GETPEERNAME
461

462 463 464
/* Define to 1 if you have the `getpgid' function. */
#undef HAVE_GETPGID

465
/* Define to 1 if you have the `getpgrp' function. */
466 467
#undef HAVE_GETPGRP

468
/* Define to 1 if you have the `getpid' function. */
469 470
#undef HAVE_GETPID

471
/* Define to 1 if you have the `getpriority' function. */
472
#undef HAVE_GETPRIORITY
473

474
/* Define to 1 if you have the `getpwent' function. */
475 476
#undef HAVE_GETPWENT

477 478 479 480 481 482
/* Define to 1 if you have the `getpwnam_r' function. */
#undef HAVE_GETPWNAM_R

/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R

483 484 485
/* Define to 1 if the getrandom() function is available */
#undef HAVE_GETRANDOM

486 487 488
/* Define to 1 if the Linux getrandom() syscall is available */
#undef HAVE_GETRANDOM_SYSCALL

489 490 491 492 493 494
/* Define to 1 if you have the `getresgid' function. */
#undef HAVE_GETRESGID

/* Define to 1 if you have the `getresuid' function. */
#undef HAVE_GETRESUID

495 496 497
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID

498 499 500 501 502 503
/* Define to 1 if you have the `getspent' function. */
#undef HAVE_GETSPENT

/* Define to 1 if you have the `getspnam' function. */
#undef HAVE_GETSPNAM

504
/* Define to 1 if you have the `gettimeofday' function. */
505 506
#undef HAVE_GETTIMEOFDAY

507
/* Define to 1 if you have the `getwd' function. */
508 509
#undef HAVE_GETWD

510 511 512 513
/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
   bcopy. */
#undef HAVE_GLIBC_MEMMOVE_BUG

514 515 516
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

517
/* Define if you have the 'hstrerror' function. */
518 519
#undef HAVE_HSTRERROR

520 521 522
/* Define this if you have le64toh() */
#undef HAVE_HTOLE64

523
/* Define to 1 if you have the `hypot' function. */
524 525
#undef HAVE_HYPOT

526 527 528
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H

529
/* Define to 1 if you have the `if_nameindex' function. */
530 531
#undef HAVE_IF_NAMEINDEX

532
/* Define if you have the 'inet_aton' function. */
533 534
#undef HAVE_INET_ATON

535
/* Define if you have the 'inet_pton' function. */
536 537
#undef HAVE_INET_PTON

538 539 540
/* Define to 1 if you have the `initgroups' function. */
#undef HAVE_INITGROUPS

541 542 543
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

544 545 546
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H

547 548 549
/* Define if gcc has the ipa-pure-const bug. */
#undef HAVE_IPA_PURE_CONST_BUG

550
/* Define to 1 if you have the `kill' function. */
551 552
#undef HAVE_KILL

553
/* Define to 1 if you have the `killpg' function. */
554 555
#undef HAVE_KILLPG

Christian Heimes's avatar
Christian Heimes committed
556 557 558
/* Define if you have the 'kqueue' functions. */
#undef HAVE_KQUEUE

559 560 561 562 563 564 565 566 567
/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H

/* Defined to enable large file support when an off_t is bigger than a long
   and long long is available and at least as big as an off_t. You may need to
   add some flags for configuration and compilation to enable this mode. (For
   Solaris and Linux, the necessary defines are already defined.) */
#undef HAVE_LARGEFILE_SUPPORT

568
/* Define to 1 if you have the 'lchflags' function. */
569 570
#undef HAVE_LCHFLAGS

571 572 573
/* Define to 1 if you have the `lchmod' function. */
#undef HAVE_LCHMOD

574 575 576
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

577 578 579
/* Define to 1 if you have the `lgamma' function. */
#undef HAVE_LGAMMA

580 581 582 583 584 585 586 587 588 589 590 591
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL

/* Define to 1 if you have the `dld' library (-ldld). */
#undef HAVE_LIBDLD

/* Define to 1 if you have the `ieee' library (-lieee). */
#undef HAVE_LIBIEEE

/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H

592
/* Define if you have the readline library (-lreadline). */
593 594
#undef HAVE_LIBREADLINE

595 596 597
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

598 599 600
/* Define to 1 if you have the `sendfile' library (-lsendfile). */
#undef HAVE_LIBSENDFILE

601 602 603
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H

604
/* Define if you have the 'link' function. */
605 606
#undef HAVE_LINK

607 608 609
/* Define to 1 if you have the `linkat' function. */
#undef HAVE_LINKAT

610 611 612
/* Define to 1 if you have the <linux/can/bcm.h> header file. */
#undef HAVE_LINUX_CAN_BCM_H

613 614 615
/* Define to 1 if you have the <linux/can.h> header file. */
#undef HAVE_LINUX_CAN_H

616 617 618
/* Define if compiling using Linux 3.6 or later. */
#undef HAVE_LINUX_CAN_RAW_FD_FRAMES

619 620 621
/* Define to 1 if you have the <linux/can/raw.h> header file. */
#undef HAVE_LINUX_CAN_RAW_H

622 623 624
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H

625 626 627
/* Define to 1 if you have the <linux/qrtr.h> header file. */
#undef HAVE_LINUX_QRTR_H

628 629 630
/* Define to 1 if you have the <linux/random.h> header file. */
#undef HAVE_LINUX_RANDOM_H

631 632 633
/* Define to 1 if you have the <linux/tipc.h> header file. */
#undef HAVE_LINUX_TIPC_H

634 635 636
/* Define to 1 if you have the <linux/vm_sockets.h> header file. */
#undef HAVE_LINUX_VM_SOCKETS_H

637
/* Define to 1 if you have the `lockf' function. */
638 639
#undef HAVE_LOCKF

640 641 642
/* Define to 1 if you have the `log1p' function. */
#undef HAVE_LOG1P

643 644 645
/* Define to 1 if you have the `log2' function. */
#undef HAVE_LOG2

646
/* Define to 1 if the system has the type `long double'. */
647 648
#undef HAVE_LONG_DOUBLE

649
/* Define to 1 if you have the `lstat' function. */
650 651
#undef HAVE_LSTAT

652 653 654
/* Define to 1 if you have the `lutimes' function. */
#undef HAVE_LUTIMES

655 656 657
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV

658 659 660
/* Define to 1 if you have the `mbrtowc' function. */
#undef HAVE_MBRTOWC

661 662 663
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

664 665 666
/* Define to 1 if you have the `memrchr' function. */
#undef HAVE_MEMRCHR

667 668 669
/* Define to 1 if you have the `mkdirat' function. */
#undef HAVE_MKDIRAT

670
/* Define to 1 if you have the `mkfifo' function. */
671 672
#undef HAVE_MKFIFO

673 674 675
/* Define to 1 if you have the `mkfifoat' function. */
#undef HAVE_MKFIFOAT

676 677 678
/* Define to 1 if you have the `mknod' function. */
#undef HAVE_MKNOD

679 680 681
/* Define to 1 if you have the `mknodat' function. */
#undef HAVE_MKNODAT

682
/* Define to 1 if you have the `mktime' function. */
683 684
#undef HAVE_MKTIME

685 686 687
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP

688
/* Define to 1 if you have the `mremap' function. */
689 690
#undef HAVE_MREMAP

691 692 693 694 695 696 697 698 699
/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* Define to 1 if you have the <netpacket/packet.h> header file. */
#undef HAVE_NETPACKET_PACKET_H

700 701 702
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H

703
/* Define to 1 if you have the `nice' function. */
704
#undef HAVE_NICE
705

706 707 708
/* Define to 1 if you have the `openat' function. */
#undef HAVE_OPENAT

709
/* Define to 1 if you have the `openpty' function. */
710 711
#undef HAVE_OPENPTY

712
/* Define to 1 if you have the `pathconf' function. */
713 714
#undef HAVE_PATHCONF

715
/* Define to 1 if you have the `pause' function. */
716 717
#undef HAVE_PAUSE

718
/* Define to 1 if you have the `pipe2' function. */
719 720
#undef HAVE_PIPE2

721
/* Define to 1 if you have the `plock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
722 723
#undef HAVE_PLOCK

724
/* Define to 1 if you have the `poll' function. */
725 726
#undef HAVE_POLL

727 728 729
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

730 731 732 733 734 735
/* Define to 1 if you have the `posix_fadvise' function. */
#undef HAVE_POSIX_FADVISE

/* Define to 1 if you have the `posix_fallocate' function. */
#undef HAVE_POSIX_FALLOCATE

736 737 738
/* Define to 1 if you have the `posix_spawn' function. */
#undef HAVE_POSIX_SPAWN

739 740 741
/* Define to 1 if you have the `posix_spawnp' function. */
#undef HAVE_POSIX_SPAWNP

742 743 744
/* Define to 1 if you have the `pread' function. */
#undef HAVE_PREAD

745 746 747 748 749 750
/* Define to 1 if you have the `preadv' function. */
#undef HAVE_PREADV

/* Define to 1 if you have the `preadv2' function. */
#undef HAVE_PREADV2

751 752 753
/* Define if you have the 'prlimit' functions. */
#undef HAVE_PRLIMIT

754 755 756
/* Define to 1 if you have the <process.h> header file. */
#undef HAVE_PROCESS_H

757 758 759
/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES

760 761 762
/* Define to 1 if you have the `pthread_condattr_setclock' function. */
#undef HAVE_PTHREAD_CONDATTR_SETCLOCK

763 764 765
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR

766 767 768
/* Define to 1 if you have the `pthread_getcpuclockid' function. */
#undef HAVE_PTHREAD_GETCPUCLOCKID

769 770 771 772
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the `pthread_init' function. */
Guido van Rossum's avatar
Guido van Rossum committed
773 774
#undef HAVE_PTHREAD_INIT

775 776 777
/* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL

Benjamin Peterson's avatar
Benjamin Peterson committed
778 779 780
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK

781 782 783 784
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H

/* Define to 1 if you have the `putenv' function. */
Guido van Rossum's avatar
Guido van Rossum committed
785 786
#undef HAVE_PUTENV

787 788 789
/* Define to 1 if you have the `pwrite' function. */
#undef HAVE_PWRITE

790 791 792 793 794 795
/* Define to 1 if you have the `pwritev' function. */
#undef HAVE_PWRITEV

/* Define to 1 if you have the `pwritev2' function. */
#undef HAVE_PWRITEV2

796
/* Define to 1 if you have the `readlink' function. */
797 798
#undef HAVE_READLINK

799 800 801
/* Define to 1 if you have the `readlinkat' function. */
#undef HAVE_READLINKAT

802 803 804
/* Define to 1 if you have the `readv' function. */
#undef HAVE_READV

805 806 807
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH

808 809 810
/* Define to 1 if you have the `renameat' function. */
#undef HAVE_RENAMEAT

811 812 813
/* Define if readline supports append_history */
#undef HAVE_RL_APPEND_HISTORY

Michael W. Hudson's avatar
Michael W. Hudson committed
814 815 816
/* Define if you can turn off readline's signal handling. */
#undef HAVE_RL_CATCH_SIGNAL

817 818 819
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER

820 821 822
/* Define if you have readline 4.0 */
#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK

823 824 825
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES

826 827 828
/* Define if you have rl_completion_suppress_append */
#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND

829 830 831
/* Define if you have readline 4.0 */
#undef HAVE_RL_PRE_INPUT_HOOK

832 833 834
/* Define if you have readline 4.0 */
#undef HAVE_RL_RESIZE_TERMINAL

835 836 837
/* Define to 1 if you have the `round' function. */
#undef HAVE_ROUND

838 839 840
/* Define to 1 if you have the `sched_get_priority_max' function. */
#undef HAVE_SCHED_GET_PRIORITY_MAX

841 842 843
/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H

844 845 846
/* Define to 1 if you have the `sched_rr_get_interval' function. */
#undef HAVE_SCHED_RR_GET_INTERVAL

847 848 849
/* Define to 1 if you have the `sched_setaffinity' function. */
#undef HAVE_SCHED_SETAFFINITY

850 851 852 853 854 855
/* Define to 1 if you have the `sched_setparam' function. */
#undef HAVE_SCHED_SETPARAM

/* Define to 1 if you have the `sched_setscheduler' function. */
#undef HAVE_SCHED_SETSCHEDULER

856 857 858 859 860 861 862 863 864 865 866 867
/* Define to 1 if you have the `sem_getvalue' function. */
#undef HAVE_SEM_GETVALUE

/* Define to 1 if you have the `sem_open' function. */
#undef HAVE_SEM_OPEN

/* Define to 1 if you have the `sem_timedwait' function. */
#undef HAVE_SEM_TIMEDWAIT

/* Define to 1 if you have the `sem_unlink' function. */
#undef HAVE_SEM_UNLINK

868 869 870
/* Define to 1 if you have the `sendfile' function. */
#undef HAVE_SENDFILE

871
/* Define to 1 if you have the `setegid' function. */
872 873
#undef HAVE_SETEGID

874
/* Define to 1 if you have the `seteuid' function. */
875 876
#undef HAVE_SETEUID

877
/* Define to 1 if you have the `setgid' function. */
878 879
#undef HAVE_SETGID

880
/* Define if you have the 'setgroups' function. */
881 882
#undef HAVE_SETGROUPS

883 884 885
/* Define to 1 if you have the `sethostname' function. */
#undef HAVE_SETHOSTNAME

886 887 888
/* Define to 1 if you have the `setitimer' function. */
#undef HAVE_SETITIMER

889
/* Define to 1 if you have the `setlocale' function. */
890 891
#undef HAVE_SETLOCALE

892
/* Define to 1 if you have the `setpgid' function. */
893 894
#undef HAVE_SETPGID

895 896 897
/* Define to 1 if you have the `setpgrp' function. */
#undef HAVE_SETPGRP

898 899 900
/* Define to 1 if you have the `setpriority' function. */
#undef HAVE_SETPRIORITY

901
/* Define to 1 if you have the `setregid' function. */
902 903
#undef HAVE_SETREGID

904 905 906 907 908 909
/* Define to 1 if you have the `setresgid' function. */
#undef HAVE_SETRESGID

/* Define to 1 if you have the `setresuid' function. */
#undef HAVE_SETRESUID

910
/* Define to 1 if you have the `setreuid' function. */
911 912
#undef HAVE_SETREUID

913
/* Define to 1 if you have the `setsid' function. */
914 915
#undef HAVE_SETSID

916
/* Define to 1 if you have the `setuid' function. */
917 918
#undef HAVE_SETUID

919
/* Define to 1 if you have the `setvbuf' function. */
920 921
#undef HAVE_SETVBUF

922 923 924
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H

Benjamin Peterson's avatar
Benjamin Peterson committed
925 926 927 928 929 930
/* Define to 1 if you have the `shm_open' function. */
#undef HAVE_SHM_OPEN

/* Define to 1 if you have the `shm_unlink' function. */
#undef HAVE_SHM_UNLINK

931
/* Define to 1 if you have the `sigaction' function. */
932 933
#undef HAVE_SIGACTION

934 935 936
/* Define to 1 if you have the `sigaltstack' function. */
#undef HAVE_SIGALTSTACK

937 938 939
/* Define to 1 if you have the `sigfillset' function. */
#undef HAVE_SIGFILLSET

940 941 942
/* Define to 1 if `si_band' is a member of `siginfo_t'. */
#undef HAVE_SIGINFO_T_SI_BAND

943
/* Define to 1 if you have the `siginterrupt' function. */
944 945
#undef HAVE_SIGINTERRUPT

946 947 948
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

Benjamin Peterson's avatar
Benjamin Peterson committed
949 950 951
/* Define to 1 if you have the `sigpending' function. */
#undef HAVE_SIGPENDING

952
/* Define to 1 if you have the `sigrelse' function. */
953 954
#undef HAVE_SIGRELSE

955 956 957
/* Define to 1 if you have the `sigtimedwait' function. */
#undef HAVE_SIGTIMEDWAIT

958 959 960
/* Define to 1 if you have the `sigwait' function. */
#undef HAVE_SIGWAIT

961 962 963
/* Define to 1 if you have the `sigwaitinfo' function. */
#undef HAVE_SIGWAITINFO

964
/* Define to 1 if you have the `snprintf' function. */
965 966
#undef HAVE_SNPRINTF

967 968 969
/* struct sockaddr_alg (linux/if_alg.h) */
#undef HAVE_SOCKADDR_ALG

970 971 972 973 974 975
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN

/* struct sockaddr_storage (sys/socket.h) */
#undef HAVE_SOCKADDR_STORAGE

976 977 978
/* Define if you have the 'socketpair' function. */
#undef HAVE_SOCKETPAIR

979 980 981
/* Define to 1 if you have the <spawn.h> header file. */
#undef HAVE_SPAWN_H

Martin v. Löwis's avatar
Martin v. Löwis committed
982 983 984
/* Define if your compiler provides ssize_t */
#undef HAVE_SSIZE_T

985
/* Define to 1 if you have the `statvfs' function. */
986 987
#undef HAVE_STATVFS

988 989 990
/* Define if you have struct stat.st_mtim.tv_nsec */
#undef HAVE_STAT_TV_NSEC

991 992 993
/* Define if you have struct stat.st_mtimensec */
#undef HAVE_STAT_TV_NSEC2

994 995 996 997 998 999 1000
/* Define if your compiler supports variable length function prototypes (e.g.
   void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

1001 1002 1003
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

1004
/* Has stdatomic.h with atomic_int */
1005 1006
#undef HAVE_STD_ATOMIC

1007 1008 1009
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP

1010
/* Define to 1 if you have the `strftime' function. */
Guido van Rossum's avatar
Guido van Rossum committed
1011 1012
#undef HAVE_STRFTIME

1013 1014
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
1015

1016 1017 1018
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

1019 1020 1021
/* Define to 1 if you have the `strlcpy' function. */
#undef HAVE_STRLCPY

1022 1023 1024
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

1025 1026 1027
/* Define to 1 if you have the `strsignal' function. */
#undef HAVE_STRSIGNAL

1028 1029 1030 1031 1032 1033
/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
#undef HAVE_STRUCT_PASSWD_PW_GECOS

/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
#undef HAVE_STRUCT_PASSWD_PW_PASSWD

1034
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
1035 1036
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME

1037
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1038
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1039

1040
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
1041
#undef HAVE_STRUCT_STAT_ST_BLOCKS
1042

1043
/* Define to 1 if `st_flags' is a member of `struct stat'. */
1044 1045
#undef HAVE_STRUCT_STAT_ST_FLAGS

1046
/* Define to 1 if `st_gen' is a member of `struct stat'. */
1047 1048
#undef HAVE_STRUCT_STAT_ST_GEN

1049
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
1050
#undef HAVE_STRUCT_STAT_ST_RDEV
1051

1052
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1053
#undef HAVE_STRUCT_TM_TM_ZONE
1054

1055
/* Define if you have the 'symlink' function. */
1056
#undef HAVE_SYMLINK
1057

1058 1059 1060
/* Define to 1 if you have the `symlinkat' function. */
#undef HAVE_SYMLINKAT

1061 1062 1063
/* Define to 1 if you have the `sync' function. */
#undef HAVE_SYNC

1064 1065
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
1066

1067 1068 1069
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H

1070 1071
/* Define to 1 if you have the <sys/audioio.h> header file. */
#undef HAVE_SYS_AUDIOIO_H
1072

1073 1074 1075
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H

1076 1077 1078
/* Define to 1 if you have the <sys/devpoll.h> header file. */
#undef HAVE_SYS_DEVPOLL_H

1079 1080 1081
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H
1082

1083 1084 1085
/* Define to 1 if you have the <sys/endian.h> header file. */
#undef HAVE_SYS_ENDIAN_H

Christian Heimes's avatar
Christian Heimes committed
1086 1087 1088 1089 1090 1091
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H

/* Define to 1 if you have the <sys/event.h> header file. */
#undef HAVE_SYS_EVENT_H

1092 1093
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
1094

1095 1096 1097
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

1098 1099 1100
/* Define to 1 if you have the <sys/kern_control.h> header file. */
#undef HAVE_SYS_KERN_CONTROL_H

1101 1102 1103
/* Define to 1 if you have the <sys/loadavg.h> header file. */
#undef HAVE_SYS_LOADAVG_H

1104 1105
/* Define to 1 if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
1106

1107 1108 1109
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H

Benjamin Peterson's avatar
Benjamin Peterson committed
1110 1111 1112
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

1113 1114
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
1115

1116 1117 1118
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H
1119

1120 1121
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
1122

1123 1124
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
1125

1126 1127 1128
/* Define to 1 if you have the <sys/random.h> header file. */
#undef HAVE_SYS_RANDOM_H

1129 1130
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
1131

1132 1133
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
1134

1135 1136 1137
/* Define to 1 if you have the <sys/sendfile.h> header file. */
#undef HAVE_SYS_SENDFILE_H

1138 1139
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
1140

1141 1142 1143
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H

1144 1145
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
1146

1147 1148 1149
/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H

1150 1151 1152
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#undef HAVE_SYS_SYSMACROS_H

1153 1154 1155
/* Define to 1 if you have the <sys/sys_domain.h> header file. */
#undef HAVE_SYS_SYS_DOMAIN_H

Georg Brandl's avatar
Georg Brandl committed
1156 1157 1158
/* Define to 1 if you have the <sys/termio.h> header file. */
#undef HAVE_SYS_TERMIO_H

1159 1160
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
1161

1162 1163
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
1164

1165 1166
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
1167

1168 1169 1170
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H

1171 1172
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
1173

1174 1175
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
1176

1177 1178
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
1179

1180 1181 1182
/* Define to 1 if you have the <sys/xattr.h> header file. */
#undef HAVE_SYS_XATTR_H

1183 1184
/* Define to 1 if you have the `tcgetpgrp' function. */
#undef HAVE_TCGETPGRP
1185

1186 1187
/* Define to 1 if you have the `tcsetpgrp' function. */
#undef HAVE_TCSETPGRP
1188

1189 1190
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM
1191

1192 1193
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
1194

1195 1196
/* Define to 1 if you have the <term.h> header file. */
#undef HAVE_TERM_H
1197

1198 1199 1200
/* Define to 1 if you have the `tgamma' function. */
#undef HAVE_TGAMMA

1201 1202
/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM
1203

1204 1205
/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES
1206

1207 1208
/* Define to 1 if you have the `tmpfile' function. */
#undef HAVE_TMPFILE
1209

1210 1211
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
1212

1213 1214
/* Define to 1 if you have the `tmpnam_r' function. */
#undef HAVE_TMPNAM_R
Guido van Rossum's avatar
Guido van Rossum committed
1215

1216 1217 1218
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
#undef HAVE_TM_ZONE
Guido van Rossum's avatar
Guido van Rossum committed
1219

1220 1221
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
1222

1223 1224 1225
/* Define to 1 if you don't have `tm_zone' but do have the external array
   `tzname'. */
#undef HAVE_TZNAME
1226

1227 1228 1229
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL

1230 1231
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
1232

1233 1234
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
1235

1236 1237 1238
/* Define to 1 if you have the `unlinkat' function. */
#undef HAVE_UNLINKAT

1239 1240
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
1241

1242
/* Define if you have a useable wchar_t type defined in wchar.h; useable means
1243 1244
   wchar_t must be an unsigned type with at least 16 bits. (see
   Include/unicodeobject.h). */
1245
#undef HAVE_USABLE_WCHAR_T
1246

1247 1248 1249
/* Define to 1 if you have the <util.h> header file. */
#undef HAVE_UTIL_H

1250 1251 1252
/* Define to 1 if you have the `utimensat' function. */
#undef HAVE_UTIMENSAT

1253 1254 1255
/* Define to 1 if you have the `utimes' function. */
#undef HAVE_UTIMES

1256 1257
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
1258

1259
/* Define if uuid_create() exists. */
1260 1261
#undef HAVE_UUID_CREATE

1262 1263 1264
/* Define if uuid_enc_be() exists. */
#undef HAVE_UUID_ENC_BE

1265 1266 1267
/* Define if uuid_generate_time_safe() exists. */
#undef HAVE_UUID_GENERATE_TIME_SAFE

1268 1269 1270 1271 1272 1273
/* Define to 1 if you have the <uuid.h> header file. */
#undef HAVE_UUID_H

/* Define to 1 if you have the <uuid/uuid.h> header file. */
#undef HAVE_UUID_UUID_H

1274 1275 1276 1277 1278 1279
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3

/* Define to 1 if you have the `wait4' function. */
#undef HAVE_WAIT4

1280 1281 1282
/* Define to 1 if you have the `waitid' function. */
#undef HAVE_WAITID

1283 1284
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
1285

1286 1287
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
1288

1289 1290 1291
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL

1292 1293 1294
/* Define to 1 if you have the `wcsftime' function. */
#undef HAVE_WCSFTIME

1295 1296 1297
/* Define to 1 if you have the `wcsxfrm' function. */
#undef HAVE_WCSXFRM

1298 1299 1300
/* Define to 1 if you have the `wmemcmp' function. */
#undef HAVE_WMEMCMP

1301 1302 1303 1304
/* Define if tzset() actually switches the local timezone in a meaningful way.
   */
#undef HAVE_WORKING_TZSET

1305 1306 1307
/* Define to 1 if you have the `writev' function. */
#undef HAVE_WRITEV

1308 1309 1310
/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
#undef HAVE_X509_VERIFY_PARAM_SET1_HOST

1311 1312 1313
/* Define if the zlib library has inflateCopy */
#undef HAVE_ZLIB_COPY

1314 1315
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
1316

1317 1318 1319 1320 1321 1322 1323 1324
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
   */
#undef MAJOR_IN_MKDEV

/* Define to 1 if `major', `minor', and `makedev' are declared in
   <sysmacros.h>. */
#undef MAJOR_IN_SYSMACROS

1325 1326
/* Define if mvwdelch in curses.h is an expression. */
#undef MVWDELCH_IS_EXPRESSION
1327

1328 1329
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
1330

1331 1332
/* Define to the full name of this package. */
#undef PACKAGE_NAME
1333

1334 1335
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
1336

1337 1338
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
1339

1340 1341 1342
/* Define to the home page for this package. */
#undef PACKAGE_URL

1343 1344
/* Define to the version of this package. */
#undef PACKAGE_VERSION
1345

1346 1347 1348
/* Define if POSIX semaphores aren't enabled on your system */
#undef POSIX_SEMAPHORES_NOT_ENABLED

1349 1350 1351
/* Define if pthread_key_t is compatible with int. */
#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT

1352 1353
/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
1354

1355 1356 1357
/* Define as the preferred size in bits of long digits */
#undef PYLONG_BITS_IN_DIGIT

1358 1359 1360
/* Define if you want to coerce the C locale to a UTF-8 based locale */
#undef PY_COERCE_C_LOCALE

1361 1362 1363
/* Define to printf format modifier for Py_ssize_t */
#undef PY_FORMAT_SIZE_T

1364 1365 1366 1367 1368 1369 1370
/* Default cipher suites list for ssl module. 1: Python's preferred selection,
   2: leave OpenSSL defaults untouched, 0: custom string */
#undef PY_SSL_DEFAULT_CIPHERS

/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
#undef PY_SSL_DEFAULT_CIPHER_STRING

1371 1372 1373
/* Define if you want to build an interpreter with many run-time checks. */
#undef Py_DEBUG

1374 1375 1376
/* Defined if Python is built as a shared library. */
#undef Py_ENABLE_SHARED

1377 1378 1379 1380
/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
   externally defined: 0 */
#undef Py_HASH_ALGORITHM

1381 1382 1383
/* Define if you want to enable tracing references for debugging purpose */
#undef Py_TRACE_REFS

1384
/* assume C89 semantics that RETSIGTYPE is always void */
1385
#undef RETSIGTYPE
1386

1387 1388
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
1389

Benjamin Peterson's avatar
Benjamin Peterson committed
1390 1391 1392
/* Define to 1 if you must link with -lrt for shm_open(). */
#undef SHM_NEEDS_LIBRT

1393 1394
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1395

1396
/* The size of `double', as computed by sizeof. */
1397
#undef SIZEOF_DOUBLE
1398

1399
/* The size of `float', as computed by sizeof. */
1400
#undef SIZEOF_FLOAT
1401

1402
/* The size of `fpos_t', as computed by sizeof. */
1403
#undef SIZEOF_FPOS_T
1404

1405
/* The size of `int', as computed by sizeof. */
1406
#undef SIZEOF_INT
1407

1408
/* The size of `long', as computed by sizeof. */
1409
#undef SIZEOF_LONG
1410

1411 1412 1413
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE

1414
/* The size of `long long', as computed by sizeof. */
1415
#undef SIZEOF_LONG_LONG
1416

1417
/* The size of `off_t', as computed by sizeof. */
1418
#undef SIZEOF_OFF_T
1419

1420 1421 1422
/* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T

1423 1424 1425
/* The size of `pthread_key_t', as computed by sizeof. */
#undef SIZEOF_PTHREAD_KEY_T

1426
/* The size of `pthread_t', as computed by sizeof. */
1427
#undef SIZEOF_PTHREAD_T
1428

1429
/* The size of `short', as computed by sizeof. */
1430
#undef SIZEOF_SHORT
1431

1432
/* The size of `size_t', as computed by sizeof. */
Martin v. Löwis's avatar
Martin v. Löwis committed
1433 1434
#undef SIZEOF_SIZE_T

1435
/* The size of `time_t', as computed by sizeof. */
1436
#undef SIZEOF_TIME_T
1437

1438 1439 1440
/* The size of `uintptr_t', as computed by sizeof. */
#undef SIZEOF_UINTPTR_T

1441
/* The size of `void *', as computed by sizeof. */
1442
#undef SIZEOF_VOID_P
1443

1444
/* The size of `wchar_t', as computed by sizeof. */
1445
#undef SIZEOF_WCHAR_T
1446

1447
/* The size of `_Bool', as computed by sizeof. */
1448 1449
#undef SIZEOF__BOOL

1450 1451
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
1452

1453 1454 1455
/* Define if you can safely include both <sys/select.h> and <sys/time.h>
   (which you can't on SCO ODT 3.0). */
#undef SYS_SELECT_WITH_SYS_TIME
1456

1457 1458 1459
/* Library needed by timemodule.c: librt may be needed for clock_gettime() */
#undef TIMEMODULE_LIB

1460 1461
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
1462

1463 1464
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
1465

Benjamin Peterson's avatar
Benjamin Peterson committed
1466
/* Define if you want to use computed gotos in ceval.c. */
1467 1468
#undef USE_COMPUTED_GOTOS

1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490
/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif


1491 1492
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
1493

1494 1495 1496
/* Define if you want documentation strings in extension modules */
#undef WITH_DOC_STRINGS

1497 1498 1499
/* Define if you want to compile in DTrace support */
#undef WITH_DTRACE

1500 1501 1502 1503
/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
   linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
   Dyld is necessary to support frameworks. */
#undef WITH_DYLD
1504

1505 1506 1507
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL

1508 1509 1510
/* Define if you want to produce an OpenStep/Rhapsody framework (shared
   library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
1511

1512 1513
/* Define if you want to compile in Python-specific mallocs */
#undef WITH_PYMALLOC
1514

1515 1516 1517
/* Define if you want pymalloc to be disabled when running under valgrind */
#undef WITH_VALGRIND

1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif
1529

1530 1531 1532
/* Define if arithmetic is subject to x87-style double rounding issue */
#undef X87_DOUBLE_ROUNDING

1533 1534 1535
/* Define on OpenBSD to activate all library features */
#undef _BSD_SOURCE

1536 1537 1538
/* Define on Darwin to activate all library features */
#undef _DARWIN_C_SOURCE

1539 1540
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS
1541

1542 1543 1544
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE

1545 1546 1547
/* Define to include mbstate_t for mbrtowc */
#undef _INCLUDE__STDC_A1_SOURCE

1548 1549
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
1550

Benjamin Peterson's avatar
Benjamin Peterson committed
1551 1552 1553
/* This must be defined on AIX systems to enable large file support. */
#undef _LARGE_FILES

1554 1555 1556
/* Define to 1 if on MINIX. */
#undef _MINIX

1557 1558 1559
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE

1560 1561 1562 1563
/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

1564
/* Define to activate features from IEEE Stds 1003.1-2008 */
1565 1566
#undef _POSIX_C_SOURCE

1567 1568 1569
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

1570 1571
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
1572

1573 1574 1575
/* framework name */
#undef _PYTHONFRAMEWORK

1576 1577
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
1578

1579 1580
/* Define to the level of X/Open that your system supports */
#undef _XOPEN_SOURCE
1581

1582 1583 1584
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED

1585 1586 1587
/* Define on FreeBSD to activate all library features */
#undef __BSD_VISIBLE

1588 1589 1590 1591
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
1592

1593 1594
/* Define to 'long' if <time.h> doesn't define. */
#undef clock_t
1595

1596 1597
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
1598

1599 1600
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
1601

1602 1603
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
1604

1605
/* Define to `long int' if <sys/types.h> does not define. */
1606
#undef off_t
1607

1608 1609
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
1610

1611 1612
/* Define to empty if the keyword does not work. */
#undef signed
1613

1614
/* Define to `unsigned int' if <sys/types.h> does not define. */
1615
#undef size_t
1616

1617
/* Define to `int' if <sys/socket.h> does not define. */
1618
#undef socklen_t
1619

1620 1621
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
1622 1623


1624 1625 1626 1627 1628
/* Define the macros needed if on a UnixWare 7.x system. */
#if defined(__USLC__) && defined(__SCO_VERSION__)
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
#endif

1629 1630
#endif /*Py_PYCONFIG_H*/