blob: b9bb3ffa6f69359bf503b3629fec364f90c6ce51 [file] [log] [blame]
Matthias Klose0f4c16e2012-03-14 23:10:15 +01001/* pyconfig.h.in. Generated from configure.ac by autoheader. */
Guido van Rossum91168a81994-01-03 03:59:44 +00002
Martin v. Löwisbddf5a52002-11-11 13:37:28 +00003
4#ifndef Py_PYCONFIG_H
5#define Py_PYCONFIG_H
6
7
Matthias Kloseb9621712010-04-24 17:59:49 +00008/* Define if building universal (internal helper macro) */
9#undef AC_APPLE_UNIVERSAL_BUILD
10
Martin v. Löwis11437992002-04-12 09:54:03 +000011/* 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
Guido van Rossum91168a81994-01-03 03:59:44 +000014
Victor Stinner5422e3c2019-04-26 01:40:00 +020015/* Alternative SOABI used in debug build to load C extensions built in release
16 mode */
17#undef ALT_SOABI
18
Xavier de Gaye95750b12016-07-09 11:05:42 +020019/* The Android API level. */
20#undef ANDROID_API_LEVEL
21
Mark Dickinsonb08a53a2009-04-16 19:52:09 +000022/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
23 mixed-endian order (byte order 45670123) */
24#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
25
26/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
27 significant byte first */
28#undef DOUBLE_IS_BIG_ENDIAN_IEEE754
29
30/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
31 least significant byte first */
32#undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754
33
Martin v. Löwis01dfdb32001-06-23 16:30:13 +000034/* Define if --enable-ipv6 is specified */
35#undef ENABLE_IPV6
36
Benjamin Petersonb3b8cb42018-09-18 23:49:05 -070037/* Define to 1 if your system stores words within floats with the most
38 significant word first */
39#undef FLOAT_WORDS_BIGENDIAN
40
Benjamin Petersond8d835b2010-10-15 23:14:46 +000041/* Define if flock needs to be linked with bsd library. */
Antoine Pitroua3000072010-09-07 14:52:42 +000042#undef FLOCK_NEEDS_LIBBSD
43
Martin v. Löwis11437992002-04-12 09:54:03 +000044/* Define if getpgrp() must be called as getpgrp(0). */
45#undef GETPGRP_HAVE_ARG
46
47/* Define if gettimeofday() does not have second (timezone) argument This is
48 the case on Motorola V4 (R40V4.2) */
49#undef GETTIMEOFDAY_NO_TZ
50
Antoine Pitroub1c54962010-10-14 15:05:38 +000051/* Define to 1 if you have the `accept4' function. */
52#undef HAVE_ACCEPT4
53
Christian Heimes9bd667a2008-01-20 15:14:11 +000054/* Define to 1 if you have the `acosh' function. */
55#undef HAVE_ACOSH
56
Martin v. Löwis11437992002-04-12 09:54:03 +000057/* struct addrinfo (netdb.h) */
58#undef HAVE_ADDRINFO
59
60/* Define to 1 if you have the `alarm' function. */
61#undef HAVE_ALARM
62
Christian Heimes985ecdc2013-11-20 11:46:18 +010063/* Define if aligned memory access is required */
64#undef HAVE_ALIGNED_REQUIRED
65
Christian Heimesf0400ba2013-06-18 13:22:17 +020066/* Define to 1 if you have the <alloca.h> header file. */
67#undef HAVE_ALLOCA_H
68
Martin v. Löwis11437992002-04-12 09:54:03 +000069/* Define this if your time.h defines altzone. */
70#undef HAVE_ALTZONE
71
Christian Heimes9bd667a2008-01-20 15:14:11 +000072/* Define to 1 if you have the `asinh' function. */
73#undef HAVE_ASINH
74
Martin v. Löwis11017b12006-01-14 18:12:57 +000075/* Define to 1 if you have the <asm/types.h> header file. */
76#undef HAVE_ASM_TYPES_H
77
Christian Heimes9bd667a2008-01-20 15:14:11 +000078/* Define to 1 if you have the `atanh' function. */
79#undef HAVE_ATANH
80
Gustavo Niemeyer7bd33c52004-07-22 18:44:01 +000081/* Define to 1 if you have the `bind_textdomain_codeset' function. */
82#undef HAVE_BIND_TEXTDOMAIN_CODESET
83
Martin v. Löwis12af0482004-01-31 12:34:17 +000084/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
85#undef HAVE_BLUETOOTH_BLUETOOTH_H
86
Hye-Shik Chang81268602004-02-02 06:05:24 +000087/* Define to 1 if you have the <bluetooth.h> header file. */
88#undef HAVE_BLUETOOTH_H
89
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +000090/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
91 chars that would be converted. */
92#undef HAVE_BROKEN_MBSTOWCS
93
Martin v. Löwis11437992002-04-12 09:54:03 +000094/* Define if nice() returns success/failure instead of the new priority. */
95#undef HAVE_BROKEN_NICE
96
Benjamin Petersond8d835b2010-10-15 23:14:46 +000097/* Define if the system reports an invalid PIPE_BUF value. */
98#undef HAVE_BROKEN_PIPE_BUF
99
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000100/* Define if poll() sets errno on invalid file descriptors. */
101#undef HAVE_BROKEN_POLL
102
Martin v. Löwisdfc33fd2003-01-21 10:14:41 +0000103/* Define if the Posix semaphores do not work on your system */
104#undef HAVE_BROKEN_POSIX_SEMAPHORES
105
Jason Tishlerfac083d2003-07-22 15:20:49 +0000106/* Define if pthread_sigmask() does not work on your system. */
107#undef HAVE_BROKEN_PTHREAD_SIGMASK
108
Benjamin Peterson965ce872009-04-05 21:24:58 +0000109/* define to 1 if your sem_getvalue is broken. */
110#undef HAVE_BROKEN_SEM_GETVALUE
111
Victor Stinner984890f2011-11-24 13:53:38 +0100112/* Define if `unsetenv` does not return an int. */
113#undef HAVE_BROKEN_UNSETENV
114
Victor Stinner4f5366e2015-01-09 02:13:19 +0100115/* Has builtin atomics */
116#undef HAVE_BUILTIN_ATOMIC
117
Ned Deily3eb67d52011-06-28 00:00:28 -0700118/* Define to 1 if you have the 'chflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000119#undef HAVE_CHFLAGS
120
Martin v. Löwis11437992002-04-12 09:54:03 +0000121/* Define to 1 if you have the `chown' function. */
122#undef HAVE_CHOWN
123
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000124/* Define if you have the 'chroot' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000125#undef HAVE_CHROOT
126
127/* Define to 1 if you have the `clock' function. */
128#undef HAVE_CLOCK
129
Victor Stinnere0be4232011-10-25 13:06:09 +0200130/* Define to 1 if you have the `clock_getres' function. */
131#undef HAVE_CLOCK_GETRES
132
133/* Define to 1 if you have the `clock_gettime' function. */
134#undef HAVE_CLOCK_GETTIME
135
Benjamin Peterson37098cd2016-09-13 22:55:09 -0700136/* Define to 1 if you have the `clock_settime' function. */
137#undef HAVE_CLOCK_SETTIME
138
Antoine Pitrou042b1282010-08-13 21:15:58 +0000139/* Define if the C compiler supports computed gotos. */
140#undef HAVE_COMPUTED_GOTOS
141
Martin v. Löwis11437992002-04-12 09:54:03 +0000142/* Define to 1 if you have the `confstr' function. */
143#undef HAVE_CONFSTR
144
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000145/* Define to 1 if you have the <conio.h> header file. */
146#undef HAVE_CONIO_H
147
Christian Heimes99170a52007-12-19 02:07:34 +0000148/* Define to 1 if you have the `copysign' function. */
149#undef HAVE_COPYSIGN
150
stratakise768c862018-01-23 16:11:24 +0100151/* Define to 1 if you have the <crypt.h> header file. */
152#undef HAVE_CRYPT_H
153
Gregory P. Smith387512c2018-12-30 15:42:32 -0800154/* Define if you have the crypt_r() function. */
155#undef HAVE_CRYPT_R
156
Martin v. Löwis11437992002-04-12 09:54:03 +0000157/* Define to 1 if you have the `ctermid' function. */
158#undef HAVE_CTERMID
159
Martin v. Löwisd5843682002-11-21 20:41:28 +0000160/* Define if you have the 'ctermid_r' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000161#undef HAVE_CTERMID_R
162
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200163/* Define if you have the 'filter' function. */
164#undef HAVE_CURSES_FILTER
165
Martin v. Löwisae2830c2004-09-18 09:54:52 +0000166/* Define to 1 if you have the <curses.h> header file. */
167#undef HAVE_CURSES_H
168
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200169/* Define if you have the 'has_key' function. */
170#undef HAVE_CURSES_HAS_KEY
171
172/* Define if you have the 'immedok' function. */
173#undef HAVE_CURSES_IMMEDOK
174
Masayuki Yamamoto8bc7d632017-11-01 21:05:26 +0900175/* Define if you have the 'is_pad' function or macro. */
176#undef HAVE_CURSES_IS_PAD
177
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000178/* Define if you have the 'is_term_resized' function. */
179#undef HAVE_CURSES_IS_TERM_RESIZED
180
181/* Define if you have the 'resizeterm' function. */
182#undef HAVE_CURSES_RESIZETERM
183
184/* Define if you have the 'resize_term' function. */
185#undef HAVE_CURSES_RESIZE_TERM
186
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200187/* Define if you have the 'syncok' function. */
188#undef HAVE_CURSES_SYNCOK
189
190/* Define if you have the 'typeahead' function. */
191#undef HAVE_CURSES_TYPEAHEAD
192
193/* Define if you have the 'use_env' function. */
194#undef HAVE_CURSES_USE_ENV
195
Serhiy Storchaka894ebd02017-11-01 14:34:20 +0200196/* Define if you have the 'wchgat' function. */
197#undef HAVE_CURSES_WCHGAT
198
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000199/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
200 don't. */
201#undef HAVE_DECL_ISFINITE
202
203/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
204 */
205#undef HAVE_DECL_ISINF
206
207/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
208 */
209#undef HAVE_DECL_ISNAN
210
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300211/* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
212 don't. */
213#undef HAVE_DECL_RTLD_DEEPBIND
214
215/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
216 don't. */
217#undef HAVE_DECL_RTLD_GLOBAL
218
219/* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
220 don't. */
221#undef HAVE_DECL_RTLD_LAZY
222
223/* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
224 don't. */
225#undef HAVE_DECL_RTLD_LOCAL
226
Michael Feltc5ae1692017-12-19 13:58:49 +0100227/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
228 don't. */
229#undef HAVE_DECL_RTLD_MEMBER
230
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300231/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
232 don't. */
233#undef HAVE_DECL_RTLD_NODELETE
234
235/* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
236 don't. */
237#undef HAVE_DECL_RTLD_NOLOAD
238
239/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
240 don't. */
241#undef HAVE_DECL_RTLD_NOW
242
Guido van Rossum806c2462007-08-06 23:33:07 +0000243/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
244 */
245#undef HAVE_DECL_TZNAME
246
Martin v. Löwisdbe3f762002-10-10 14:27:30 +0000247/* Define to 1 if you have the device macros. */
248#undef HAVE_DEVICE_MACROS
249
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200250/* Define to 1 if you have the /dev/ptc device file. */
Neal Norwitz865400f2003-03-21 01:42:58 +0000251#undef HAVE_DEV_PTC
252
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200253/* Define to 1 if you have the /dev/ptmx device file. */
Martin v. Löwis24a880b2002-12-31 12:55:15 +0000254#undef HAVE_DEV_PTMX
255
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000256/* Define to 1 if you have the <direct.h> header file. */
257#undef HAVE_DIRECT_H
258
Victor Stinner35a97c02015-03-08 02:59:09 +0100259/* Define to 1 if the dirent structure has a d_type field */
260#undef HAVE_DIRENT_D_TYPE
261
Martin v. Löwis11437992002-04-12 09:54:03 +0000262/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
263 */
264#undef HAVE_DIRENT_H
265
Gregory P. Smithdf300d52012-01-21 18:20:15 -0800266/* Define if you have the 'dirfd' function or macro. */
Gregory P. Smith41884412012-01-16 02:05:23 -0800267#undef HAVE_DIRFD
268
Martin v. Löwis11437992002-04-12 09:54:03 +0000269/* Define to 1 if you have the <dlfcn.h> header file. */
270#undef HAVE_DLFCN_H
271
272/* Define to 1 if you have the `dlopen' function. */
273#undef HAVE_DLOPEN
274
275/* Define to 1 if you have the `dup2' function. */
276#undef HAVE_DUP2
277
Victor Stinnerdaf45552013-08-28 00:53:59 +0200278/* Define to 1 if you have the `dup3' function. */
279#undef HAVE_DUP3
280
Martin v. Löwis11437992002-04-12 09:54:03 +0000281/* Defined when any dynamic module loading is enabled. */
282#undef HAVE_DYNAMIC_LOADING
283
Christian Heimes985ecdc2013-11-20 11:46:18 +0100284/* Define to 1 if you have the <endian.h> header file. */
285#undef HAVE_ENDIAN_H
286
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000287/* Define if you have the 'epoll' functions. */
288#undef HAVE_EPOLL
289
Benjamin Peterson95c16622011-12-27 15:36:32 -0600290/* Define if you have the 'epoll_create1' function. */
291#undef HAVE_EPOLL_CREATE1
292
Mark Dickinson9c113362009-09-05 10:36:23 +0000293/* Define to 1 if you have the `erf' function. */
294#undef HAVE_ERF
295
296/* Define to 1 if you have the `erfc' function. */
297#undef HAVE_ERFC
298
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000299/* Define to 1 if you have the <errno.h> header file. */
300#undef HAVE_ERRNO_H
301
Martin v. Löwis11437992002-04-12 09:54:03 +0000302/* Define to 1 if you have the `execv' function. */
303#undef HAVE_EXECV
304
David Carlier51aa35e2019-05-23 04:32:44 +0000305/* Define to 1 if you have the `explicit_bzero' function. */
306#undef HAVE_EXPLICIT_BZERO
307
308/* Define to 1 if you have the `explicit_memset' function. */
309#undef HAVE_EXPLICIT_MEMSET
310
Christian Heimes9bd667a2008-01-20 15:14:11 +0000311/* Define to 1 if you have the `expm1' function. */
312#undef HAVE_EXPM1
313
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000314/* Define to 1 if you have the `faccessat' function. */
315#undef HAVE_FACCESSAT
316
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000317/* Define if you have the 'fchdir' function. */
Fred Drake6b3cc522002-04-15 19:20:27 +0000318#undef HAVE_FCHDIR
319
Christian Heimes4e30a842007-11-30 22:12:06 +0000320/* Define to 1 if you have the `fchmod' function. */
321#undef HAVE_FCHMOD
322
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000323/* Define to 1 if you have the `fchmodat' function. */
324#undef HAVE_FCHMODAT
325
Christian Heimes4e30a842007-11-30 22:12:06 +0000326/* Define to 1 if you have the `fchown' function. */
327#undef HAVE_FCHOWN
328
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000329/* Define to 1 if you have the `fchownat' function. */
330#undef HAVE_FCHOWNAT
331
Martin v. Löwis11437992002-04-12 09:54:03 +0000332/* Define to 1 if you have the <fcntl.h> header file. */
333#undef HAVE_FCNTL_H
334
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000335/* Define if you have the 'fdatasync' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000336#undef HAVE_FDATASYNC
337
Antoine Pitrou8250e232011-02-25 23:41:16 +0000338/* Define to 1 if you have the `fdopendir' function. */
339#undef HAVE_FDOPENDIR
340
Ross Lagerwall7807c352011-03-17 20:20:30 +0200341/* Define to 1 if you have the `fexecve' function. */
342#undef HAVE_FEXECVE
343
Christian Heimes9bd667a2008-01-20 15:14:11 +0000344/* Define to 1 if you have the `finite' function. */
345#undef HAVE_FINITE
346
Benjamin Petersond8d835b2010-10-15 23:14:46 +0000347/* Define to 1 if you have the `flock' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000348#undef HAVE_FLOCK
349
350/* Define to 1 if you have the `fork' function. */
351#undef HAVE_FORK
352
353/* Define to 1 if you have the `forkpty' function. */
354#undef HAVE_FORKPTY
355
356/* Define to 1 if you have the `fpathconf' function. */
357#undef HAVE_FPATHCONF
358
359/* Define to 1 if you have the `fseek64' function. */
360#undef HAVE_FSEEK64
361
362/* Define to 1 if you have the `fseeko' function. */
363#undef HAVE_FSEEKO
364
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000365/* Define to 1 if you have the `fstatat' function. */
366#undef HAVE_FSTATAT
367
Martin v. Löwis11437992002-04-12 09:54:03 +0000368/* Define to 1 if you have the `fstatvfs' function. */
369#undef HAVE_FSTATVFS
370
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000371/* Define if you have the 'fsync' function. */
372#undef HAVE_FSYNC
373
Martin v. Löwis11437992002-04-12 09:54:03 +0000374/* Define to 1 if you have the `ftell64' function. */
375#undef HAVE_FTELL64
376
377/* Define to 1 if you have the `ftello' function. */
378#undef HAVE_FTELLO
379
380/* Define to 1 if you have the `ftime' function. */
381#undef HAVE_FTIME
382
383/* Define to 1 if you have the `ftruncate' function. */
384#undef HAVE_FTRUNCATE
385
Ross Lagerwall7807c352011-03-17 20:20:30 +0200386/* Define to 1 if you have the `futimens' function. */
387#undef HAVE_FUTIMENS
388
389/* Define to 1 if you have the `futimes' function. */
390#undef HAVE_FUTIMES
391
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000392/* Define to 1 if you have the `futimesat' function. */
393#undef HAVE_FUTIMESAT
394
Martin v. Löwis11437992002-04-12 09:54:03 +0000395/* Define to 1 if you have the `gai_strerror' function. */
396#undef HAVE_GAI_STRERROR
397
Mark Dickinson9c113362009-09-05 10:36:23 +0000398/* Define to 1 if you have the `gamma' function. */
399#undef HAVE_GAMMA
400
Benjamin Peterson8bdeb162014-04-17 00:00:31 -0400401/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
402#undef HAVE_GCC_ASM_FOR_MC68881
403
Stefan Krah1919b7e2012-03-21 18:25:23 +0100404/* Define if we can use x64 gcc inline assembler */
405#undef HAVE_GCC_ASM_FOR_X64
406
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000407/* Define if we can use gcc inline assembler to get and set x87 control word
408 */
409#undef HAVE_GCC_ASM_FOR_X87
410
Stefan Krah1919b7e2012-03-21 18:25:23 +0100411/* Define if your compiler provides __uint128_t */
412#undef HAVE_GCC_UINT128_T
413
Martin v. Löwis11437992002-04-12 09:54:03 +0000414/* Define if you have the getaddrinfo function. */
415#undef HAVE_GETADDRINFO
416
Martin v. Löwis11437992002-04-12 09:54:03 +0000417/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
418#undef HAVE_GETC_UNLOCKED
419
Victor Stinner4d6a3d62014-12-21 01:16:38 +0100420/* Define to 1 if you have the `getentropy' function. */
421#undef HAVE_GETENTROPY
422
William Grzybowski23e65b22018-09-07 09:06:15 -0300423/* Define to 1 if you have the `getgrgid_r' function. */
424#undef HAVE_GETGRGID_R
425
426/* Define to 1 if you have the `getgrnam_r' function. */
427#undef HAVE_GETGRNAM_R
428
Ross Lagerwallb0ae53d2011-06-10 07:30:30 +0200429/* Define to 1 if you have the `getgrouplist' function. */
430#undef HAVE_GETGROUPLIST
431
Martin v. Löwis11437992002-04-12 09:54:03 +0000432/* Define to 1 if you have the `getgroups' function. */
433#undef HAVE_GETGROUPS
434
435/* Define to 1 if you have the `gethostbyname' function. */
436#undef HAVE_GETHOSTBYNAME
437
Guido van Rossum7152e9b1999-03-22 21:46:06 +0000438/* Define this if you have some version of gethostbyname_r() */
439#undef HAVE_GETHOSTBYNAME_R
440
Martin v. Löwis11437992002-04-12 09:54:03 +0000441/* Define this if you have the 3-arg version of gethostbyname_r(). */
442#undef HAVE_GETHOSTBYNAME_R_3_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000443
Martin v. Löwis11437992002-04-12 09:54:03 +0000444/* Define this if you have the 5-arg version of gethostbyname_r(). */
445#undef HAVE_GETHOSTBYNAME_R_5_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000446
Martin v. Löwis11437992002-04-12 09:54:03 +0000447/* Define this if you have the 6-arg version of gethostbyname_r(). */
448#undef HAVE_GETHOSTBYNAME_R_6_ARG
Guido van Rossum9caf77a1996-08-01 00:52:26 +0000449
Martin v. Löwis823725e2008-03-24 13:39:54 +0000450/* Define to 1 if you have the `getitimer' function. */
451#undef HAVE_GETITIMER
452
Martin v. Löwis438b5342002-12-27 10:16:42 +0000453/* Define to 1 if you have the `getloadavg' function. */
454#undef HAVE_GETLOADAVG
455
Martin v. Löwis11437992002-04-12 09:54:03 +0000456/* Define to 1 if you have the `getlogin' function. */
Fred Drake3bb3e571999-12-14 20:48:17 +0000457#undef HAVE_GETLOGIN
458
Martin v. Löwis11437992002-04-12 09:54:03 +0000459/* Define to 1 if you have the `getnameinfo' function. */
Martin v. Löwis01dfdb32001-06-23 16:30:13 +0000460#undef HAVE_GETNAMEINFO
461
Martin v. Löwisf26d63b2003-03-30 17:23:49 +0000462/* Define if you have the 'getpagesize' function. */
463#undef HAVE_GETPAGESIZE
464
Martin v. Löwis11437992002-04-12 09:54:03 +0000465/* Define to 1 if you have the `getpeername' function. */
Fred Drakef581db11999-12-14 21:11:47 +0000466#undef HAVE_GETPEERNAME
Fred Drake3bb3e571999-12-14 20:48:17 +0000467
Martin v. Löwis606edc12002-06-13 21:09:11 +0000468/* Define to 1 if you have the `getpgid' function. */
469#undef HAVE_GETPGID
470
Martin v. Löwis11437992002-04-12 09:54:03 +0000471/* Define to 1 if you have the `getpgrp' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000472#undef HAVE_GETPGRP
473
Martin v. Löwis11437992002-04-12 09:54:03 +0000474/* Define to 1 if you have the `getpid' function. */
Guido van Rossumf1328521994-05-03 14:43:56 +0000475#undef HAVE_GETPID
476
Martin v. Löwis11437992002-04-12 09:54:03 +0000477/* Define to 1 if you have the `getpriority' function. */
Thomas Woutersc2c12dc2001-07-11 14:45:34 +0000478#undef HAVE_GETPRIORITY
Guido van Rossum353ae582001-07-10 16:45:32 +0000479
Martin v. Löwis11437992002-04-12 09:54:03 +0000480/* Define to 1 if you have the `getpwent' function. */
Guido van Rossum1171ee61997-08-22 20:42:00 +0000481#undef HAVE_GETPWENT
482
William Grzybowski23e65b22018-09-07 09:06:15 -0300483/* Define to 1 if you have the `getpwnam_r' function. */
484#undef HAVE_GETPWNAM_R
485
486/* Define to 1 if you have the `getpwuid_r' function. */
487#undef HAVE_GETPWUID_R
488
Victor Stinnerbae2d622015-10-01 09:47:30 +0200489/* Define to 1 if the getrandom() function is available */
490#undef HAVE_GETRANDOM
491
Victor Stinner9eb57c52015-03-19 22:21:49 +0100492/* Define to 1 if the Linux getrandom() syscall is available */
493#undef HAVE_GETRANDOM_SYSCALL
494
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000495/* Define to 1 if you have the `getresgid' function. */
496#undef HAVE_GETRESGID
497
498/* Define to 1 if you have the `getresuid' function. */
499#undef HAVE_GETRESUID
500
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000501/* Define to 1 if you have the `getsid' function. */
502#undef HAVE_GETSID
503
Martin v. Löwisc3001752005-01-23 09:27:24 +0000504/* Define to 1 if you have the `getspent' function. */
505#undef HAVE_GETSPENT
506
507/* Define to 1 if you have the `getspnam' function. */
508#undef HAVE_GETSPNAM
509
Martin v. Löwis11437992002-04-12 09:54:03 +0000510/* Define to 1 if you have the `gettimeofday' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000511#undef HAVE_GETTIMEOFDAY
512
Martin v. Löwis11437992002-04-12 09:54:03 +0000513/* Define to 1 if you have the `getwd' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000514#undef HAVE_GETWD
515
Stefan Krah1919b7e2012-03-21 18:25:23 +0100516/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
517 bcopy. */
518#undef HAVE_GLIBC_MEMMOVE_BUG
519
Martin v. Löwis11437992002-04-12 09:54:03 +0000520/* Define to 1 if you have the <grp.h> header file. */
Guido van Rossuma6535fd2001-10-18 19:44:10 +0000521#undef HAVE_GRP_H
522
Martin v. Löwise9416172003-05-03 10:12:45 +0000523/* Define if you have the 'hstrerror' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000524#undef HAVE_HSTRERROR
525
Christian Heimes985ecdc2013-11-20 11:46:18 +0100526/* Define this if you have le64toh() */
527#undef HAVE_HTOLE64
528
Martin v. Löwis11437992002-04-12 09:54:03 +0000529/* Define to 1 if you have the `hypot' function. */
530#undef HAVE_HYPOT
531
Christian Heimesbbe741d2008-03-28 10:53:29 +0000532/* Define to 1 if you have the <ieeefp.h> header file. */
533#undef HAVE_IEEEFP_H
534
Nathaniel J. Smith735ae8d2018-01-05 23:15:34 -0800535/* Define to 1 if you have the `if_nameindex' function. */
Gregory P. Smith5ed2e772011-05-15 00:26:45 -0700536#undef HAVE_IF_NAMEINDEX
537
Martin v. Löwise9416172003-05-03 10:12:45 +0000538/* Define if you have the 'inet_aton' function. */
Neal Norwitz10b214c2003-02-13 02:11:10 +0000539#undef HAVE_INET_ATON
540
Martin v. Löwise9416172003-05-03 10:12:45 +0000541/* Define if you have the 'inet_pton' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000542#undef HAVE_INET_PTON
543
Benjamin Peterson05159c42009-12-03 03:01:27 +0000544/* Define to 1 if you have the `initgroups' function. */
545#undef HAVE_INITGROUPS
546
Martin v. Löwis11437992002-04-12 09:54:03 +0000547/* Define to 1 if you have the <inttypes.h> header file. */
548#undef HAVE_INTTYPES_H
549
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000550/* Define to 1 if you have the <io.h> header file. */
551#undef HAVE_IO_H
552
Stefan Krah1919b7e2012-03-21 18:25:23 +0100553/* Define if gcc has the ipa-pure-const bug. */
554#undef HAVE_IPA_PURE_CONST_BUG
555
Martin v. Löwis11437992002-04-12 09:54:03 +0000556/* Define to 1 if you have the `kill' function. */
557#undef HAVE_KILL
558
559/* Define to 1 if you have the `killpg' function. */
560#undef HAVE_KILLPG
561
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000562/* Define if you have the 'kqueue' functions. */
563#undef HAVE_KQUEUE
564
Martin v. Löwis11437992002-04-12 09:54:03 +0000565/* Define to 1 if you have the <langinfo.h> header file. */
Martin v. Löwis9b75dca2001-08-10 13:58:50 +0000566#undef HAVE_LANGINFO_H
567
Martin v. Löwis11437992002-04-12 09:54:03 +0000568/* Defined to enable large file support when an off_t is bigger than a long
569 and long long is available and at least as big as an off_t. You may need to
570 add some flags for configuration and compilation to enable this mode. (For
571 Solaris and Linux, the necessary defines are already defined.) */
572#undef HAVE_LARGEFILE_SUPPORT
Martin v. Löwis2e64c342002-03-27 18:49:02 +0000573
Ned Deily3eb67d52011-06-28 00:00:28 -0700574/* Define to 1 if you have the 'lchflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000575#undef HAVE_LCHFLAGS
576
Christian Heimes4e30a842007-11-30 22:12:06 +0000577/* Define to 1 if you have the `lchmod' function. */
578#undef HAVE_LCHMOD
579
Martin v. Löwis0cec0ff2002-07-28 16:33:45 +0000580/* Define to 1 if you have the `lchown' function. */
581#undef HAVE_LCHOWN
582
Mark Dickinson9c113362009-09-05 10:36:23 +0000583/* Define to 1 if you have the `lgamma' function. */
584#undef HAVE_LGAMMA
585
Martin v. Löwis11437992002-04-12 09:54:03 +0000586/* Define to 1 if you have the `dl' library (-ldl). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000587#undef HAVE_LIBDL
588
Martin v. Löwis11437992002-04-12 09:54:03 +0000589/* Define to 1 if you have the `dld' library (-ldld). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000590#undef HAVE_LIBDLD
Guido van Rossumf1328521994-05-03 14:43:56 +0000591
Martin v. Löwis11437992002-04-12 09:54:03 +0000592/* Define to 1 if you have the `ieee' library (-lieee). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000593#undef HAVE_LIBIEEE
Guido van Rossumaef734b2001-01-10 21:09:12 +0000594
Martin v. Löwis11437992002-04-12 09:54:03 +0000595/* Define to 1 if you have the <libintl.h> header file. */
596#undef HAVE_LIBINTL_H
597
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000598/* Define if you have the readline library (-lreadline). */
Neal Norwitzfe8e3d92006-01-07 21:07:20 +0000599#undef HAVE_LIBREADLINE
600
Martin v. Löwis95c419b2003-05-03 12:10:48 +0000601/* Define to 1 if you have the `resolv' library (-lresolv). */
602#undef HAVE_LIBRESOLV
603
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000604/* Define to 1 if you have the `sendfile' library (-lsendfile). */
605#undef HAVE_LIBSENDFILE
606
Martin v. Löwis11437992002-04-12 09:54:03 +0000607/* Define to 1 if you have the <libutil.h> header file. */
608#undef HAVE_LIBUTIL_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000609
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000610/* Define if you have the 'link' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000611#undef HAVE_LINK
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000612
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000613/* Define to 1 if you have the `linkat' function. */
614#undef HAVE_LINKAT
615
Charles-François Natali773e42d2013-02-05 19:42:01 +0100616/* Define to 1 if you have the <linux/can/bcm.h> header file. */
617#undef HAVE_LINUX_CAN_BCM_H
618
Charles-François Natali47413c12011-10-06 19:47:44 +0200619/* Define to 1 if you have the <linux/can.h> header file. */
620#undef HAVE_LINUX_CAN_H
621
Larry Hastingsa6cc5512015-04-13 17:48:40 -0400622/* Define if compiling using Linux 3.6 or later. */
623#undef HAVE_LINUX_CAN_RAW_FD_FRAMES
624
Charles-François Natali47413c12011-10-06 19:47:44 +0200625/* Define to 1 if you have the <linux/can/raw.h> header file. */
626#undef HAVE_LINUX_CAN_RAW_H
627
Zackery Spytz43fdbd22019-05-29 13:57:07 -0600628/* Define to 1 if you have the <linux/memfd.h> header file. */
629#undef HAVE_LINUX_MEMFD_H
630
Martin v. Löwis11017b12006-01-14 18:12:57 +0000631/* Define to 1 if you have the <linux/netlink.h> header file. */
632#undef HAVE_LINUX_NETLINK_H
633
Bjorn Anderssonbb816512018-09-26 06:47:52 -0700634/* Define to 1 if you have the <linux/qrtr.h> header file. */
635#undef HAVE_LINUX_QRTR_H
636
Victor Stinnerdddf4842016-06-07 11:21:42 +0200637/* Define to 1 if you have the <linux/random.h> header file. */
638#undef HAVE_LINUX_RANDOM_H
639
Benjamin Petersonb8a2f512016-07-06 23:55:15 -0700640/* Define to 1 if you have the <linux/tipc.h> header file. */
641#undef HAVE_LINUX_TIPC_H
642
caaveryeffc12f2017-09-06 18:18:10 -0400643/* Define to 1 if you have the <linux/vm_sockets.h> header file. */
644#undef HAVE_LINUX_VM_SOCKETS_H
645
xdegaye5ce10692017-11-23 12:01:36 +0100646/* Define to 1 if you have the `lockf' function. */
Ross Lagerwall7807c352011-03-17 20:20:30 +0200647#undef HAVE_LOCKF
648
Christian Heimes9bd667a2008-01-20 15:14:11 +0000649/* Define to 1 if you have the `log1p' function. */
650#undef HAVE_LOG1P
651
Victor Stinner8f9f8d62011-05-09 12:45:41 +0200652/* Define to 1 if you have the `log2' function. */
653#undef HAVE_LOG2
654
Eitan Adler3055c942018-05-15 22:58:09 -0700655/* Define to 1 if the system has the type `long double'. */
Travis E. Oliphant9b307842007-10-12 22:06:37 +0000656#undef HAVE_LONG_DOUBLE
657
Martin v. Löwis11437992002-04-12 09:54:03 +0000658/* Define to 1 if you have the `lstat' function. */
659#undef HAVE_LSTAT
660
Ross Lagerwall7807c352011-03-17 20:20:30 +0200661/* Define to 1 if you have the `lutimes' function. */
662#undef HAVE_LUTIMES
663
Zackery Spytz02db6962019-05-27 10:48:17 -0600664/* Define to 1 if you have the `madvise' function. */
665#undef HAVE_MADVISE
666
Neal Norwitz11690112002-07-30 01:08:28 +0000667/* Define this if you have the makedev macro. */
668#undef HAVE_MAKEDEV
669
Martin v. Löwis011e8422009-05-05 04:43:17 +0000670/* Define to 1 if you have the `mbrtowc' function. */
671#undef HAVE_MBRTOWC
672
Zackery Spytz43fdbd22019-05-29 13:57:07 -0600673/* Define if you have the 'memfd_create' function. */
674#undef HAVE_MEMFD_CREATE
675
Martin v. Löwis11437992002-04-12 09:54:03 +0000676/* Define to 1 if you have the <memory.h> header file. */
677#undef HAVE_MEMORY_H
678
Antoine Pitrou2c3b2302011-10-11 20:29:21 +0200679/* Define to 1 if you have the `memrchr' function. */
680#undef HAVE_MEMRCHR
681
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000682/* Define to 1 if you have the `mkdirat' function. */
683#undef HAVE_MKDIRAT
684
Martin v. Löwis11437992002-04-12 09:54:03 +0000685/* Define to 1 if you have the `mkfifo' function. */
686#undef HAVE_MKFIFO
687
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000688/* Define to 1 if you have the `mkfifoat' function. */
689#undef HAVE_MKFIFOAT
690
Martin v. Löwis06a83e92002-04-14 10:19:44 +0000691/* Define to 1 if you have the `mknod' function. */
692#undef HAVE_MKNOD
693
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000694/* Define to 1 if you have the `mknodat' function. */
695#undef HAVE_MKNODAT
696
Martin v. Löwis11437992002-04-12 09:54:03 +0000697/* Define to 1 if you have the `mktime' function. */
698#undef HAVE_MKTIME
699
Antoine Pitrouf0effe62011-11-26 01:11:02 +0100700/* Define to 1 if you have the `mmap' function. */
701#undef HAVE_MMAP
702
Martin v. Löwis11437992002-04-12 09:54:03 +0000703/* Define to 1 if you have the `mremap' function. */
704#undef HAVE_MREMAP
705
706/* Define to 1 if you have the <ncurses.h> header file. */
707#undef HAVE_NCURSES_H
708
Martin v. Löwis11437992002-04-12 09:54:03 +0000709/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
710#undef HAVE_NDIR_H
711
712/* Define to 1 if you have the <netpacket/packet.h> header file. */
713#undef HAVE_NETPACKET_PACKET_H
714
Nadeem Vawdad74b5932011-05-15 13:16:22 +0200715/* Define to 1 if you have the <net/if.h> header file. */
716#undef HAVE_NET_IF_H
717
Martin v. Löwis11437992002-04-12 09:54:03 +0000718/* Define to 1 if you have the `nice' function. */
719#undef HAVE_NICE
720
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000721/* Define to 1 if you have the `openat' function. */
722#undef HAVE_OPENAT
723
Martin v. Löwis11437992002-04-12 09:54:03 +0000724/* Define to 1 if you have the `openpty' function. */
725#undef HAVE_OPENPTY
726
727/* Define to 1 if you have the `pathconf' function. */
728#undef HAVE_PATHCONF
729
730/* Define to 1 if you have the `pause' function. */
731#undef HAVE_PAUSE
732
Charles-François Natalidaafdd52011-05-29 20:07:40 +0200733/* Define to 1 if you have the `pipe2' function. */
Martin v. Löwisd1fc34d2010-12-30 14:55:47 +0000734#undef HAVE_PIPE2
735
Martin v. Löwis11437992002-04-12 09:54:03 +0000736/* Define to 1 if you have the `plock' function. */
737#undef HAVE_PLOCK
738
739/* Define to 1 if you have the `poll' function. */
740#undef HAVE_POLL
741
742/* Define to 1 if you have the <poll.h> header file. */
743#undef HAVE_POLL_H
744
Ross Lagerwall7807c352011-03-17 20:20:30 +0200745/* Define to 1 if you have the `posix_fadvise' function. */
746#undef HAVE_POSIX_FADVISE
747
748/* Define to 1 if you have the `posix_fallocate' function. */
749#undef HAVE_POSIX_FALLOCATE
750
Pablo Galindo6c6ddf92018-01-29 01:56:10 +0000751/* Define to 1 if you have the `posix_spawn' function. */
752#undef HAVE_POSIX_SPAWN
753
Joannah Nanjekye92b83222019-01-16 16:29:26 +0300754/* Define to 1 if you have the `posix_spawnp' function. */
755#undef HAVE_POSIX_SPAWNP
756
Ross Lagerwall7807c352011-03-17 20:20:30 +0200757/* Define to 1 if you have the `pread' function. */
758#undef HAVE_PREAD
759
Pablo Galindo4defba32018-01-27 16:16:37 +0000760/* Define to 1 if you have the `preadv' function. */
761#undef HAVE_PREADV
762
763/* Define to 1 if you have the `preadv2' function. */
764#undef HAVE_PREADV2
765
Christian Heimesb7bd5df2013-10-22 11:21:54 +0200766/* Define if you have the 'prlimit' functions. */
767#undef HAVE_PRLIMIT
768
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000769/* Define to 1 if you have the <process.h> header file. */
770#undef HAVE_PROCESS_H
771
Martin v. Löwis11437992002-04-12 09:54:03 +0000772/* Define if your compiler supports function prototype */
773#undef HAVE_PROTOTYPES
774
Inada Naoki001fee12019-02-20 10:00:09 +0900775/* Define to 1 if you have the `pthread_condattr_setclock' function. */
776#undef HAVE_PTHREAD_CONDATTR_SETCLOCK
777
Martin v. Löwisa7a76d32002-10-04 07:21:24 +0000778/* Defined for Solaris 2.6 bug in pthread header. */
779#undef HAVE_PTHREAD_DESTRUCTOR
780
pdoxe14679c2017-10-05 00:01:56 -0700781/* Define to 1 if you have the `pthread_getcpuclockid' function. */
782#undef HAVE_PTHREAD_GETCPUCLOCKID
783
Martin v. Löwis11437992002-04-12 09:54:03 +0000784/* Define to 1 if you have the <pthread.h> header file. */
785#undef HAVE_PTHREAD_H
786
787/* Define to 1 if you have the `pthread_init' function. */
788#undef HAVE_PTHREAD_INIT
789
Victor Stinnerb3e72192011-05-08 01:46:11 +0200790/* Define to 1 if you have the `pthread_kill' function. */
791#undef HAVE_PTHREAD_KILL
792
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500793/* Define to 1 if you have the `pthread_sigmask' function. */
794#undef HAVE_PTHREAD_SIGMASK
795
Martin v. Löwis11437992002-04-12 09:54:03 +0000796/* Define to 1 if you have the <pty.h> header file. */
797#undef HAVE_PTY_H
798
799/* Define to 1 if you have the `putenv' function. */
800#undef HAVE_PUTENV
801
Ross Lagerwall7807c352011-03-17 20:20:30 +0200802/* Define to 1 if you have the `pwrite' function. */
803#undef HAVE_PWRITE
804
Pablo Galindo4defba32018-01-27 16:16:37 +0000805/* Define to 1 if you have the `pwritev' function. */
806#undef HAVE_PWRITEV
807
808/* Define to 1 if you have the `pwritev2' function. */
809#undef HAVE_PWRITEV2
810
Martin v. Löwis11437992002-04-12 09:54:03 +0000811/* Define to 1 if you have the `readlink' function. */
812#undef HAVE_READLINK
813
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000814/* Define to 1 if you have the `readlinkat' function. */
815#undef HAVE_READLINKAT
816
Ross Lagerwall7807c352011-03-17 20:20:30 +0200817/* Define to 1 if you have the `readv' function. */
818#undef HAVE_READV
819
Guido van Rossum162e38c2003-02-19 15:25:10 +0000820/* Define to 1 if you have the `realpath' function. */
821#undef HAVE_REALPATH
822
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000823/* Define to 1 if you have the `renameat' function. */
824#undef HAVE_RENAMEAT
825
Benjamin Petersond1e22ba2014-11-26 14:35:12 -0600826/* Define if readline supports append_history */
827#undef HAVE_RL_APPEND_HISTORY
828
Michael W. Hudson30ea2f22004-07-07 17:44:12 +0000829/* Define if you can turn off readline's signal handling. */
830#undef HAVE_RL_CATCH_SIGNAL
831
Guido van Rossumfaf5e4d2002-12-30 16:25:41 +0000832/* Define if you have readline 2.2 */
833#undef HAVE_RL_COMPLETION_APPEND_CHARACTER
834
Thomas Wouters89d996e2007-09-08 17:39:28 +0000835/* Define if you have readline 4.0 */
836#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK
837
Martin v. Löwis11437992002-04-12 09:54:03 +0000838/* Define if you have readline 4.2 */
839#undef HAVE_RL_COMPLETION_MATCHES
840
Antoine Pitroud5131772009-10-26 19:22:14 +0000841/* Define if you have rl_completion_suppress_append */
842#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
843
Martin v. Löwis11437992002-04-12 09:54:03 +0000844/* Define if you have readline 4.0 */
845#undef HAVE_RL_PRE_INPUT_HOOK
846
Martin Panter5dbbf1a2016-04-03 02:54:58 +0000847/* Define if you have readline 4.0 */
848#undef HAVE_RL_RESIZE_TERMINAL
849
Mark Dickinsonf2537862009-04-18 13:58:18 +0000850/* Define to 1 if you have the `round' function. */
851#undef HAVE_ROUND
852
pxinwrf2d7ac72019-05-21 18:46:37 +0800853/* Define to 1 if you have the `rtpSpawn' function. */
854#undef HAVE_RTPSPAWN
855
Charles-François Nataliea0d5fc2011-09-06 19:03:35 +0200856/* Define to 1 if you have the `sched_get_priority_max' function. */
857#undef HAVE_SCHED_GET_PRIORITY_MAX
858
Benjamin Peterson94b580d2011-08-02 17:30:04 -0500859/* Define to 1 if you have the <sched.h> header file. */
860#undef HAVE_SCHED_H
861
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500862/* Define to 1 if you have the `sched_rr_get_interval' function. */
863#undef HAVE_SCHED_RR_GET_INTERVAL
864
Benjamin Peterson2740af82011-08-02 17:41:34 -0500865/* Define to 1 if you have the `sched_setaffinity' function. */
866#undef HAVE_SCHED_SETAFFINITY
867
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500868/* Define to 1 if you have the `sched_setparam' function. */
869#undef HAVE_SCHED_SETPARAM
870
871/* Define to 1 if you have the `sched_setscheduler' function. */
872#undef HAVE_SCHED_SETSCHEDULER
873
Benjamin Peterson965ce872009-04-05 21:24:58 +0000874/* Define to 1 if you have the `sem_getvalue' function. */
875#undef HAVE_SEM_GETVALUE
876
877/* Define to 1 if you have the `sem_open' function. */
878#undef HAVE_SEM_OPEN
879
880/* Define to 1 if you have the `sem_timedwait' function. */
881#undef HAVE_SEM_TIMEDWAIT
882
883/* Define to 1 if you have the `sem_unlink' function. */
884#undef HAVE_SEM_UNLINK
885
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000886/* Define to 1 if you have the `sendfile' function. */
887#undef HAVE_SENDFILE
888
Martin v. Löwis11437992002-04-12 09:54:03 +0000889/* Define to 1 if you have the `setegid' function. */
890#undef HAVE_SETEGID
891
892/* Define to 1 if you have the `seteuid' function. */
893#undef HAVE_SETEUID
894
895/* Define to 1 if you have the `setgid' function. */
896#undef HAVE_SETGID
897
Martin v. Löwisd5843682002-11-21 20:41:28 +0000898/* Define if you have the 'setgroups' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000899#undef HAVE_SETGROUPS
900
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000901/* Define to 1 if you have the `sethostname' function. */
902#undef HAVE_SETHOSTNAME
903
Martin v. Löwis823725e2008-03-24 13:39:54 +0000904/* Define to 1 if you have the `setitimer' function. */
905#undef HAVE_SETITIMER
906
Martin v. Löwis11437992002-04-12 09:54:03 +0000907/* Define to 1 if you have the `setlocale' function. */
908#undef HAVE_SETLOCALE
909
910/* Define to 1 if you have the `setpgid' function. */
911#undef HAVE_SETPGID
912
Martin v. Löwis4daacb12003-03-28 18:37:01 +0000913/* Define to 1 if you have the `setpgrp' function. */
914#undef HAVE_SETPGRP
915
Giampaolo Rodolà18e8bcb2011-02-25 20:57:54 +0000916/* Define to 1 if you have the `setpriority' function. */
917#undef HAVE_SETPRIORITY
918
Martin v. Löwis11437992002-04-12 09:54:03 +0000919/* Define to 1 if you have the `setregid' function. */
920#undef HAVE_SETREGID
921
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000922/* Define to 1 if you have the `setresgid' function. */
923#undef HAVE_SETRESGID
924
925/* Define to 1 if you have the `setresuid' function. */
926#undef HAVE_SETRESUID
927
Martin v. Löwis11437992002-04-12 09:54:03 +0000928/* Define to 1 if you have the `setreuid' function. */
929#undef HAVE_SETREUID
930
931/* Define to 1 if you have the `setsid' function. */
932#undef HAVE_SETSID
933
934/* Define to 1 if you have the `setuid' function. */
935#undef HAVE_SETUID
936
937/* Define to 1 if you have the `setvbuf' function. */
938#undef HAVE_SETVBUF
939
Martin v. Löwisc3001752005-01-23 09:27:24 +0000940/* Define to 1 if you have the <shadow.h> header file. */
941#undef HAVE_SHADOW_H
942
Benjamin Petersonb84df2d2019-02-25 21:37:59 -0800943/* Define to 1 if you have the `shm_open' function. */
944#undef HAVE_SHM_OPEN
945
946/* Define to 1 if you have the `shm_unlink' function. */
947#undef HAVE_SHM_UNLINK
948
Martin v. Löwis11437992002-04-12 09:54:03 +0000949/* Define to 1 if you have the `sigaction' function. */
950#undef HAVE_SIGACTION
951
Victor Stinner024e37a2011-03-31 01:31:06 +0200952/* Define to 1 if you have the `sigaltstack' function. */
953#undef HAVE_SIGALTSTACK
954
Antoine Pitrou9d3627e2018-05-04 13:00:50 +0200955/* Define to 1 if you have the `sigfillset' function. */
956#undef HAVE_SIGFILLSET
957
Zachary Ware6a6967e2016-10-01 00:47:27 -0500958/* Define to 1 if `si_band' is a member of `siginfo_t'. */
959#undef HAVE_SIGINFO_T_SI_BAND
960
Martin v. Löwis11437992002-04-12 09:54:03 +0000961/* Define to 1 if you have the `siginterrupt' function. */
962#undef HAVE_SIGINTERRUPT
963
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000964/* Define to 1 if you have the <signal.h> header file. */
965#undef HAVE_SIGNAL_H
966
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500967/* Define to 1 if you have the `sigpending' function. */
968#undef HAVE_SIGPENDING
969
Martin v. Löwis11437992002-04-12 09:54:03 +0000970/* Define to 1 if you have the `sigrelse' function. */
971#undef HAVE_SIGRELSE
972
Ross Lagerwallbc808222011-06-25 12:13:40 +0200973/* Define to 1 if you have the `sigtimedwait' function. */
974#undef HAVE_SIGTIMEDWAIT
975
Victor Stinnerb3e72192011-05-08 01:46:11 +0200976/* Define to 1 if you have the `sigwait' function. */
977#undef HAVE_SIGWAIT
978
Ross Lagerwallbc808222011-06-25 12:13:40 +0200979/* Define to 1 if you have the `sigwaitinfo' function. */
980#undef HAVE_SIGWAITINFO
981
Martin v. Löwis11437992002-04-12 09:54:03 +0000982/* Define to 1 if you have the `snprintf' function. */
983#undef HAVE_SNPRINTF
984
Christian Heimesdffa3942016-09-05 23:54:41 +0200985/* struct sockaddr_alg (linux/if_alg.h) */
986#undef HAVE_SOCKADDR_ALG
987
Martin v. Löwis11437992002-04-12 09:54:03 +0000988/* Define if sockaddr has sa_len member */
989#undef HAVE_SOCKADDR_SA_LEN
990
991/* struct sockaddr_storage (sys/socket.h) */
992#undef HAVE_SOCKADDR_STORAGE
993
Martin v. Löwisd6320502004-08-12 13:45:08 +0000994/* Define if you have the 'socketpair' function. */
995#undef HAVE_SOCKETPAIR
996
Ronald Oussoren755740f2010-02-07 19:56:39 +0000997/* Define to 1 if you have the <spawn.h> header file. */
998#undef HAVE_SPAWN_H
999
Martin v. Löwis18e16552006-02-15 17:27:45 +00001000/* Define if your compiler provides ssize_t */
1001#undef HAVE_SSIZE_T
1002
Martin v. Löwis11437992002-04-12 09:54:03 +00001003/* Define to 1 if you have the `statvfs' function. */
1004#undef HAVE_STATVFS
1005
Martin v. Löwis94717ed2002-09-09 14:24:16 +00001006/* Define if you have struct stat.st_mtim.tv_nsec */
1007#undef HAVE_STAT_TV_NSEC
1008
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +00001009/* Define if you have struct stat.st_mtimensec */
1010#undef HAVE_STAT_TV_NSEC2
1011
Martin v. Löwis11437992002-04-12 09:54:03 +00001012/* Define if your compiler supports variable length function prototypes (e.g.
1013 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
1014#undef HAVE_STDARG_PROTOTYPES
1015
Martin v. Löwis11437992002-04-12 09:54:03 +00001016/* Define to 1 if you have the <stdint.h> header file. */
1017#undef HAVE_STDINT_H
1018
Nicholas Bastine62c5c82004-03-21 23:45:42 +00001019/* Define to 1 if you have the <stdlib.h> header file. */
1020#undef HAVE_STDLIB_H
1021
Benjamin Peterson15c7b2a2018-07-15 17:01:42 -07001022/* Has stdatomic.h with atomic_int */
Victor Stinner4f5366e2015-01-09 02:13:19 +01001023#undef HAVE_STD_ATOMIC
1024
Nicholas Bastine62c5c82004-03-21 23:45:42 +00001025/* Define to 1 if you have the `strdup' function. */
1026#undef HAVE_STRDUP
1027
Martin v. Löwis11437992002-04-12 09:54:03 +00001028/* Define to 1 if you have the `strftime' function. */
1029#undef HAVE_STRFTIME
1030
1031/* Define to 1 if you have the <strings.h> header file. */
1032#undef HAVE_STRINGS_H
1033
Nicholas Bastine62c5c82004-03-21 23:45:42 +00001034/* Define to 1 if you have the <string.h> header file. */
1035#undef HAVE_STRING_H
1036
Gregory P. Smith6c357262007-09-03 16:44:06 +00001037/* Define to 1 if you have the `strlcpy' function. */
1038#undef HAVE_STRLCPY
1039
Martin v. Löwis14e73b12003-01-01 09:51:12 +00001040/* Define to 1 if you have the <stropts.h> header file. */
1041#undef HAVE_STROPTS_H
1042
Michael Osipov48ce4892018-08-23 15:27:19 +02001043/* Define to 1 if you have the `strsignal' function. */
1044#undef HAVE_STRSIGNAL
1045
Stefan Krah267b6392016-04-26 01:09:18 +02001046/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1047#undef HAVE_STRUCT_PASSWD_PW_GECOS
1048
1049/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
1050#undef HAVE_STRUCT_PASSWD_PW_PASSWD
1051
Matthias Kloseb9621712010-04-24 17:59:49 +00001052/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +00001053#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
1054
Matthias Kloseb9621712010-04-24 17:59:49 +00001055/* Define to 1 if `st_blksize' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001056#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1057
Matthias Kloseb9621712010-04-24 17:59:49 +00001058/* Define to 1 if `st_blocks' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001059#undef HAVE_STRUCT_STAT_ST_BLOCKS
1060
Matthias Kloseb9621712010-04-24 17:59:49 +00001061/* Define to 1 if `st_flags' is a member of `struct stat'. */
Hye-Shik Chang5f937a72005-06-02 13:09:30 +00001062#undef HAVE_STRUCT_STAT_ST_FLAGS
1063
Matthias Kloseb9621712010-04-24 17:59:49 +00001064/* Define to 1 if `st_gen' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +00001065#undef HAVE_STRUCT_STAT_ST_GEN
1066
Matthias Kloseb9621712010-04-24 17:59:49 +00001067/* Define to 1 if `st_rdev' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001068#undef HAVE_STRUCT_STAT_ST_RDEV
1069
Matthias Kloseb9621712010-04-24 17:59:49 +00001070/* Define to 1 if `tm_zone' is a member of `struct tm'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001071#undef HAVE_STRUCT_TM_TM_ZONE
1072
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +00001073/* Define if you have the 'symlink' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001074#undef HAVE_SYMLINK
1075
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001076/* Define to 1 if you have the `symlinkat' function. */
1077#undef HAVE_SYMLINKAT
1078
Ross Lagerwall7807c352011-03-17 20:20:30 +02001079/* Define to 1 if you have the `sync' function. */
1080#undef HAVE_SYNC
1081
Martin v. Löwis11437992002-04-12 09:54:03 +00001082/* Define to 1 if you have the `sysconf' function. */
1083#undef HAVE_SYSCONF
1084
Barry Warsawfe33b792003-01-07 22:42:49 +00001085/* Define to 1 if you have the <sysexits.h> header file. */
1086#undef HAVE_SYSEXITS_H
1087
Martin v. Löwis11437992002-04-12 09:54:03 +00001088/* Define to 1 if you have the <sys/audioio.h> header file. */
1089#undef HAVE_SYS_AUDIOIO_H
1090
Neal Norwitz82251032003-05-23 14:35:24 +00001091/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1092#undef HAVE_SYS_BSDTTY_H
1093
Jesus Cead8b9ae62011-11-14 19:07:41 +01001094/* Define to 1 if you have the <sys/devpoll.h> header file. */
1095#undef HAVE_SYS_DEVPOLL_H
1096
Martin v. Löwis11437992002-04-12 09:54:03 +00001097/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1098 */
1099#undef HAVE_SYS_DIR_H
1100
Christian Heimes985ecdc2013-11-20 11:46:18 +01001101/* Define to 1 if you have the <sys/endian.h> header file. */
1102#undef HAVE_SYS_ENDIAN_H
1103
Christian Heimes4fbc72b2008-03-22 00:47:35 +00001104/* Define to 1 if you have the <sys/epoll.h> header file. */
1105#undef HAVE_SYS_EPOLL_H
1106
1107/* Define to 1 if you have the <sys/event.h> header file. */
1108#undef HAVE_SYS_EVENT_H
1109
Martin v. Löwis11437992002-04-12 09:54:03 +00001110/* Define to 1 if you have the <sys/file.h> header file. */
1111#undef HAVE_SYS_FILE_H
1112
Antoine Pitroubcf2b592012-02-08 23:28:36 +01001113/* Define to 1 if you have the <sys/ioctl.h> header file. */
1114#undef HAVE_SYS_IOCTL_H
1115
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001116/* Define to 1 if you have the <sys/kern_control.h> header file. */
1117#undef HAVE_SYS_KERN_CONTROL_H
1118
Anthony Baxter8a560de2004-10-13 15:30:56 +00001119/* Define to 1 if you have the <sys/loadavg.h> header file. */
1120#undef HAVE_SYS_LOADAVG_H
1121
Martin v. Löwis11437992002-04-12 09:54:03 +00001122/* Define to 1 if you have the <sys/lock.h> header file. */
1123#undef HAVE_SYS_LOCK_H
1124
Zackery Spytz43fdbd22019-05-29 13:57:07 -06001125/* Define to 1 if you have the <sys/memfd.h> header file. */
1126#undef HAVE_SYS_MEMFD_H
1127
Neal Norwitz3d949422002-04-20 13:46:43 +00001128/* Define to 1 if you have the <sys/mkdev.h> header file. */
1129#undef HAVE_SYS_MKDEV_H
1130
Benjamin Petersonb84df2d2019-02-25 21:37:59 -08001131/* Define to 1 if you have the <sys/mman.h> header file. */
1132#undef HAVE_SYS_MMAN_H
1133
Martin v. Löwis11437992002-04-12 09:54:03 +00001134/* Define to 1 if you have the <sys/modem.h> header file. */
1135#undef HAVE_SYS_MODEM_H
1136
1137/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1138 */
1139#undef HAVE_SYS_NDIR_H
1140
1141/* Define to 1 if you have the <sys/param.h> header file. */
1142#undef HAVE_SYS_PARAM_H
1143
1144/* Define to 1 if you have the <sys/poll.h> header file. */
1145#undef HAVE_SYS_POLL_H
1146
Benjamin Petersonfb2ae152016-12-19 23:54:25 -08001147/* Define to 1 if you have the <sys/random.h> header file. */
1148#undef HAVE_SYS_RANDOM_H
1149
Martin v. Löwis11437992002-04-12 09:54:03 +00001150/* Define to 1 if you have the <sys/resource.h> header file. */
1151#undef HAVE_SYS_RESOURCE_H
1152
1153/* Define to 1 if you have the <sys/select.h> header file. */
1154#undef HAVE_SYS_SELECT_H
1155
Antoine Pitrou5c2f4642011-02-26 00:22:09 +00001156/* Define to 1 if you have the <sys/sendfile.h> header file. */
1157#undef HAVE_SYS_SENDFILE_H
1158
Martin v. Löwis11437992002-04-12 09:54:03 +00001159/* Define to 1 if you have the <sys/socket.h> header file. */
1160#undef HAVE_SYS_SOCKET_H
1161
Thomas Wouters477c8d52006-05-27 19:21:47 +00001162/* Define to 1 if you have the <sys/statvfs.h> header file. */
1163#undef HAVE_SYS_STATVFS_H
1164
Martin v. Löwis11437992002-04-12 09:54:03 +00001165/* Define to 1 if you have the <sys/stat.h> header file. */
1166#undef HAVE_SYS_STAT_H
1167
Gregory P. Smith8facece2012-01-21 14:01:08 -08001168/* Define to 1 if you have the <sys/syscall.h> header file. */
1169#undef HAVE_SYS_SYSCALL_H
1170
Christian Heimes75b96182017-09-05 15:53:09 +02001171/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1172#undef HAVE_SYS_SYSMACROS_H
1173
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001174/* Define to 1 if you have the <sys/sys_domain.h> header file. */
1175#undef HAVE_SYS_SYS_DOMAIN_H
1176
Georg Brandlf78e02b2008-06-10 17:40:04 +00001177/* Define to 1 if you have the <sys/termio.h> header file. */
1178#undef HAVE_SYS_TERMIO_H
1179
Martin v. Löwis11437992002-04-12 09:54:03 +00001180/* Define to 1 if you have the <sys/times.h> header file. */
1181#undef HAVE_SYS_TIMES_H
1182
1183/* Define to 1 if you have the <sys/time.h> header file. */
1184#undef HAVE_SYS_TIME_H
1185
1186/* Define to 1 if you have the <sys/types.h> header file. */
1187#undef HAVE_SYS_TYPES_H
1188
Antoine Pitrou061cfb52011-02-28 22:25:22 +00001189/* Define to 1 if you have the <sys/uio.h> header file. */
1190#undef HAVE_SYS_UIO_H
1191
Martin v. Löwis11437992002-04-12 09:54:03 +00001192/* Define to 1 if you have the <sys/un.h> header file. */
1193#undef HAVE_SYS_UN_H
1194
1195/* Define to 1 if you have the <sys/utsname.h> header file. */
1196#undef HAVE_SYS_UTSNAME_H
1197
1198/* Define to 1 if you have the <sys/wait.h> header file. */
1199#undef HAVE_SYS_WAIT_H
1200
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001201/* Define to 1 if you have the <sys/xattr.h> header file. */
1202#undef HAVE_SYS_XATTR_H
1203
Martin v. Löwis11437992002-04-12 09:54:03 +00001204/* Define to 1 if you have the `tcgetpgrp' function. */
1205#undef HAVE_TCGETPGRP
1206
1207/* Define to 1 if you have the `tcsetpgrp' function. */
1208#undef HAVE_TCSETPGRP
1209
1210/* Define to 1 if you have the `tempnam' function. */
1211#undef HAVE_TEMPNAM
1212
1213/* Define to 1 if you have the <termios.h> header file. */
1214#undef HAVE_TERMIOS_H
1215
1216/* Define to 1 if you have the <term.h> header file. */
1217#undef HAVE_TERM_H
1218
Mark Dickinson9c113362009-09-05 10:36:23 +00001219/* Define to 1 if you have the `tgamma' function. */
1220#undef HAVE_TGAMMA
1221
Martin v. Löwis11437992002-04-12 09:54:03 +00001222/* Define to 1 if you have the `timegm' function. */
1223#undef HAVE_TIMEGM
1224
1225/* Define to 1 if you have the `times' function. */
1226#undef HAVE_TIMES
1227
1228/* Define to 1 if you have the `tmpfile' function. */
1229#undef HAVE_TMPFILE
1230
1231/* Define to 1 if you have the `tmpnam' function. */
1232#undef HAVE_TMPNAM
1233
1234/* Define to 1 if you have the `tmpnam_r' function. */
1235#undef HAVE_TMPNAM_R
1236
1237/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1238 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1239#undef HAVE_TM_ZONE
1240
1241/* Define to 1 if you have the `truncate' function. */
1242#undef HAVE_TRUNCATE
1243
1244/* Define to 1 if you don't have `tm_zone' but do have the external array
1245 `tzname'. */
1246#undef HAVE_TZNAME
1247
Brett Cannon18367812003-09-19 00:59:16 +00001248/* Define this if you have tcl and TCL_UTF_MAX==6 */
1249#undef HAVE_UCS4_TCL
1250
Martin v. Löwis11437992002-04-12 09:54:03 +00001251/* Define to 1 if you have the `uname' function. */
1252#undef HAVE_UNAME
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001253
Martin v. Löwis11437992002-04-12 09:54:03 +00001254/* Define to 1 if you have the <unistd.h> header file. */
1255#undef HAVE_UNISTD_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001256
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001257/* Define to 1 if you have the `unlinkat' function. */
1258#undef HAVE_UNLINKAT
1259
Martin v. Löwis11437992002-04-12 09:54:03 +00001260/* Define to 1 if you have the `unsetenv' function. */
1261#undef HAVE_UNSETENV
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001262
Martin v. Löwis11437992002-04-12 09:54:03 +00001263/* Define if you have a useable wchar_t type defined in wchar.h; useable means
Martin v. Löwis49ee14d2003-11-10 06:35:36 +00001264 wchar_t must be an unsigned type with at least 16 bits. (see
1265 Include/unicodeobject.h). */
Martin v. Löwis11437992002-04-12 09:54:03 +00001266#undef HAVE_USABLE_WCHAR_T
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001267
Ronald Oussoren755740f2010-02-07 19:56:39 +00001268/* Define to 1 if you have the <util.h> header file. */
1269#undef HAVE_UTIL_H
1270
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001271/* Define to 1 if you have the `utimensat' function. */
1272#undef HAVE_UTIMENSAT
1273
Martin v. Löwis6aa9fdb2002-09-10 09:16:13 +00001274/* Define to 1 if you have the `utimes' function. */
1275#undef HAVE_UTIMES
1276
Martin v. Löwis11437992002-04-12 09:54:03 +00001277/* Define to 1 if you have the <utime.h> header file. */
1278#undef HAVE_UTIME_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001279
David Carlierb4ebaa72018-01-09 19:38:07 +00001280/* Define if uuid_create() exists. */
Michael Felt0d3ccb42017-12-30 22:39:20 +01001281#undef HAVE_UUID_CREATE
1282
Serhiy Storchaka17d88302018-05-25 01:45:09 +03001283/* Define if uuid_enc_be() exists. */
1284#undef HAVE_UUID_ENC_BE
1285
Berker Peksag9a10ff42017-11-08 23:09:16 +03001286/* Define if uuid_generate_time_safe() exists. */
1287#undef HAVE_UUID_GENERATE_TIME_SAFE
1288
Michael Felt0d3ccb42017-12-30 22:39:20 +01001289/* Define to 1 if you have the <uuid.h> header file. */
1290#undef HAVE_UUID_H
1291
1292/* Define to 1 if you have the <uuid/uuid.h> header file. */
1293#undef HAVE_UUID_UUID_H
1294
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001295/* Define to 1 if you have the `wait3' function. */
1296#undef HAVE_WAIT3
1297
1298/* Define to 1 if you have the `wait4' function. */
1299#undef HAVE_WAIT4
1300
Ross Lagerwall7807c352011-03-17 20:20:30 +02001301/* Define to 1 if you have the `waitid' function. */
1302#undef HAVE_WAITID
1303
Martin v. Löwis11437992002-04-12 09:54:03 +00001304/* Define to 1 if you have the `waitpid' function. */
1305#undef HAVE_WAITPID
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001306
Martin v. Löwis11437992002-04-12 09:54:03 +00001307/* Define if the compiler provides a wchar.h header file. */
1308#undef HAVE_WCHAR_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001309
Martin v. Löwis9c36c292002-12-21 18:34:06 +00001310/* Define to 1 if you have the `wcscoll' function. */
1311#undef HAVE_WCSCOLL
1312
Martin v. Löwis113a0852009-05-29 17:25:39 +00001313/* Define to 1 if you have the `wcsftime' function. */
1314#undef HAVE_WCSFTIME
1315
Martin v. Löwis92fab752008-03-08 10:40:41 +00001316/* Define to 1 if you have the `wcsxfrm' function. */
1317#undef HAVE_WCSXFRM
1318
Victor Stinnercd777ea2013-04-08 22:43:44 +02001319/* Define to 1 if you have the `wmemcmp' function. */
1320#undef HAVE_WMEMCMP
1321
Guido van Rossumd11b62e2003-03-14 21:51:36 +00001322/* Define if tzset() actually switches the local timezone in a meaningful way.
1323 */
1324#undef HAVE_WORKING_TZSET
1325
Ross Lagerwall7807c352011-03-17 20:20:30 +02001326/* Define to 1 if you have the `writev' function. */
1327#undef HAVE_WRITEV
1328
Christian Heimesff5be6e2018-01-20 13:19:21 +01001329/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
1330#undef HAVE_X509_VERIFY_PARAM_SET1_HOST
1331
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001332/* Define if the zlib library has inflateCopy */
1333#undef HAVE_ZLIB_COPY
1334
Martin v. Löwis11437992002-04-12 09:54:03 +00001335/* Define to 1 if you have the `_getpty' function. */
1336#undef HAVE__GETPTY
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001337
Martin v. Löwisdbe3f762002-10-10 14:27:30 +00001338/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1339 */
1340#undef MAJOR_IN_MKDEV
1341
1342/* Define to 1 if `major', `minor', and `makedev' are declared in
1343 <sysmacros.h>. */
1344#undef MAJOR_IN_SYSMACROS
1345
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001346/* Define if mvwdelch in curses.h is an expression. */
1347#undef MVWDELCH_IS_EXPRESSION
1348
Martin v. Löwis11437992002-04-12 09:54:03 +00001349/* Define to the address where bug reports for this package should be sent. */
1350#undef PACKAGE_BUGREPORT
1351
1352/* Define to the full name of this package. */
1353#undef PACKAGE_NAME
1354
1355/* Define to the full name and version of this package. */
1356#undef PACKAGE_STRING
1357
1358/* Define to the one symbol short name of this package. */
1359#undef PACKAGE_TARNAME
1360
Matthias Kloseb9621712010-04-24 17:59:49 +00001361/* Define to the home page for this package. */
1362#undef PACKAGE_URL
1363
Martin v. Löwis11437992002-04-12 09:54:03 +00001364/* Define to the version of this package. */
1365#undef PACKAGE_VERSION
1366
Mark Dickinsona614f042009-11-28 12:48:43 +00001367/* Define if POSIX semaphores aren't enabled on your system */
1368#undef POSIX_SEMAPHORES_NOT_ENABLED
1369
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001370/* Define if pthread_key_t is compatible with int. */
1371#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT
1372
Martin v. Löwis11437992002-04-12 09:54:03 +00001373/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
1374#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
1375
Mark Dickinsonbd792642009-03-18 20:06:12 +00001376/* Define as the preferred size in bits of long digits */
1377#undef PYLONG_BITS_IN_DIGIT
1378
Nick Coghlan6ea41862017-06-11 13:16:15 +10001379/* Define if you want to coerce the C locale to a UTF-8 based locale */
1380#undef PY_COERCE_C_LOCALE
1381
Thomas Wouters477c8d52006-05-27 19:21:47 +00001382/* Define to printf format modifier for Py_ssize_t */
1383#undef PY_FORMAT_SIZE_T
1384
Christian Heimes892d66e2018-01-29 14:10:18 +01001385/* Default cipher suites list for ssl module. 1: Python's preferred selection,
1386 2: leave OpenSSL defaults untouched, 0: custom string */
1387#undef PY_SSL_DEFAULT_CIPHERS
1388
1389/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
1390#undef PY_SSL_DEFAULT_CIPHER_STRING
1391
Martin v. Löwis11437992002-04-12 09:54:03 +00001392/* Define if you want to build an interpreter with many run-time checks. */
1393#undef Py_DEBUG
1394
Mark Hammond8235ea12002-07-19 06:55:41 +00001395/* Defined if Python is built as a shared library. */
1396#undef Py_ENABLE_SHARED
1397
Christian Heimes985ecdc2013-11-20 11:46:18 +01001398/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
1399 externally defined: 0 */
1400#undef Py_HASH_ALGORITHM
1401
Victor Stinnerf4e47032019-04-25 00:56:28 +02001402/* Define if you want to enable tracing references for debugging purpose */
1403#undef Py_TRACE_REFS
1404
Matthias Klosebada4c32010-04-25 21:18:48 +00001405/* assume C89 semantics that RETSIGTYPE is always void */
Martin v. Löwis11437992002-04-12 09:54:03 +00001406#undef RETSIGTYPE
1407
1408/* Define if setpgrp() must be called as setpgrp(0, 0). */
1409#undef SETPGRP_HAVE_ARG
1410
Benjamin Petersonb84df2d2019-02-25 21:37:59 -08001411/* Define to 1 if you must link with -lrt for shm_open(). */
1412#undef SHM_NEEDS_LIBRT
1413
Martin v. Löwis11437992002-04-12 09:54:03 +00001414/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1415#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1416
Guido van Rossum806c2462007-08-06 23:33:07 +00001417/* The size of `double', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001418#undef SIZEOF_DOUBLE
1419
Guido van Rossum806c2462007-08-06 23:33:07 +00001420/* The size of `float', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001421#undef SIZEOF_FLOAT
1422
Guido van Rossum806c2462007-08-06 23:33:07 +00001423/* The size of `fpos_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001424#undef SIZEOF_FPOS_T
1425
Guido van Rossum806c2462007-08-06 23:33:07 +00001426/* The size of `int', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001427#undef SIZEOF_INT
1428
Guido van Rossum806c2462007-08-06 23:33:07 +00001429/* The size of `long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001430#undef SIZEOF_LONG
1431
Travis E. Oliphant9b307842007-10-12 22:06:37 +00001432/* The size of `long double', as computed by sizeof. */
1433#undef SIZEOF_LONG_DOUBLE
1434
Guido van Rossum806c2462007-08-06 23:33:07 +00001435/* The size of `long long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001436#undef SIZEOF_LONG_LONG
1437
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001438/* The size of `off_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001439#undef SIZEOF_OFF_T
1440
Christian Heimes400adb02008-02-01 08:12:03 +00001441/* The size of `pid_t', as computed by sizeof. */
1442#undef SIZEOF_PID_T
1443
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001444/* The size of `pthread_key_t', as computed by sizeof. */
1445#undef SIZEOF_PTHREAD_KEY_T
1446
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001447/* The size of `pthread_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001448#undef SIZEOF_PTHREAD_T
1449
Guido van Rossum806c2462007-08-06 23:33:07 +00001450/* The size of `short', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001451#undef SIZEOF_SHORT
1452
Guido van Rossum806c2462007-08-06 23:33:07 +00001453/* The size of `size_t', as computed by sizeof. */
Martin v. Löwis18e16552006-02-15 17:27:45 +00001454#undef SIZEOF_SIZE_T
1455
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001456/* The size of `time_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001457#undef SIZEOF_TIME_T
1458
Benjamin Petersondf6ff7b2016-09-06 13:53:14 -07001459/* The size of `uintptr_t', as computed by sizeof. */
1460#undef SIZEOF_UINTPTR_T
1461
Guido van Rossum806c2462007-08-06 23:33:07 +00001462/* The size of `void *', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001463#undef SIZEOF_VOID_P
1464
Guido van Rossum806c2462007-08-06 23:33:07 +00001465/* The size of `wchar_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001466#undef SIZEOF_WCHAR_T
1467
Guido van Rossum806c2462007-08-06 23:33:07 +00001468/* The size of `_Bool', as computed by sizeof. */
Thomas Woutersb2137042007-02-01 18:02:27 +00001469#undef SIZEOF__BOOL
1470
Martin v. Löwis11437992002-04-12 09:54:03 +00001471/* Define to 1 if you have the ANSI C header files. */
1472#undef STDC_HEADERS
1473
1474/* Define if you can safely include both <sys/select.h> and <sys/time.h>
1475 (which you can't on SCO ODT 3.0). */
1476#undef SYS_SELECT_WITH_SYS_TIME
1477
Victor Stinnere0be4232011-10-25 13:06:09 +02001478/* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1479#undef TIMEMODULE_LIB
1480
Martin v. Löwis11437992002-04-12 09:54:03 +00001481/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1482#undef TIME_WITH_SYS_TIME
1483
1484/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1485#undef TM_IN_SYS_TIME
1486
Benjamin Petersond7f73e92010-09-05 00:09:07 +00001487/* Define if you want to use computed gotos in ceval.c. */
Antoine Pitroub52ec782009-01-25 16:34:23 +00001488#undef USE_COMPUTED_GOTOS
1489
Matthias Kloseb9621712010-04-24 17:59:49 +00001490/* Enable extensions on AIX 3, Interix. */
1491#ifndef _ALL_SOURCE
1492# undef _ALL_SOURCE
1493#endif
1494/* Enable GNU extensions on systems that have them. */
1495#ifndef _GNU_SOURCE
1496# undef _GNU_SOURCE
1497#endif
1498/* Enable threading extensions on Solaris. */
1499#ifndef _POSIX_PTHREAD_SEMANTICS
1500# undef _POSIX_PTHREAD_SEMANTICS
1501#endif
1502/* Enable extensions on HP NonStop. */
1503#ifndef _TANDEM_SOURCE
1504# undef _TANDEM_SOURCE
1505#endif
1506/* Enable general extensions on Solaris. */
1507#ifndef __EXTENSIONS__
1508# undef __EXTENSIONS__
1509#endif
1510
1511
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001512/* Define if WINDOW in curses.h offers a field _flags. */
1513#undef WINDOW_HAS_FLAGS
1514
Martin v. Löwisa3fb4f72002-06-09 13:33:54 +00001515/* Define if you want documentation strings in extension modules */
1516#undef WITH_DOC_STRINGS
1517
Łukasz Langaa785c872016-09-09 17:37:37 -07001518/* Define if you want to compile in DTrace support */
1519#undef WITH_DTRACE
1520
Martin v. Löwis11437992002-04-12 09:54:03 +00001521/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1522 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1523 Dyld is necessary to support frameworks. */
1524#undef WITH_DYLD
1525
Martin v. Löwis19d17342003-06-14 21:03:05 +00001526/* Define to 1 if libintl is needed for locale functions. */
1527#undef WITH_LIBINTL
1528
Martin v. Löwis11437992002-04-12 09:54:03 +00001529/* Define if you want to produce an OpenStep/Rhapsody framework (shared
1530 library plus accessory files). */
1531#undef WITH_NEXT_FRAMEWORK
1532
1533/* Define if you want to compile in Python-specific mallocs */
1534#undef WITH_PYMALLOC
1535
Benjamin Peterson05159c42009-12-03 03:01:27 +00001536/* Define if you want pymalloc to be disabled when running under valgrind */
1537#undef WITH_VALGRIND
1538
Matthias Kloseb9621712010-04-24 17:59:49 +00001539/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1540 significant byte first (like Motorola and SPARC, unlike Intel). */
1541#if defined AC_APPLE_UNIVERSAL_BUILD
1542# if defined __BIG_ENDIAN__
1543# define WORDS_BIGENDIAN 1
1544# endif
1545#else
1546# ifndef WORDS_BIGENDIAN
1547# undef WORDS_BIGENDIAN
1548# endif
1549#endif
Martin v. Löwis11437992002-04-12 09:54:03 +00001550
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +00001551/* Define if arithmetic is subject to x87-style double rounding issue */
1552#undef X87_DOUBLE_ROUNDING
1553
Guido van Rossum806c2462007-08-06 23:33:07 +00001554/* Define on OpenBSD to activate all library features */
1555#undef _BSD_SOURCE
1556
Georg Brandlfcaf9102008-07-16 02:17:56 +00001557/* Define on Darwin to activate all library features */
1558#undef _DARWIN_C_SOURCE
1559
Martin v. Löwis11437992002-04-12 09:54:03 +00001560/* This must be set to 64 on some systems to enable large file support. */
1561#undef _FILE_OFFSET_BITS
1562
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001563/* Define on Linux to activate all library features */
1564#undef _GNU_SOURCE
1565
Christian Heimes647cd872013-12-07 23:39:33 +01001566/* Define to include mbstate_t for mbrtowc */
1567#undef _INCLUDE__STDC_A1_SOURCE
1568
Martin v. Löwis11437992002-04-12 09:54:03 +00001569/* This must be defined on some systems to enable large file support. */
1570#undef _LARGEFILE_SOURCE
1571
Benjamin Peterson83a0efd2011-02-25 14:01:05 +00001572/* This must be defined on AIX systems to enable large file support. */
1573#undef _LARGE_FILES
1574
Matthias Kloseb9621712010-04-24 17:59:49 +00001575/* Define to 1 if on MINIX. */
1576#undef _MINIX
1577
Martin v. Löwisbcd93962003-05-03 10:32:18 +00001578/* Define on NetBSD to activate all library features */
1579#undef _NETBSD_SOURCE
1580
Matthias Kloseb9621712010-04-24 17:59:49 +00001581/* Define to 2 if the system does not provide POSIX.1 features except with
1582 this defined. */
1583#undef _POSIX_1_SOURCE
1584
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001585/* Define to activate features from IEEE Stds 1003.1-2008 */
Martin v. Löwise4826582002-10-26 13:33:00 +00001586#undef _POSIX_C_SOURCE
1587
Matthias Kloseb9621712010-04-24 17:59:49 +00001588/* Define to 1 if you need to in order for `stat' and other things to work. */
1589#undef _POSIX_SOURCE
1590
Martin v. Löwis11437992002-04-12 09:54:03 +00001591/* Define if you have POSIX threads, and your system does not define that. */
1592#undef _POSIX_THREADS
1593
INADA Naoki6b42eb12017-06-29 15:31:38 +09001594/* framework name */
1595#undef _PYTHONFRAMEWORK
1596
Martin v. Löwis11437992002-04-12 09:54:03 +00001597/* Define to force use of thread-safe errno, h_errno, and other functions */
1598#undef _REENTRANT
1599
Martin v. Löwis678fc1e2002-11-12 06:04:39 +00001600/* Define to the level of X/Open that your system supports */
1601#undef _XOPEN_SOURCE
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001602
Martin v. Löwise4826582002-10-26 13:33:00 +00001603/* Define to activate Unix95-and-earlier features */
1604#undef _XOPEN_SOURCE_EXTENDED
1605
Jason Tishlerfac083d2003-07-22 15:20:49 +00001606/* Define on FreeBSD to activate all library features */
1607#undef __BSD_VISIBLE
1608
Martin v. Löwis11437992002-04-12 09:54:03 +00001609/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1610#ifndef __CHAR_UNSIGNED__
1611# undef __CHAR_UNSIGNED__
1612#endif
1613
Martin v. Löwis11437992002-04-12 09:54:03 +00001614/* Define to 'long' if <time.h> doesn't define. */
1615#undef clock_t
1616
1617/* Define to empty if `const' does not conform to ANSI C. */
1618#undef const
1619
1620/* Define to `int' if <sys/types.h> doesn't define. */
1621#undef gid_t
1622
1623/* Define to `int' if <sys/types.h> does not define. */
1624#undef mode_t
1625
Guido van Rossum806c2462007-08-06 23:33:07 +00001626/* Define to `long int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001627#undef off_t
1628
1629/* Define to `int' if <sys/types.h> does not define. */
1630#undef pid_t
1631
1632/* Define to empty if the keyword does not work. */
1633#undef signed
1634
Guido van Rossum806c2462007-08-06 23:33:07 +00001635/* Define to `unsigned int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001636#undef size_t
1637
Martin v. Löwis01c04012002-11-11 14:58:44 +00001638/* Define to `int' if <sys/socket.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001639#undef socklen_t
1640
1641/* Define to `int' if <sys/types.h> doesn't define. */
1642#undef uid_t
1643
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001644
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001645/* Define the macros needed if on a UnixWare 7.x system. */
1646#if defined(__USLC__) && defined(__SCO_VERSION__)
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001647#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1648#endif
1649
Martin v. Löwisbddf5a52002-11-11 13:37:28 +00001650#endif /*Py_PYCONFIG_H*/
1651