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