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