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