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