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