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