pyconfig.h.in 40.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
/* The Android API level. */
#undef ANDROID_API_LEVEL

18 19 20 21 22 23 24 25 26 27 28 29
/* 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

30 31 32
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6

Benjamin Peterson's avatar
Benjamin Peterson committed
33
/* Define if flock needs to be linked with bsd library. */
34 35
#undef FLOCK_NEEDS_LIBBSD

36 37
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
38

39 40 41
/* Define if gettimeofday() does not have second (timezone) argument This is
   the case on Motorola V4 (R40V4.2) */
#undef GETTIMEOFDAY_NO_TZ
42

43 44 45
/* Define to 1 if you have the `accept4' function. */
#undef HAVE_ACCEPT4

46 47 48
/* Define to 1 if you have the `acosh' function. */
#undef HAVE_ACOSH

49 50
/* struct addrinfo (netdb.h) */
#undef HAVE_ADDRINFO
Guido van Rossum's avatar
Guido van Rossum committed
51

52 53
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
54

55 56 57
/* Define if aligned memory access is required */
#undef HAVE_ALIGNED_REQUIRED

58 59 60
/* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H

61 62
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE
63

64 65 66
/* Define to 1 if you have the `asinh' function. */
#undef HAVE_ASINH

67 68 69
/* Define to 1 if you have the <asm/types.h> header file. */
#undef HAVE_ASM_TYPES_H

70 71 72
/* Define to 1 if you have the `atanh' function. */
#undef HAVE_ATANH

73 74 75
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

76 77 78
/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_BLUETOOTH_H

79 80 81
/* Define to 1 if you have the <bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_H

82 83 84 85
/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
   chars that would be converted. */
#undef HAVE_BROKEN_MBSTOWCS

86 87
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
88

Benjamin Peterson's avatar
Benjamin Peterson committed
89 90 91
/* Define if the system reports an invalid PIPE_BUF value. */
#undef HAVE_BROKEN_PIPE_BUF

92 93 94
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL

95 96 97
/* Define if the Posix semaphores do not work on your system */
#undef HAVE_BROKEN_POSIX_SEMAPHORES

98 99 100
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK

101 102 103
/* define to 1 if your sem_getvalue is broken. */
#undef HAVE_BROKEN_SEM_GETVALUE

104 105 106
/* Define if `unsetenv` does not return an int. */
#undef HAVE_BROKEN_UNSETENV

107 108 109
/* Has builtin atomics */
#undef HAVE_BUILTIN_ATOMIC

110
/* Define to 1 if you have the 'chflags' function. */
111 112
#undef HAVE_CHFLAGS

113
/* Define to 1 if you have the `chown' function. */
114 115
#undef HAVE_CHOWN

116
/* Define if you have the 'chroot' function. */
117 118
#undef HAVE_CHROOT

119
/* Define to 1 if you have the `clock' function. */
120 121
#undef HAVE_CLOCK

122 123 124 125 126 127
/* 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

128 129 130
/* Define to 1 if you have the `clock_settime' function. */
#undef HAVE_CLOCK_SETTIME

131 132 133
/* Define if the C compiler supports computed gotos. */
#undef HAVE_COMPUTED_GOTOS

134
/* Define to 1 if you have the `confstr' function. */
135 136
#undef HAVE_CONFSTR

137 138 139
/* Define to 1 if you have the <conio.h> header file. */
#undef HAVE_CONIO_H

140 141 142
/* Define to 1 if you have the `copysign' function. */
#undef HAVE_COPYSIGN

143
/* Define to 1 if you have the `ctermid' function. */
144 145
#undef HAVE_CTERMID

146
/* Define if you have the 'ctermid_r' function. */
147 148
#undef HAVE_CTERMID_R

149 150 151
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H

152 153 154 155 156 157 158 159 160
/* 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

161 162 163 164 165 166 167 168 169 170 171 172
/* 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

173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
/* 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

/* 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

201 202 203 204
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
   */
#undef HAVE_DECL_TZNAME

205 206 207
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS

208
/* Define to 1 if you have the /dev/ptc device file. */
209 210
#undef HAVE_DEV_PTC

211
/* Define to 1 if you have the /dev/ptmx device file. */
212 213
#undef HAVE_DEV_PTMX

214 215 216
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H

217 218 219
/* Define to 1 if the dirent structure has a d_type field */
#undef HAVE_DIRENT_D_TYPE

220 221 222 223
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#undef HAVE_DIRENT_H

224
/* Define if you have the 'dirfd' function or macro. */
225 226
#undef HAVE_DIRFD

227 228 229 230
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

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

233
/* Define to 1 if you have the `dup2' function. */
234 235
#undef HAVE_DUP2

236 237 238
/* Define to 1 if you have the `dup3' function. */
#undef HAVE_DUP3

239 240 241
/* Defined when any dynamic module loading is enabled. */
#undef HAVE_DYNAMIC_LOADING

242 243 244
/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H

Christian Heimes's avatar
Christian Heimes committed
245 246 247
/* Define if you have the 'epoll' functions. */
#undef HAVE_EPOLL

248 249 250
/* Define if you have the 'epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1

251 252 253 254 255 256
/* Define to 1 if you have the `erf' function. */
#undef HAVE_ERF

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

257 258 259
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

260
/* Define to 1 if you have the `execv' function. */
261 262
#undef HAVE_EXECV

263 264 265
/* Define to 1 if you have the `expm1' function. */
#undef HAVE_EXPM1

266 267 268
/* Define to 1 if you have the `faccessat' function. */
#undef HAVE_FACCESSAT

269
/* Define if you have the 'fchdir' function. */
Fred Drake's avatar
Fred Drake committed
270 271
#undef HAVE_FCHDIR

272 273 274
/* Define to 1 if you have the `fchmod' function. */
#undef HAVE_FCHMOD

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

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

281 282 283
/* Define to 1 if you have the `fchownat' function. */
#undef HAVE_FCHOWNAT

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

287
/* Define if you have the 'fdatasync' function. */
288 289
#undef HAVE_FDATASYNC

290 291 292
/* Define to 1 if you have the `fdopendir' function. */
#undef HAVE_FDOPENDIR

293 294 295
/* Define to 1 if you have the `fexecve' function. */
#undef HAVE_FEXECVE

296 297 298
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE

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

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

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

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

311
/* Define to 1 if you have the `fseek64' function. */
312 313
#undef HAVE_FSEEK64

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

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

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

323 324 325
/* Define if you have the 'fsync' function. */
#undef HAVE_FSYNC

326
/* Define to 1 if you have the `ftell64' function. */
327 328
#undef HAVE_FTELL64

329
/* Define to 1 if you have the `ftello' function. */
330 331
#undef HAVE_FTELLO

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

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

338 339 340 341 342 343
/* Define to 1 if you have the `futimens' function. */
#undef HAVE_FUTIMENS

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

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

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

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

353 354 355
/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
#undef HAVE_GCC_ASM_FOR_MC68881

356 357 358
/* Define if we can use x64 gcc inline assembler */
#undef HAVE_GCC_ASM_FOR_X64

359 360 361 362
/* Define if we can use gcc inline assembler to get and set x87 control word
   */
#undef HAVE_GCC_ASM_FOR_X87

363 364 365
/* Define if your compiler provides __uint128_t */
#undef HAVE_GCC_UINT128_T

366 367 368 369 370 371
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO

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

372 373 374
/* Define to 1 if you have the `getentropy' function. */
#undef HAVE_GETENTROPY

375 376 377
/* Define to 1 if you have the `getgrouplist' function. */
#undef HAVE_GETGROUPLIST

378
/* Define to 1 if you have the `getgroups' function. */
379 380
#undef HAVE_GETGROUPS

381
/* Define to 1 if you have the `gethostbyname' function. */
382 383
#undef HAVE_GETHOSTBYNAME

384 385 386 387 388 389 390 391 392 393 394 395
/* 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

396 397 398
/* Define to 1 if you have the `getitimer' function. */
#undef HAVE_GETITIMER

399 400 401
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG

402
/* Define to 1 if you have the `getlogin' function. */
403 404
#undef HAVE_GETLOGIN

405
/* Define to 1 if you have the `getnameinfo' function. */
406 407
#undef HAVE_GETNAMEINFO

408 409 410
/* Define if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE

411
/* Define to 1 if you have the `getpeername' function. */
412
#undef HAVE_GETPEERNAME
413

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

417
/* Define to 1 if you have the `getpgrp' function. */
418 419
#undef HAVE_GETPGRP

420
/* Define to 1 if you have the `getpid' function. */
421 422
#undef HAVE_GETPID

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

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

429 430 431
/* Define to 1 if the getrandom() function is available */
#undef HAVE_GETRANDOM

432 433 434
/* Define to 1 if the Linux getrandom() syscall is available */
#undef HAVE_GETRANDOM_SYSCALL

435 436 437 438 439 440
/* Define to 1 if you have the `getresgid' function. */
#undef HAVE_GETRESGID

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

441 442 443
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID

444 445 446 447 448 449
/* Define to 1 if you have the `getspent' function. */
#undef HAVE_GETSPENT

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

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

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

456 457 458 459
/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
   bcopy. */
#undef HAVE_GLIBC_MEMMOVE_BUG

460 461 462
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

463
/* Define if you have the 'hstrerror' function. */
464 465
#undef HAVE_HSTRERROR

466 467 468
/* Define this if you have le64toh() */
#undef HAVE_HTOLE64

469
/* Define to 1 if you have the `hypot' function. */
470 471
#undef HAVE_HYPOT

472 473 474
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H

475 476 477
/* Define to 1 if you have the `if_nameindex' function. */
#undef HAVE_IF_NAMEINDEX

478
/* Define if you have the 'inet_aton' function. */
479 480
#undef HAVE_INET_ATON

481
/* Define if you have the 'inet_pton' function. */
482 483
#undef HAVE_INET_PTON

484 485 486
/* Define to 1 if you have the `initgroups' function. */
#undef HAVE_INITGROUPS

487 488 489
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

490 491 492
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H

493 494 495
/* Define if gcc has the ipa-pure-const bug. */
#undef HAVE_IPA_PURE_CONST_BUG

496
/* Define to 1 if you have the `kill' function. */
497 498
#undef HAVE_KILL

499
/* Define to 1 if you have the `killpg' function. */
500 501
#undef HAVE_KILLPG

Christian Heimes's avatar
Christian Heimes committed
502 503 504
/* Define if you have the 'kqueue' functions. */
#undef HAVE_KQUEUE

505 506 507 508 509 510 511 512 513
/* 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

514
/* Define to 1 if you have the 'lchflags' function. */
515 516
#undef HAVE_LCHFLAGS

517 518 519
/* Define to 1 if you have the `lchmod' function. */
#undef HAVE_LCHMOD

520 521 522
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

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

526 527 528 529 530 531 532 533 534 535 536 537
/* 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

538
/* Define if you have the readline library (-lreadline). */
539 540
#undef HAVE_LIBREADLINE

541 542 543
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

544 545 546
/* Define to 1 if you have the `sendfile' library (-lsendfile). */
#undef HAVE_LIBSENDFILE

547 548 549
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H

550
/* Define if you have the 'link' function. */
551 552
#undef HAVE_LINK

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

556 557 558
/* Define to 1 if you have the <linux/can/bcm.h> header file. */
#undef HAVE_LINUX_CAN_BCM_H

559 560 561
/* Define to 1 if you have the <linux/can.h> header file. */
#undef HAVE_LINUX_CAN_H

562 563 564
/* Define if compiling using Linux 3.6 or later. */
#undef HAVE_LINUX_CAN_RAW_FD_FRAMES

565 566 567
/* Define to 1 if you have the <linux/can/raw.h> header file. */
#undef HAVE_LINUX_CAN_RAW_H

568 569 570
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H

571 572 573
/* Define to 1 if you have the <linux/random.h> header file. */
#undef HAVE_LINUX_RANDOM_H

574 575 576
/* Define to 1 if you have the <linux/tipc.h> header file. */
#undef HAVE_LINUX_TIPC_H

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

580 581 582
/* Define to 1 if you have the `log1p' function. */
#undef HAVE_LOG1P

583 584 585
/* Define to 1 if you have the `log2' function. */
#undef HAVE_LOG2

586 587 588
/* Define this if you have the type long double. */
#undef HAVE_LONG_DOUBLE

589
/* Define to 1 if you have the `lstat' function. */
590 591
#undef HAVE_LSTAT

592 593 594
/* Define to 1 if you have the `lutimes' function. */
#undef HAVE_LUTIMES

595 596 597
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV

598 599 600
/* Define to 1 if you have the `mbrtowc' function. */
#undef HAVE_MBRTOWC

601
/* Define to 1 if you have the `memmove' function. */
602 603
#undef HAVE_MEMMOVE

604 605 606
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

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

610 611 612
/* Define to 1 if you have the `mkdirat' function. */
#undef HAVE_MKDIRAT

613
/* Define to 1 if you have the `mkfifo' function. */
614 615
#undef HAVE_MKFIFO

616 617 618
/* Define to 1 if you have the `mkfifoat' function. */
#undef HAVE_MKFIFOAT

619 620 621
/* Define to 1 if you have the `mknod' function. */
#undef HAVE_MKNOD

622 623 624
/* Define to 1 if you have the `mknodat' function. */
#undef HAVE_MKNODAT

625
/* Define to 1 if you have the `mktime' function. */
626 627
#undef HAVE_MKTIME

628 629 630
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP

631
/* Define to 1 if you have the `mremap' function. */
632 633
#undef HAVE_MREMAP

634 635 636 637 638 639 640 641 642
/* 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

643 644 645
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H

646
/* Define to 1 if you have the `nice' function. */
647
#undef HAVE_NICE
648

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

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

655
/* Define to 1 if you have the `pathconf' function. */
656 657
#undef HAVE_PATHCONF

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

661
/* Define to 1 if you have the `pipe2' function. */
662 663
#undef HAVE_PIPE2

664
/* Define to 1 if you have the `plock' function. */
Guido van Rossum's avatar
Guido van Rossum committed
665 666
#undef HAVE_PLOCK

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

670 671 672
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

673 674 675 676 677 678 679 680 681
/* 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

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

682 683 684
/* Define if you have the 'prlimit' functions. */
#undef HAVE_PRLIMIT

685 686 687
/* Define to 1 if you have the <process.h> header file. */
#undef HAVE_PROCESS_H

688 689 690
/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES

691 692 693
/* Define to 1 if you have the `pthread_atfork' function. */
#undef HAVE_PTHREAD_ATFORK

694 695 696
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR

697 698 699 700
/* 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
701 702
#undef HAVE_PTHREAD_INIT

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

Benjamin Peterson's avatar
Benjamin Peterson committed
706 707 708
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK

709 710 711 712
/* 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
713 714
#undef HAVE_PUTENV

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

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

721 722 723
/* Define to 1 if you have the `readlinkat' function. */
#undef HAVE_READLINKAT

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

727 728 729
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH

730 731 732
/* Define to 1 if you have the `renameat' function. */
#undef HAVE_RENAMEAT

733 734 735
/* Define if readline supports append_history */
#undef HAVE_RL_APPEND_HISTORY

Michael W. Hudson's avatar
Michael W. Hudson committed
736 737 738 739 740 741
/* Define if you have readline 2.1 */
#undef HAVE_RL_CALLBACK

/* Define if you can turn off readline's signal handling. */
#undef HAVE_RL_CATCH_SIGNAL

742 743 744
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER

745 746 747
/* Define if you have readline 4.0 */
#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK

748 749 750
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES

751 752 753
/* Define if you have rl_completion_suppress_append */
#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND

754 755 756
/* Define if you have readline 4.0 */
#undef HAVE_RL_PRE_INPUT_HOOK

757 758 759
/* Define if you have readline 4.0 */
#undef HAVE_RL_RESIZE_TERMINAL

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

763 764 765
/* Define to 1 if you have the `sched_get_priority_max' function. */
#undef HAVE_SCHED_GET_PRIORITY_MAX

766 767 768
/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H

769 770 771
/* Define to 1 if you have the `sched_rr_get_interval' function. */
#undef HAVE_SCHED_RR_GET_INTERVAL

772 773 774
/* Define to 1 if you have the `sched_setaffinity' function. */
#undef HAVE_SCHED_SETAFFINITY

775 776 777 778 779 780
/* 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

781
/* Define to 1 if you have the `select' function. */
782 783
#undef HAVE_SELECT

784 785 786 787 788 789 790 791 792 793 794 795
/* 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

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

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

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

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

808
/* Define if you have the 'setgroups' function. */
809 810
#undef HAVE_SETGROUPS

811 812 813
/* Define to 1 if you have the `sethostname' function. */
#undef HAVE_SETHOSTNAME

814 815 816
/* Define to 1 if you have the `setitimer' function. */
#undef HAVE_SETITIMER

817
/* Define to 1 if you have the `setlocale' function. */
818 819
#undef HAVE_SETLOCALE

820
/* Define to 1 if you have the `setpgid' function. */
821 822
#undef HAVE_SETPGID

823 824 825
/* Define to 1 if you have the `setpgrp' function. */
#undef HAVE_SETPGRP

826 827 828
/* Define to 1 if you have the `setpriority' function. */
#undef HAVE_SETPRIORITY

829
/* Define to 1 if you have the `setregid' function. */
830 831
#undef HAVE_SETREGID

832 833 834 835 836 837
/* Define to 1 if you have the `setresgid' function. */
#undef HAVE_SETRESGID

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

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

841
/* Define to 1 if you have the `setsid' function. */
842 843
#undef HAVE_SETSID

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

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

850 851 852
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H

853
/* Define to 1 if you have the `sigaction' function. */
854 855
#undef HAVE_SIGACTION

856 857 858
/* Define to 1 if you have the `sigaltstack' function. */
#undef HAVE_SIGALTSTACK

859 860 861
/* Define to 1 if `si_band' is a member of `siginfo_t'. */
#undef HAVE_SIGINFO_T_SI_BAND

862
/* Define to 1 if you have the `siginterrupt' function. */
863 864
#undef HAVE_SIGINTERRUPT

865 866 867
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

Benjamin Peterson's avatar
Benjamin Peterson committed
868 869 870
/* Define to 1 if you have the `sigpending' function. */
#undef HAVE_SIGPENDING

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

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

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

880 881 882
/* Define to 1 if you have the `sigwaitinfo' function. */
#undef HAVE_SIGWAITINFO

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

886 887 888
/* struct sockaddr_alg (linux/if_alg.h) */
#undef HAVE_SOCKADDR_ALG

889 890 891 892 893 894
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN

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

895 896 897
/* Define if you have the 'socketpair' function. */
#undef HAVE_SOCKETPAIR

898 899 900
/* 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
901 902 903
/* Define if your compiler provides ssize_t */
#undef HAVE_SSIZE_T

904
/* Define to 1 if you have the `statvfs' function. */
905 906
#undef HAVE_STATVFS

907 908 909
/* Define if you have struct stat.st_mtim.tv_nsec */
#undef HAVE_STAT_TV_NSEC

910 911 912
/* Define if you have struct stat.st_mtimensec */
#undef HAVE_STAT_TV_NSEC2

913 914 915 916 917 918 919
/* 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

920 921 922
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

923
/* Has stdatomic.h, atomic_int and _Atomic void* types work */
924 925
#undef HAVE_STD_ATOMIC

926 927 928
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP

929
/* Define to 1 if you have the `strftime' function. */
Guido van Rossum's avatar
Guido van Rossum committed
930 931
#undef HAVE_STRFTIME

932 933
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
934

935 936 937
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

938 939 940
/* Define to 1 if you have the `strlcpy' function. */
#undef HAVE_STRLCPY

941 942 943
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

944 945 946 947 948 949
/* 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

950
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
951 952
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME

953
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
954
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
955

956
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
957
#undef HAVE_STRUCT_STAT_ST_BLOCKS
958

959
/* Define to 1 if `st_flags' is a member of `struct stat'. */
960 961
#undef HAVE_STRUCT_STAT_ST_FLAGS

962
/* Define to 1 if `st_gen' is a member of `struct stat'. */
963 964
#undef HAVE_STRUCT_STAT_ST_GEN

965
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
966
#undef HAVE_STRUCT_STAT_ST_RDEV
967

968
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
969
#undef HAVE_STRUCT_TM_TM_ZONE
970

971
/* Define if you have the 'symlink' function. */
972
#undef HAVE_SYMLINK
973

974 975 976
/* Define to 1 if you have the `symlinkat' function. */
#undef HAVE_SYMLINKAT

977 978 979
/* Define to 1 if you have the `sync' function. */
#undef HAVE_SYNC

980 981
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
982

983 984 985
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H

986 987
/* Define to 1 if you have the <sys/audioio.h> header file. */
#undef HAVE_SYS_AUDIOIO_H
988

989 990 991
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H

992 993 994
/* Define to 1 if you have the <sys/devpoll.h> header file. */
#undef HAVE_SYS_DEVPOLL_H

995 996 997
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H
998

999 1000 1001
/* Define to 1 if you have the <sys/endian.h> header file. */
#undef HAVE_SYS_ENDIAN_H

Christian Heimes's avatar
Christian Heimes committed
1002 1003 1004 1005 1006 1007
/* 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

1008 1009
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
1010

1011 1012 1013
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

1014 1015 1016
/* Define to 1 if you have the <sys/kern_control.h> header file. */
#undef HAVE_SYS_KERN_CONTROL_H

1017 1018 1019
/* Define to 1 if you have the <sys/loadavg.h> header file. */
#undef HAVE_SYS_LOADAVG_H

1020 1021
/* Define to 1 if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
1022

1023 1024 1025
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H

1026 1027
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
1028

1029 1030 1031
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H
1032

1033 1034
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
1035

1036 1037
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
1038

1039 1040
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
1041

1042 1043
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
1044

1045 1046 1047
/* Define to 1 if you have the <sys/sendfile.h> header file. */
#undef HAVE_SYS_SENDFILE_H

1048 1049
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
1050

1051 1052 1053
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H

1054 1055
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
1056

1057 1058 1059
/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H

1060 1061 1062
/* 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
1063 1064 1065
/* Define to 1 if you have the <sys/termio.h> header file. */
#undef HAVE_SYS_TERMIO_H

1066 1067
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
1068

1069 1070
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
1071

1072 1073
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
1074

1075 1076 1077
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H

1078 1079
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
1080

1081 1082
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
1083

1084 1085
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
1086

1087 1088 1089
/* Define to 1 if you have the <sys/xattr.h> header file. */
#undef HAVE_SYS_XATTR_H

1090 1091
/* Define to 1 if you have the `tcgetpgrp' function. */
#undef HAVE_TCGETPGRP
1092

1093 1094
/* Define to 1 if you have the `tcsetpgrp' function. */
#undef HAVE_TCSETPGRP
1095

1096 1097
/* Define to 1 if you have the `tempnam' function. */
#undef HAVE_TEMPNAM
1098

1099 1100
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
1101

1102 1103
/* Define to 1 if you have the <term.h> header file. */
#undef HAVE_TERM_H
1104

1105 1106 1107
/* Define to 1 if you have the `tgamma' function. */
#undef HAVE_TGAMMA

1108 1109
/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM
1110

1111 1112
/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES
1113

1114 1115
/* Define to 1 if you have the `tmpfile' function. */
#undef HAVE_TMPFILE
1116

1117 1118
/* Define to 1 if you have the `tmpnam' function. */
#undef HAVE_TMPNAM
1119

1120 1121
/* Define to 1 if you have the `tmpnam_r' function. */
#undef HAVE_TMPNAM_R
Guido van Rossum's avatar
Guido van Rossum committed
1122

1123 1124 1125
/* 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
1126

1127 1128
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
1129

1130 1131 1132
/* Define to 1 if you don't have `tm_zone' but do have the external array
   `tzname'. */
#undef HAVE_TZNAME
1133

1134 1135 1136
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL

1137 1138
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
1139

1140 1141
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
1142

1143 1144 1145
/* Define to 1 if you have the `unlinkat' function. */
#undef HAVE_UNLINKAT

1146 1147
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
1148

1149
/* Define if you have a useable wchar_t type defined in wchar.h; useable means
1150 1151
   wchar_t must be an unsigned type with at least 16 bits. (see
   Include/unicodeobject.h). */
1152
#undef HAVE_USABLE_WCHAR_T
1153

1154 1155 1156
/* Define to 1 if you have the <util.h> header file. */
#undef HAVE_UTIL_H

1157 1158 1159
/* Define to 1 if you have the `utimensat' function. */
#undef HAVE_UTIMENSAT

1160 1161 1162
/* Define to 1 if you have the `utimes' function. */
#undef HAVE_UTIMES

1163 1164
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
1165

1166 1167 1168 1169 1170 1171
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3

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

1172 1173 1174
/* Define to 1 if you have the `waitid' function. */
#undef HAVE_WAITID

1175 1176
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
1177

1178 1179
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
1180

1181 1182 1183
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL

1184 1185 1186
/* Define to 1 if you have the `wcsftime' function. */
#undef HAVE_WCSFTIME

1187 1188 1189
/* Define to 1 if you have the `wcsxfrm' function. */
#undef HAVE_WCSXFRM

1190 1191 1192
/* Define to 1 if you have the `wmemcmp' function. */
#undef HAVE_WMEMCMP

1193 1194 1195 1196
/* Define if tzset() actually switches the local timezone in a meaningful way.
   */
#undef HAVE_WORKING_TZSET

1197 1198 1199
/* Define to 1 if you have the `writev' function. */
#undef HAVE_WRITEV

1200 1201 1202
/* Define if the zlib library has inflateCopy */
#undef HAVE_ZLIB_COPY

1203 1204
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
1205

1206 1207 1208
/* Define if log1p(-0.) is 0. rather than -0. */
#undef LOG1P_DROPS_ZERO_SIGN

1209 1210 1211 1212 1213 1214 1215 1216
/* 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

1217 1218
/* Define if mvwdelch in curses.h is an expression. */
#undef MVWDELCH_IS_EXPRESSION
1219

1220 1221
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
1222

1223 1224
/* Define to the full name of this package. */
#undef PACKAGE_NAME
1225

1226 1227
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
1228

1229 1230
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
1231

1232 1233 1234
/* Define to the home page for this package. */
#undef PACKAGE_URL

1235 1236
/* Define to the version of this package. */
#undef PACKAGE_VERSION
1237

1238 1239 1240
/* Define if POSIX semaphores aren't enabled on your system */
#undef POSIX_SEMAPHORES_NOT_ENABLED

1241 1242
/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
1243

1244 1245 1246
/* Define as the preferred size in bits of long digits */
#undef PYLONG_BITS_IN_DIGIT

1247 1248 1249
/* Define to printf format modifier for Py_ssize_t */
#undef PY_FORMAT_SIZE_T

1250 1251 1252
/* Define if you want to build an interpreter with many run-time checks. */
#undef Py_DEBUG

1253 1254 1255
/* Defined if Python is built as a shared library. */
#undef Py_ENABLE_SHARED

1256 1257 1258 1259
/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
   externally defined: 0 */
#undef Py_HASH_ALGORITHM

1260
/* assume C89 semantics that RETSIGTYPE is always void */
1261
#undef RETSIGTYPE
1262

1263 1264
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
1265

1266 1267
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1268

1269
/* The size of `double', as computed by sizeof. */
1270
#undef SIZEOF_DOUBLE
1271

1272
/* The size of `float', as computed by sizeof. */
1273
#undef SIZEOF_FLOAT
1274

1275
/* The size of `fpos_t', as computed by sizeof. */
1276
#undef SIZEOF_FPOS_T
1277

1278
/* The size of `int', as computed by sizeof. */
1279
#undef SIZEOF_INT
1280

1281
/* The size of `long', as computed by sizeof. */
1282
#undef SIZEOF_LONG
1283

1284 1285 1286
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE

1287
/* The size of `long long', as computed by sizeof. */
1288
#undef SIZEOF_LONG_LONG
1289

1290
/* The size of `off_t', as computed by sizeof. */
1291
#undef SIZEOF_OFF_T
1292

1293 1294 1295
/* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T

1296
/* The size of `pthread_t', as computed by sizeof. */
1297
#undef SIZEOF_PTHREAD_T
1298

1299
/* The size of `short', as computed by sizeof. */
1300
#undef SIZEOF_SHORT
1301

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

1305
/* The size of `time_t', as computed by sizeof. */
1306
#undef SIZEOF_TIME_T
1307

1308 1309 1310
/* The size of `uintptr_t', as computed by sizeof. */
#undef SIZEOF_UINTPTR_T

1311
/* The size of `void *', as computed by sizeof. */
1312
#undef SIZEOF_VOID_P
1313

1314
/* The size of `wchar_t', as computed by sizeof. */
1315
#undef SIZEOF_WCHAR_T
1316

1317
/* The size of `_Bool', as computed by sizeof. */
1318 1319
#undef SIZEOF__BOOL

1320 1321
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
1322

1323 1324 1325
/* 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
1326

Christian Heimes's avatar
Christian Heimes committed
1327 1328 1329
/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
#undef TANH_PRESERVES_ZERO_SIGN

1330 1331 1332
/* Library needed by timemodule.c: librt may be needed for clock_gettime() */
#undef TIMEMODULE_LIB

1333 1334
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
1335

1336 1337
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
1338

Benjamin Peterson's avatar
Benjamin Peterson committed
1339
/* Define if you want to use computed gotos in ceval.c. */
1340 1341
#undef USE_COMPUTED_GOTOS

Benjamin Peterson's avatar
Benjamin Peterson committed
1342
/* Define to use the C99 inline keyword. */
1343 1344
#undef USE_INLINE

1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366
/* 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


1367 1368
/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
#undef WANT_SIGFPE_HANDLER
1369

1370 1371
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
1372

1373 1374 1375
/* Define if you want documentation strings in extension modules */
#undef WITH_DOC_STRINGS

1376 1377 1378
/* Define if you want to compile in DTrace support */
#undef WITH_DTRACE

1379 1380 1381 1382
/* 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
1383

1384 1385 1386
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL

1387 1388 1389
/* Define if you want to produce an OpenStep/Rhapsody framework (shared
   library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
1390

1391 1392
/* Define if you want to compile in Python-specific mallocs */
#undef WITH_PYMALLOC
1393

1394 1395
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
1396

1397 1398 1399
/* Define if you want pymalloc to be disabled when running under valgrind */
#undef WITH_VALGRIND

1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410
/* 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
1411

1412 1413 1414
/* Define if arithmetic is subject to x87-style double rounding issue */
#undef X87_DOUBLE_ROUNDING

1415 1416 1417
/* Define on OpenBSD to activate all library features */
#undef _BSD_SOURCE

1418 1419 1420
/* Define on Irix to enable u_int */
#undef _BSD_TYPES

1421 1422 1423
/* Define on Darwin to activate all library features */
#undef _DARWIN_C_SOURCE

1424 1425
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS
1426

1427 1428 1429
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE

1430 1431 1432
/* Define to include mbstate_t for mbrtowc */
#undef _INCLUDE__STDC_A1_SOURCE

1433 1434
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
1435

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

1439 1440 1441
/* Define to 1 if on MINIX. */
#undef _MINIX

1442 1443 1444
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE

1445 1446 1447 1448
/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

1449
/* Define to activate features from IEEE Stds 1003.1-2008 */
1450 1451
#undef _POSIX_C_SOURCE

1452 1453 1454
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

1455 1456
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
1457

1458 1459
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
1460

1461 1462
/* Define to the level of X/Open that your system supports */
#undef _XOPEN_SOURCE
1463

1464 1465 1466
/* Define to activate Unix95-and-earlier features */
#undef _XOPEN_SOURCE_EXTENDED

1467 1468 1469
/* Define on FreeBSD to activate all library features */
#undef __BSD_VISIBLE

1470 1471 1472 1473
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
1474

1475 1476
/* Define to 'long' if <time.h> doesn't define. */
#undef clock_t
1477

1478 1479
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
1480

1481 1482
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
1483

Benjamin Peterson's avatar
Benjamin Peterson committed
1484 1485 1486 1487 1488 1489
/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

1490 1491
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
1492

1493
/* Define to `long int' if <sys/types.h> does not define. */
1494
#undef off_t
1495

1496 1497
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
1498

1499 1500
/* Define to empty if the keyword does not work. */
#undef signed
1501

1502
/* Define to `unsigned int' if <sys/types.h> does not define. */
1503
#undef size_t
1504

1505
/* Define to `int' if <sys/socket.h> does not define. */
1506
#undef socklen_t
1507

1508 1509
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
1510

1511 1512
/* Define to empty if the keyword does not work. */
#undef volatile
1513 1514


1515 1516 1517 1518 1519
/* 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

1520 1521
#endif /*Py_PYCONFIG_H*/