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