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