blob: 254a2dcab4da4447444d0a13345898db9c335122 [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
Xavier de Gaye95750b12016-07-09 11:05:42 +020015/* The Android API level. */
16#undef ANDROID_API_LEVEL
17
Mark Dickinsonb08a53a2009-04-16 19:52:09 +000018/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
19 mixed-endian order (byte order 45670123) */
20#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
21
22/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
23 significant byte first */
24#undef DOUBLE_IS_BIG_ENDIAN_IEEE754
25
26/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
27 least significant byte first */
28#undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754
29
Martin v. Löwis01dfdb32001-06-23 16:30:13 +000030/* Define if --enable-ipv6 is specified */
31#undef ENABLE_IPV6
32
Benjamin Petersonb3b8cb42018-09-18 23:49:05 -070033/* Define to 1 if your system stores words within floats with the most
34 significant word first */
35#undef FLOAT_WORDS_BIGENDIAN
36
Benjamin Petersond8d835b2010-10-15 23:14:46 +000037/* Define if flock needs to be linked with bsd library. */
Antoine Pitroua3000072010-09-07 14:52:42 +000038#undef FLOCK_NEEDS_LIBBSD
39
Martin v. Löwis11437992002-04-12 09:54:03 +000040/* Define if getpgrp() must be called as getpgrp(0). */
41#undef GETPGRP_HAVE_ARG
42
43/* Define if gettimeofday() does not have second (timezone) argument This is
44 the case on Motorola V4 (R40V4.2) */
45#undef GETTIMEOFDAY_NO_TZ
46
Antoine Pitroub1c54962010-10-14 15:05:38 +000047/* Define to 1 if you have the `accept4' function. */
48#undef HAVE_ACCEPT4
49
Christian Heimes9bd667a2008-01-20 15:14:11 +000050/* Define to 1 if you have the `acosh' function. */
51#undef HAVE_ACOSH
52
Martin v. Löwis11437992002-04-12 09:54:03 +000053/* struct addrinfo (netdb.h) */
54#undef HAVE_ADDRINFO
55
56/* Define to 1 if you have the `alarm' function. */
57#undef HAVE_ALARM
58
Christian Heimes985ecdc2013-11-20 11:46:18 +010059/* Define if aligned memory access is required */
60#undef HAVE_ALIGNED_REQUIRED
61
Christian Heimesf0400ba2013-06-18 13:22:17 +020062/* Define to 1 if you have the <alloca.h> header file. */
63#undef HAVE_ALLOCA_H
64
Martin v. Löwis11437992002-04-12 09:54:03 +000065/* Define this if your time.h defines altzone. */
66#undef HAVE_ALTZONE
67
Christian Heimes9bd667a2008-01-20 15:14:11 +000068/* Define to 1 if you have the `asinh' function. */
69#undef HAVE_ASINH
70
Martin v. Löwis11017b12006-01-14 18:12:57 +000071/* Define to 1 if you have the <asm/types.h> header file. */
72#undef HAVE_ASM_TYPES_H
73
Christian Heimes9bd667a2008-01-20 15:14:11 +000074/* Define to 1 if you have the `atanh' function. */
75#undef HAVE_ATANH
76
Gustavo Niemeyer7bd33c52004-07-22 18:44:01 +000077/* Define to 1 if you have the `bind_textdomain_codeset' function. */
78#undef HAVE_BIND_TEXTDOMAIN_CODESET
79
Martin v. Löwis12af0482004-01-31 12:34:17 +000080/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
81#undef HAVE_BLUETOOTH_BLUETOOTH_H
82
Hye-Shik Chang81268602004-02-02 06:05:24 +000083/* Define to 1 if you have the <bluetooth.h> header file. */
84#undef HAVE_BLUETOOTH_H
85
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +000086/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
87 chars that would be converted. */
88#undef HAVE_BROKEN_MBSTOWCS
89
Martin v. Löwis11437992002-04-12 09:54:03 +000090/* Define if nice() returns success/failure instead of the new priority. */
91#undef HAVE_BROKEN_NICE
92
Benjamin Petersond8d835b2010-10-15 23:14:46 +000093/* Define if the system reports an invalid PIPE_BUF value. */
94#undef HAVE_BROKEN_PIPE_BUF
95
Nicholas Bastine62c5c82004-03-21 23:45:42 +000096/* Define if poll() sets errno on invalid file descriptors. */
97#undef HAVE_BROKEN_POLL
98
Martin v. Löwisdfc33fd2003-01-21 10:14:41 +000099/* Define if the Posix semaphores do not work on your system */
100#undef HAVE_BROKEN_POSIX_SEMAPHORES
101
Jason Tishlerfac083d2003-07-22 15:20:49 +0000102/* Define if pthread_sigmask() does not work on your system. */
103#undef HAVE_BROKEN_PTHREAD_SIGMASK
104
Benjamin Peterson965ce872009-04-05 21:24:58 +0000105/* define to 1 if your sem_getvalue is broken. */
106#undef HAVE_BROKEN_SEM_GETVALUE
107
Victor Stinner984890f2011-11-24 13:53:38 +0100108/* Define if `unsetenv` does not return an int. */
109#undef HAVE_BROKEN_UNSETENV
110
Victor Stinner4f5366e2015-01-09 02:13:19 +0100111/* Has builtin atomics */
112#undef HAVE_BUILTIN_ATOMIC
113
Ned Deily3eb67d52011-06-28 00:00:28 -0700114/* Define to 1 if you have the 'chflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000115#undef HAVE_CHFLAGS
116
Martin v. Löwis11437992002-04-12 09:54:03 +0000117/* Define to 1 if you have the `chown' function. */
118#undef HAVE_CHOWN
119
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000120/* Define if you have the 'chroot' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000121#undef HAVE_CHROOT
122
123/* Define to 1 if you have the `clock' function. */
124#undef HAVE_CLOCK
125
Victor Stinnere0be4232011-10-25 13:06:09 +0200126/* Define to 1 if you have the `clock_getres' function. */
127#undef HAVE_CLOCK_GETRES
128
129/* Define to 1 if you have the `clock_gettime' function. */
130#undef HAVE_CLOCK_GETTIME
131
Benjamin Peterson37098cd2016-09-13 22:55:09 -0700132/* Define to 1 if you have the `clock_settime' function. */
133#undef HAVE_CLOCK_SETTIME
134
Antoine Pitrou042b1282010-08-13 21:15:58 +0000135/* Define if the C compiler supports computed gotos. */
136#undef HAVE_COMPUTED_GOTOS
137
Martin v. Löwis11437992002-04-12 09:54:03 +0000138/* Define to 1 if you have the `confstr' function. */
139#undef HAVE_CONFSTR
140
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000141/* Define to 1 if you have the <conio.h> header file. */
142#undef HAVE_CONIO_H
143
Christian Heimes99170a52007-12-19 02:07:34 +0000144/* Define to 1 if you have the `copysign' function. */
145#undef HAVE_COPYSIGN
146
stratakise768c862018-01-23 16:11:24 +0100147/* Define to 1 if you have the <crypt.h> header file. */
148#undef HAVE_CRYPT_H
149
Martin v. Löwis11437992002-04-12 09:54:03 +0000150/* Define to 1 if you have the `ctermid' function. */
151#undef HAVE_CTERMID
152
Martin v. Löwisd5843682002-11-21 20:41:28 +0000153/* Define if you have the 'ctermid_r' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000154#undef HAVE_CTERMID_R
155
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200156/* Define if you have the 'filter' function. */
157#undef HAVE_CURSES_FILTER
158
Martin v. Löwisae2830c2004-09-18 09:54:52 +0000159/* Define to 1 if you have the <curses.h> header file. */
160#undef HAVE_CURSES_H
161
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200162/* Define if you have the 'has_key' function. */
163#undef HAVE_CURSES_HAS_KEY
164
165/* Define if you have the 'immedok' function. */
166#undef HAVE_CURSES_IMMEDOK
167
Masayuki Yamamoto8bc7d632017-11-01 21:05:26 +0900168/* Define if you have the 'is_pad' function or macro. */
169#undef HAVE_CURSES_IS_PAD
170
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000171/* Define if you have the 'is_term_resized' function. */
172#undef HAVE_CURSES_IS_TERM_RESIZED
173
174/* Define if you have the 'resizeterm' function. */
175#undef HAVE_CURSES_RESIZETERM
176
177/* Define if you have the 'resize_term' function. */
178#undef HAVE_CURSES_RESIZE_TERM
179
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200180/* Define if you have the 'syncok' function. */
181#undef HAVE_CURSES_SYNCOK
182
183/* Define if you have the 'typeahead' function. */
184#undef HAVE_CURSES_TYPEAHEAD
185
186/* Define if you have the 'use_env' function. */
187#undef HAVE_CURSES_USE_ENV
188
Serhiy Storchaka894ebd02017-11-01 14:34:20 +0200189/* Define if you have the 'wchgat' function. */
190#undef HAVE_CURSES_WCHGAT
191
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000192/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
193 don't. */
194#undef HAVE_DECL_ISFINITE
195
196/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
197 */
198#undef HAVE_DECL_ISINF
199
200/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
201 */
202#undef HAVE_DECL_ISNAN
203
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300204/* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
205 don't. */
206#undef HAVE_DECL_RTLD_DEEPBIND
207
208/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
209 don't. */
210#undef HAVE_DECL_RTLD_GLOBAL
211
212/* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
213 don't. */
214#undef HAVE_DECL_RTLD_LAZY
215
216/* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
217 don't. */
218#undef HAVE_DECL_RTLD_LOCAL
219
Michael Feltc5ae1692017-12-19 13:58:49 +0100220/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
221 don't. */
222#undef HAVE_DECL_RTLD_MEMBER
223
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300224/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
225 don't. */
226#undef HAVE_DECL_RTLD_NODELETE
227
228/* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
229 don't. */
230#undef HAVE_DECL_RTLD_NOLOAD
231
232/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
233 don't. */
234#undef HAVE_DECL_RTLD_NOW
235
Guido van Rossum806c2462007-08-06 23:33:07 +0000236/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
237 */
238#undef HAVE_DECL_TZNAME
239
Martin v. Löwisdbe3f762002-10-10 14:27:30 +0000240/* Define to 1 if you have the device macros. */
241#undef HAVE_DEVICE_MACROS
242
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200243/* Define to 1 if you have the /dev/ptc device file. */
Neal Norwitz865400f2003-03-21 01:42:58 +0000244#undef HAVE_DEV_PTC
245
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200246/* Define to 1 if you have the /dev/ptmx device file. */
Martin v. Löwis24a880b2002-12-31 12:55:15 +0000247#undef HAVE_DEV_PTMX
248
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000249/* Define to 1 if you have the <direct.h> header file. */
250#undef HAVE_DIRECT_H
251
Victor Stinner35a97c02015-03-08 02:59:09 +0100252/* Define to 1 if the dirent structure has a d_type field */
253#undef HAVE_DIRENT_D_TYPE
254
Martin v. Löwis11437992002-04-12 09:54:03 +0000255/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
256 */
257#undef HAVE_DIRENT_H
258
Gregory P. Smithdf300d52012-01-21 18:20:15 -0800259/* Define if you have the 'dirfd' function or macro. */
Gregory P. Smith41884412012-01-16 02:05:23 -0800260#undef HAVE_DIRFD
261
Martin v. Löwis11437992002-04-12 09:54:03 +0000262/* Define to 1 if you have the <dlfcn.h> header file. */
263#undef HAVE_DLFCN_H
264
265/* Define to 1 if you have the `dlopen' function. */
266#undef HAVE_DLOPEN
267
268/* Define to 1 if you have the `dup2' function. */
269#undef HAVE_DUP2
270
Victor Stinnerdaf45552013-08-28 00:53:59 +0200271/* Define to 1 if you have the `dup3' function. */
272#undef HAVE_DUP3
273
Martin v. Löwis11437992002-04-12 09:54:03 +0000274/* Defined when any dynamic module loading is enabled. */
275#undef HAVE_DYNAMIC_LOADING
276
Christian Heimes985ecdc2013-11-20 11:46:18 +0100277/* Define to 1 if you have the <endian.h> header file. */
278#undef HAVE_ENDIAN_H
279
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000280/* Define if you have the 'epoll' functions. */
281#undef HAVE_EPOLL
282
Benjamin Peterson95c16622011-12-27 15:36:32 -0600283/* Define if you have the 'epoll_create1' function. */
284#undef HAVE_EPOLL_CREATE1
285
Mark Dickinson9c113362009-09-05 10:36:23 +0000286/* Define to 1 if you have the `erf' function. */
287#undef HAVE_ERF
288
289/* Define to 1 if you have the `erfc' function. */
290#undef HAVE_ERFC
291
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000292/* Define to 1 if you have the <errno.h> header file. */
293#undef HAVE_ERRNO_H
294
Martin v. Löwis11437992002-04-12 09:54:03 +0000295/* Define to 1 if you have the `execv' function. */
296#undef HAVE_EXECV
297
Christian Heimes9bd667a2008-01-20 15:14:11 +0000298/* Define to 1 if you have the `expm1' function. */
299#undef HAVE_EXPM1
300
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000301/* Define to 1 if you have the `faccessat' function. */
302#undef HAVE_FACCESSAT
303
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000304/* Define if you have the 'fchdir' function. */
Fred Drake6b3cc522002-04-15 19:20:27 +0000305#undef HAVE_FCHDIR
306
Christian Heimes4e30a842007-11-30 22:12:06 +0000307/* Define to 1 if you have the `fchmod' function. */
308#undef HAVE_FCHMOD
309
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000310/* Define to 1 if you have the `fchmodat' function. */
311#undef HAVE_FCHMODAT
312
Christian Heimes4e30a842007-11-30 22:12:06 +0000313/* Define to 1 if you have the `fchown' function. */
314#undef HAVE_FCHOWN
315
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000316/* Define to 1 if you have the `fchownat' function. */
317#undef HAVE_FCHOWNAT
318
Martin v. Löwis11437992002-04-12 09:54:03 +0000319/* Define to 1 if you have the <fcntl.h> header file. */
320#undef HAVE_FCNTL_H
321
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000322/* Define if you have the 'fdatasync' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000323#undef HAVE_FDATASYNC
324
Antoine Pitrou8250e232011-02-25 23:41:16 +0000325/* Define to 1 if you have the `fdopendir' function. */
326#undef HAVE_FDOPENDIR
327
Ross Lagerwall7807c352011-03-17 20:20:30 +0200328/* Define to 1 if you have the `fexecve' function. */
329#undef HAVE_FEXECVE
330
Christian Heimes9bd667a2008-01-20 15:14:11 +0000331/* Define to 1 if you have the `finite' function. */
332#undef HAVE_FINITE
333
Benjamin Petersond8d835b2010-10-15 23:14:46 +0000334/* Define to 1 if you have the `flock' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000335#undef HAVE_FLOCK
336
337/* Define to 1 if you have the `fork' function. */
338#undef HAVE_FORK
339
340/* Define to 1 if you have the `forkpty' function. */
341#undef HAVE_FORKPTY
342
343/* Define to 1 if you have the `fpathconf' function. */
344#undef HAVE_FPATHCONF
345
346/* Define to 1 if you have the `fseek64' function. */
347#undef HAVE_FSEEK64
348
349/* Define to 1 if you have the `fseeko' function. */
350#undef HAVE_FSEEKO
351
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000352/* Define to 1 if you have the `fstatat' function. */
353#undef HAVE_FSTATAT
354
Martin v. Löwis11437992002-04-12 09:54:03 +0000355/* Define to 1 if you have the `fstatvfs' function. */
356#undef HAVE_FSTATVFS
357
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000358/* Define if you have the 'fsync' function. */
359#undef HAVE_FSYNC
360
Martin v. Löwis11437992002-04-12 09:54:03 +0000361/* Define to 1 if you have the `ftell64' function. */
362#undef HAVE_FTELL64
363
364/* Define to 1 if you have the `ftello' function. */
365#undef HAVE_FTELLO
366
367/* Define to 1 if you have the `ftime' function. */
368#undef HAVE_FTIME
369
370/* Define to 1 if you have the `ftruncate' function. */
371#undef HAVE_FTRUNCATE
372
Ross Lagerwall7807c352011-03-17 20:20:30 +0200373/* Define to 1 if you have the `futimens' function. */
374#undef HAVE_FUTIMENS
375
376/* Define to 1 if you have the `futimes' function. */
377#undef HAVE_FUTIMES
378
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000379/* Define to 1 if you have the `futimesat' function. */
380#undef HAVE_FUTIMESAT
381
Martin v. Löwis11437992002-04-12 09:54:03 +0000382/* Define to 1 if you have the `gai_strerror' function. */
383#undef HAVE_GAI_STRERROR
384
Mark Dickinson9c113362009-09-05 10:36:23 +0000385/* Define to 1 if you have the `gamma' function. */
386#undef HAVE_GAMMA
387
Benjamin Peterson8bdeb162014-04-17 00:00:31 -0400388/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
389#undef HAVE_GCC_ASM_FOR_MC68881
390
Stefan Krah1919b7e2012-03-21 18:25:23 +0100391/* Define if we can use x64 gcc inline assembler */
392#undef HAVE_GCC_ASM_FOR_X64
393
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000394/* Define if we can use gcc inline assembler to get and set x87 control word
395 */
396#undef HAVE_GCC_ASM_FOR_X87
397
Stefan Krah1919b7e2012-03-21 18:25:23 +0100398/* Define if your compiler provides __uint128_t */
399#undef HAVE_GCC_UINT128_T
400
Martin v. Löwis11437992002-04-12 09:54:03 +0000401/* Define if you have the getaddrinfo function. */
402#undef HAVE_GETADDRINFO
403
Martin v. Löwis11437992002-04-12 09:54:03 +0000404/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
405#undef HAVE_GETC_UNLOCKED
406
Victor Stinner4d6a3d62014-12-21 01:16:38 +0100407/* Define to 1 if you have the `getentropy' function. */
408#undef HAVE_GETENTROPY
409
William Grzybowski23e65b22018-09-07 09:06:15 -0300410/* Define to 1 if you have the `getgrgid_r' function. */
411#undef HAVE_GETGRGID_R
412
413/* Define to 1 if you have the `getgrnam_r' function. */
414#undef HAVE_GETGRNAM_R
415
Ross Lagerwallb0ae53d2011-06-10 07:30:30 +0200416/* Define to 1 if you have the `getgrouplist' function. */
417#undef HAVE_GETGROUPLIST
418
Martin v. Löwis11437992002-04-12 09:54:03 +0000419/* Define to 1 if you have the `getgroups' function. */
420#undef HAVE_GETGROUPS
421
422/* Define to 1 if you have the `gethostbyname' function. */
423#undef HAVE_GETHOSTBYNAME
424
Guido van Rossum7152e9b1999-03-22 21:46:06 +0000425/* Define this if you have some version of gethostbyname_r() */
426#undef HAVE_GETHOSTBYNAME_R
427
Martin v. Löwis11437992002-04-12 09:54:03 +0000428/* Define this if you have the 3-arg version of gethostbyname_r(). */
429#undef HAVE_GETHOSTBYNAME_R_3_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000430
Martin v. Löwis11437992002-04-12 09:54:03 +0000431/* Define this if you have the 5-arg version of gethostbyname_r(). */
432#undef HAVE_GETHOSTBYNAME_R_5_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000433
Martin v. Löwis11437992002-04-12 09:54:03 +0000434/* Define this if you have the 6-arg version of gethostbyname_r(). */
435#undef HAVE_GETHOSTBYNAME_R_6_ARG
Guido van Rossum9caf77a1996-08-01 00:52:26 +0000436
Martin v. Löwis823725e2008-03-24 13:39:54 +0000437/* Define to 1 if you have the `getitimer' function. */
438#undef HAVE_GETITIMER
439
Martin v. Löwis438b5342002-12-27 10:16:42 +0000440/* Define to 1 if you have the `getloadavg' function. */
441#undef HAVE_GETLOADAVG
442
Martin v. Löwis11437992002-04-12 09:54:03 +0000443/* Define to 1 if you have the `getlogin' function. */
Fred Drake3bb3e571999-12-14 20:48:17 +0000444#undef HAVE_GETLOGIN
445
Martin v. Löwis11437992002-04-12 09:54:03 +0000446/* Define to 1 if you have the `getnameinfo' function. */
Martin v. Löwis01dfdb32001-06-23 16:30:13 +0000447#undef HAVE_GETNAMEINFO
448
Martin v. Löwisf26d63b2003-03-30 17:23:49 +0000449/* Define if you have the 'getpagesize' function. */
450#undef HAVE_GETPAGESIZE
451
Martin v. Löwis11437992002-04-12 09:54:03 +0000452/* Define to 1 if you have the `getpeername' function. */
Fred Drakef581db11999-12-14 21:11:47 +0000453#undef HAVE_GETPEERNAME
Fred Drake3bb3e571999-12-14 20:48:17 +0000454
Martin v. Löwis606edc12002-06-13 21:09:11 +0000455/* Define to 1 if you have the `getpgid' function. */
456#undef HAVE_GETPGID
457
Martin v. Löwis11437992002-04-12 09:54:03 +0000458/* Define to 1 if you have the `getpgrp' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000459#undef HAVE_GETPGRP
460
Martin v. Löwis11437992002-04-12 09:54:03 +0000461/* Define to 1 if you have the `getpid' function. */
Guido van Rossumf1328521994-05-03 14:43:56 +0000462#undef HAVE_GETPID
463
Martin v. Löwis11437992002-04-12 09:54:03 +0000464/* Define to 1 if you have the `getpriority' function. */
Thomas Woutersc2c12dc2001-07-11 14:45:34 +0000465#undef HAVE_GETPRIORITY
Guido van Rossum353ae582001-07-10 16:45:32 +0000466
Martin v. Löwis11437992002-04-12 09:54:03 +0000467/* Define to 1 if you have the `getpwent' function. */
Guido van Rossum1171ee61997-08-22 20:42:00 +0000468#undef HAVE_GETPWENT
469
William Grzybowski23e65b22018-09-07 09:06:15 -0300470/* Define to 1 if you have the `getpwnam_r' function. */
471#undef HAVE_GETPWNAM_R
472
473/* Define to 1 if you have the `getpwuid_r' function. */
474#undef HAVE_GETPWUID_R
475
Victor Stinnerbae2d622015-10-01 09:47:30 +0200476/* Define to 1 if the getrandom() function is available */
477#undef HAVE_GETRANDOM
478
Victor Stinner9eb57c52015-03-19 22:21:49 +0100479/* Define to 1 if the Linux getrandom() syscall is available */
480#undef HAVE_GETRANDOM_SYSCALL
481
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000482/* Define to 1 if you have the `getresgid' function. */
483#undef HAVE_GETRESGID
484
485/* Define to 1 if you have the `getresuid' function. */
486#undef HAVE_GETRESUID
487
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000488/* Define to 1 if you have the `getsid' function. */
489#undef HAVE_GETSID
490
Martin v. Löwisc3001752005-01-23 09:27:24 +0000491/* Define to 1 if you have the `getspent' function. */
492#undef HAVE_GETSPENT
493
494/* Define to 1 if you have the `getspnam' function. */
495#undef HAVE_GETSPNAM
496
Martin v. Löwis11437992002-04-12 09:54:03 +0000497/* Define to 1 if you have the `gettimeofday' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000498#undef HAVE_GETTIMEOFDAY
499
Martin v. Löwis11437992002-04-12 09:54:03 +0000500/* Define to 1 if you have the `getwd' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000501#undef HAVE_GETWD
502
Stefan Krah1919b7e2012-03-21 18:25:23 +0100503/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
504 bcopy. */
505#undef HAVE_GLIBC_MEMMOVE_BUG
506
Martin v. Löwis11437992002-04-12 09:54:03 +0000507/* Define to 1 if you have the <grp.h> header file. */
Guido van Rossuma6535fd2001-10-18 19:44:10 +0000508#undef HAVE_GRP_H
509
Martin v. Löwise9416172003-05-03 10:12:45 +0000510/* Define if you have the 'hstrerror' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000511#undef HAVE_HSTRERROR
512
Christian Heimes985ecdc2013-11-20 11:46:18 +0100513/* Define this if you have le64toh() */
514#undef HAVE_HTOLE64
515
Martin v. Löwis11437992002-04-12 09:54:03 +0000516/* Define to 1 if you have the `hypot' function. */
517#undef HAVE_HYPOT
518
Christian Heimesbbe741d2008-03-28 10:53:29 +0000519/* Define to 1 if you have the <ieeefp.h> header file. */
520#undef HAVE_IEEEFP_H
521
Nathaniel J. Smith735ae8d2018-01-05 23:15:34 -0800522/* Define to 1 if you have the `if_nameindex' function. */
Gregory P. Smith5ed2e772011-05-15 00:26:45 -0700523#undef HAVE_IF_NAMEINDEX
524
Martin v. Löwise9416172003-05-03 10:12:45 +0000525/* Define if you have the 'inet_aton' function. */
Neal Norwitz10b214c2003-02-13 02:11:10 +0000526#undef HAVE_INET_ATON
527
Martin v. Löwise9416172003-05-03 10:12:45 +0000528/* Define if you have the 'inet_pton' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000529#undef HAVE_INET_PTON
530
Benjamin Peterson05159c42009-12-03 03:01:27 +0000531/* Define to 1 if you have the `initgroups' function. */
532#undef HAVE_INITGROUPS
533
Martin v. Löwis11437992002-04-12 09:54:03 +0000534/* Define to 1 if you have the <inttypes.h> header file. */
535#undef HAVE_INTTYPES_H
536
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000537/* Define to 1 if you have the <io.h> header file. */
538#undef HAVE_IO_H
539
Stefan Krah1919b7e2012-03-21 18:25:23 +0100540/* Define if gcc has the ipa-pure-const bug. */
541#undef HAVE_IPA_PURE_CONST_BUG
542
Martin v. Löwis11437992002-04-12 09:54:03 +0000543/* Define to 1 if you have the `kill' function. */
544#undef HAVE_KILL
545
546/* Define to 1 if you have the `killpg' function. */
547#undef HAVE_KILLPG
548
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000549/* Define if you have the 'kqueue' functions. */
550#undef HAVE_KQUEUE
551
Martin v. Löwis11437992002-04-12 09:54:03 +0000552/* Define to 1 if you have the <langinfo.h> header file. */
Martin v. Löwis9b75dca2001-08-10 13:58:50 +0000553#undef HAVE_LANGINFO_H
554
Martin v. Löwis11437992002-04-12 09:54:03 +0000555/* Defined to enable large file support when an off_t is bigger than a long
556 and long long is available and at least as big as an off_t. You may need to
557 add some flags for configuration and compilation to enable this mode. (For
558 Solaris and Linux, the necessary defines are already defined.) */
559#undef HAVE_LARGEFILE_SUPPORT
Martin v. Löwis2e64c342002-03-27 18:49:02 +0000560
Ned Deily3eb67d52011-06-28 00:00:28 -0700561/* Define to 1 if you have the 'lchflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000562#undef HAVE_LCHFLAGS
563
Christian Heimes4e30a842007-11-30 22:12:06 +0000564/* Define to 1 if you have the `lchmod' function. */
565#undef HAVE_LCHMOD
566
Martin v. Löwis0cec0ff2002-07-28 16:33:45 +0000567/* Define to 1 if you have the `lchown' function. */
568#undef HAVE_LCHOWN
569
Mark Dickinson9c113362009-09-05 10:36:23 +0000570/* Define to 1 if you have the `lgamma' function. */
571#undef HAVE_LGAMMA
572
Martin v. Löwis11437992002-04-12 09:54:03 +0000573/* Define to 1 if you have the `dl' library (-ldl). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000574#undef HAVE_LIBDL
575
Martin v. Löwis11437992002-04-12 09:54:03 +0000576/* Define to 1 if you have the `dld' library (-ldld). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000577#undef HAVE_LIBDLD
Guido van Rossumf1328521994-05-03 14:43:56 +0000578
Martin v. Löwis11437992002-04-12 09:54:03 +0000579/* Define to 1 if you have the `ieee' library (-lieee). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000580#undef HAVE_LIBIEEE
Guido van Rossumaef734b2001-01-10 21:09:12 +0000581
Martin v. Löwis11437992002-04-12 09:54:03 +0000582/* Define to 1 if you have the <libintl.h> header file. */
583#undef HAVE_LIBINTL_H
584
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000585/* Define if you have the readline library (-lreadline). */
Neal Norwitzfe8e3d92006-01-07 21:07:20 +0000586#undef HAVE_LIBREADLINE
587
Martin v. Löwis95c419b2003-05-03 12:10:48 +0000588/* Define to 1 if you have the `resolv' library (-lresolv). */
589#undef HAVE_LIBRESOLV
590
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000591/* Define to 1 if you have the `sendfile' library (-lsendfile). */
592#undef HAVE_LIBSENDFILE
593
Martin v. Löwis11437992002-04-12 09:54:03 +0000594/* Define to 1 if you have the <libutil.h> header file. */
595#undef HAVE_LIBUTIL_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000596
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000597/* Define if you have the 'link' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000598#undef HAVE_LINK
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000599
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000600/* Define to 1 if you have the `linkat' function. */
601#undef HAVE_LINKAT
602
Charles-François Natali773e42d2013-02-05 19:42:01 +0100603/* Define to 1 if you have the <linux/can/bcm.h> header file. */
604#undef HAVE_LINUX_CAN_BCM_H
605
Charles-François Natali47413c12011-10-06 19:47:44 +0200606/* Define to 1 if you have the <linux/can.h> header file. */
607#undef HAVE_LINUX_CAN_H
608
Larry Hastingsa6cc5512015-04-13 17:48:40 -0400609/* Define if compiling using Linux 3.6 or later. */
610#undef HAVE_LINUX_CAN_RAW_FD_FRAMES
611
Charles-François Natali47413c12011-10-06 19:47:44 +0200612/* Define to 1 if you have the <linux/can/raw.h> header file. */
613#undef HAVE_LINUX_CAN_RAW_H
614
Martin v. Löwis11017b12006-01-14 18:12:57 +0000615/* Define to 1 if you have the <linux/netlink.h> header file. */
616#undef HAVE_LINUX_NETLINK_H
617
Bjorn Anderssonbb816512018-09-26 06:47:52 -0700618/* Define to 1 if you have the <linux/qrtr.h> header file. */
619#undef HAVE_LINUX_QRTR_H
620
Victor Stinnerdddf4842016-06-07 11:21:42 +0200621/* Define to 1 if you have the <linux/random.h> header file. */
622#undef HAVE_LINUX_RANDOM_H
623
Benjamin Petersonb8a2f512016-07-06 23:55:15 -0700624/* Define to 1 if you have the <linux/tipc.h> header file. */
625#undef HAVE_LINUX_TIPC_H
626
caaveryeffc12f2017-09-06 18:18:10 -0400627/* Define to 1 if you have the <linux/vm_sockets.h> header file. */
628#undef HAVE_LINUX_VM_SOCKETS_H
629
xdegaye5ce10692017-11-23 12:01:36 +0100630/* Define to 1 if you have the `lockf' function. */
Ross Lagerwall7807c352011-03-17 20:20:30 +0200631#undef HAVE_LOCKF
632
Christian Heimes9bd667a2008-01-20 15:14:11 +0000633/* Define to 1 if you have the `log1p' function. */
634#undef HAVE_LOG1P
635
Victor Stinner8f9f8d62011-05-09 12:45:41 +0200636/* Define to 1 if you have the `log2' function. */
637#undef HAVE_LOG2
638
Eitan Adler3055c942018-05-15 22:58:09 -0700639/* Define to 1 if the system has the type `long double'. */
Travis E. Oliphant9b307842007-10-12 22:06:37 +0000640#undef HAVE_LONG_DOUBLE
641
Martin v. Löwis11437992002-04-12 09:54:03 +0000642/* Define to 1 if you have the `lstat' function. */
643#undef HAVE_LSTAT
644
Ross Lagerwall7807c352011-03-17 20:20:30 +0200645/* Define to 1 if you have the `lutimes' function. */
646#undef HAVE_LUTIMES
647
Neal Norwitz11690112002-07-30 01:08:28 +0000648/* Define this if you have the makedev macro. */
649#undef HAVE_MAKEDEV
650
Martin v. Löwis011e8422009-05-05 04:43:17 +0000651/* Define to 1 if you have the `mbrtowc' function. */
652#undef HAVE_MBRTOWC
653
Martin v. Löwis11437992002-04-12 09:54:03 +0000654/* Define to 1 if you have the <memory.h> header file. */
655#undef HAVE_MEMORY_H
656
Antoine Pitrou2c3b2302011-10-11 20:29:21 +0200657/* Define to 1 if you have the `memrchr' function. */
658#undef HAVE_MEMRCHR
659
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000660/* Define to 1 if you have the `mkdirat' function. */
661#undef HAVE_MKDIRAT
662
Martin v. Löwis11437992002-04-12 09:54:03 +0000663/* Define to 1 if you have the `mkfifo' function. */
664#undef HAVE_MKFIFO
665
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000666/* Define to 1 if you have the `mkfifoat' function. */
667#undef HAVE_MKFIFOAT
668
Martin v. Löwis06a83e92002-04-14 10:19:44 +0000669/* Define to 1 if you have the `mknod' function. */
670#undef HAVE_MKNOD
671
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000672/* Define to 1 if you have the `mknodat' function. */
673#undef HAVE_MKNODAT
674
Martin v. Löwis11437992002-04-12 09:54:03 +0000675/* Define to 1 if you have the `mktime' function. */
676#undef HAVE_MKTIME
677
Antoine Pitrouf0effe62011-11-26 01:11:02 +0100678/* Define to 1 if you have the `mmap' function. */
679#undef HAVE_MMAP
680
Martin v. Löwis11437992002-04-12 09:54:03 +0000681/* Define to 1 if you have the `mremap' function. */
682#undef HAVE_MREMAP
683
684/* Define to 1 if you have the <ncurses.h> header file. */
685#undef HAVE_NCURSES_H
686
Martin v. Löwis11437992002-04-12 09:54:03 +0000687/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
688#undef HAVE_NDIR_H
689
690/* Define to 1 if you have the <netpacket/packet.h> header file. */
691#undef HAVE_NETPACKET_PACKET_H
692
Nadeem Vawdad74b5932011-05-15 13:16:22 +0200693/* Define to 1 if you have the <net/if.h> header file. */
694#undef HAVE_NET_IF_H
695
Martin v. Löwis11437992002-04-12 09:54:03 +0000696/* Define to 1 if you have the `nice' function. */
697#undef HAVE_NICE
698
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000699/* Define to 1 if you have the `openat' function. */
700#undef HAVE_OPENAT
701
Martin v. Löwis11437992002-04-12 09:54:03 +0000702/* Define to 1 if you have the `openpty' function. */
703#undef HAVE_OPENPTY
704
705/* Define to 1 if you have the `pathconf' function. */
706#undef HAVE_PATHCONF
707
708/* Define to 1 if you have the `pause' function. */
709#undef HAVE_PAUSE
710
Charles-François Natalidaafdd52011-05-29 20:07:40 +0200711/* Define to 1 if you have the `pipe2' function. */
Martin v. Löwisd1fc34d2010-12-30 14:55:47 +0000712#undef HAVE_PIPE2
713
Martin v. Löwis11437992002-04-12 09:54:03 +0000714/* Define to 1 if you have the `plock' function. */
715#undef HAVE_PLOCK
716
717/* Define to 1 if you have the `poll' function. */
718#undef HAVE_POLL
719
720/* Define to 1 if you have the <poll.h> header file. */
721#undef HAVE_POLL_H
722
Ross Lagerwall7807c352011-03-17 20:20:30 +0200723/* Define to 1 if you have the `posix_fadvise' function. */
724#undef HAVE_POSIX_FADVISE
725
726/* Define to 1 if you have the `posix_fallocate' function. */
727#undef HAVE_POSIX_FALLOCATE
728
Pablo Galindo6c6ddf92018-01-29 01:56:10 +0000729/* Define to 1 if you have the `posix_spawn' function. */
730#undef HAVE_POSIX_SPAWN
731
Ross Lagerwall7807c352011-03-17 20:20:30 +0200732/* Define to 1 if you have the `pread' function. */
733#undef HAVE_PREAD
734
Pablo Galindo4defba32018-01-27 16:16:37 +0000735/* Define to 1 if you have the `preadv' function. */
736#undef HAVE_PREADV
737
738/* Define to 1 if you have the `preadv2' function. */
739#undef HAVE_PREADV2
740
Christian Heimesb7bd5df2013-10-22 11:21:54 +0200741/* Define if you have the 'prlimit' functions. */
742#undef HAVE_PRLIMIT
743
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000744/* Define to 1 if you have the <process.h> header file. */
745#undef HAVE_PROCESS_H
746
Martin v. Löwis11437992002-04-12 09:54:03 +0000747/* Define if your compiler supports function prototype */
748#undef HAVE_PROTOTYPES
749
Martin v. Löwisa7a76d32002-10-04 07:21:24 +0000750/* Defined for Solaris 2.6 bug in pthread header. */
751#undef HAVE_PTHREAD_DESTRUCTOR
752
pdoxe14679c2017-10-05 00:01:56 -0700753/* Define to 1 if you have the `pthread_getcpuclockid' function. */
754#undef HAVE_PTHREAD_GETCPUCLOCKID
755
Martin v. Löwis11437992002-04-12 09:54:03 +0000756/* Define to 1 if you have the <pthread.h> header file. */
757#undef HAVE_PTHREAD_H
758
759/* Define to 1 if you have the `pthread_init' function. */
760#undef HAVE_PTHREAD_INIT
761
Victor Stinnerb3e72192011-05-08 01:46:11 +0200762/* Define to 1 if you have the `pthread_kill' function. */
763#undef HAVE_PTHREAD_KILL
764
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500765/* Define to 1 if you have the `pthread_sigmask' function. */
766#undef HAVE_PTHREAD_SIGMASK
767
Martin v. Löwis11437992002-04-12 09:54:03 +0000768/* Define to 1 if you have the <pty.h> header file. */
769#undef HAVE_PTY_H
770
771/* Define to 1 if you have the `putenv' function. */
772#undef HAVE_PUTENV
773
Ross Lagerwall7807c352011-03-17 20:20:30 +0200774/* Define to 1 if you have the `pwrite' function. */
775#undef HAVE_PWRITE
776
Pablo Galindo4defba32018-01-27 16:16:37 +0000777/* Define to 1 if you have the `pwritev' function. */
778#undef HAVE_PWRITEV
779
780/* Define to 1 if you have the `pwritev2' function. */
781#undef HAVE_PWRITEV2
782
Martin v. Löwis11437992002-04-12 09:54:03 +0000783/* Define to 1 if you have the `readlink' function. */
784#undef HAVE_READLINK
785
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000786/* Define to 1 if you have the `readlinkat' function. */
787#undef HAVE_READLINKAT
788
Ross Lagerwall7807c352011-03-17 20:20:30 +0200789/* Define to 1 if you have the `readv' function. */
790#undef HAVE_READV
791
Guido van Rossum162e38c2003-02-19 15:25:10 +0000792/* Define to 1 if you have the `realpath' function. */
793#undef HAVE_REALPATH
794
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000795/* Define to 1 if you have the `renameat' function. */
796#undef HAVE_RENAMEAT
797
Benjamin Petersond1e22ba2014-11-26 14:35:12 -0600798/* Define if readline supports append_history */
799#undef HAVE_RL_APPEND_HISTORY
800
Michael W. Hudson30ea2f22004-07-07 17:44:12 +0000801/* Define if you can turn off readline's signal handling. */
802#undef HAVE_RL_CATCH_SIGNAL
803
Guido van Rossumfaf5e4d2002-12-30 16:25:41 +0000804/* Define if you have readline 2.2 */
805#undef HAVE_RL_COMPLETION_APPEND_CHARACTER
806
Thomas Wouters89d996e2007-09-08 17:39:28 +0000807/* Define if you have readline 4.0 */
808#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK
809
Martin v. Löwis11437992002-04-12 09:54:03 +0000810/* Define if you have readline 4.2 */
811#undef HAVE_RL_COMPLETION_MATCHES
812
Antoine Pitroud5131772009-10-26 19:22:14 +0000813/* Define if you have rl_completion_suppress_append */
814#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
815
Martin v. Löwis11437992002-04-12 09:54:03 +0000816/* Define if you have readline 4.0 */
817#undef HAVE_RL_PRE_INPUT_HOOK
818
Martin Panter5dbbf1a2016-04-03 02:54:58 +0000819/* Define if you have readline 4.0 */
820#undef HAVE_RL_RESIZE_TERMINAL
821
Mark Dickinsonf2537862009-04-18 13:58:18 +0000822/* Define to 1 if you have the `round' function. */
823#undef HAVE_ROUND
824
Charles-François Nataliea0d5fc2011-09-06 19:03:35 +0200825/* Define to 1 if you have the `sched_get_priority_max' function. */
826#undef HAVE_SCHED_GET_PRIORITY_MAX
827
Benjamin Peterson94b580d2011-08-02 17:30:04 -0500828/* Define to 1 if you have the <sched.h> header file. */
829#undef HAVE_SCHED_H
830
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500831/* Define to 1 if you have the `sched_rr_get_interval' function. */
832#undef HAVE_SCHED_RR_GET_INTERVAL
833
Benjamin Peterson2740af82011-08-02 17:41:34 -0500834/* Define to 1 if you have the `sched_setaffinity' function. */
835#undef HAVE_SCHED_SETAFFINITY
836
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500837/* Define to 1 if you have the `sched_setparam' function. */
838#undef HAVE_SCHED_SETPARAM
839
840/* Define to 1 if you have the `sched_setscheduler' function. */
841#undef HAVE_SCHED_SETSCHEDULER
842
Benjamin Peterson965ce872009-04-05 21:24:58 +0000843/* Define to 1 if you have the `sem_getvalue' function. */
844#undef HAVE_SEM_GETVALUE
845
846/* Define to 1 if you have the `sem_open' function. */
847#undef HAVE_SEM_OPEN
848
849/* Define to 1 if you have the `sem_timedwait' function. */
850#undef HAVE_SEM_TIMEDWAIT
851
852/* Define to 1 if you have the `sem_unlink' function. */
853#undef HAVE_SEM_UNLINK
854
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000855/* Define to 1 if you have the `sendfile' function. */
856#undef HAVE_SENDFILE
857
Martin v. Löwis11437992002-04-12 09:54:03 +0000858/* Define to 1 if you have the `setegid' function. */
859#undef HAVE_SETEGID
860
861/* Define to 1 if you have the `seteuid' function. */
862#undef HAVE_SETEUID
863
864/* Define to 1 if you have the `setgid' function. */
865#undef HAVE_SETGID
866
Martin v. Löwisd5843682002-11-21 20:41:28 +0000867/* Define if you have the 'setgroups' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000868#undef HAVE_SETGROUPS
869
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000870/* Define to 1 if you have the `sethostname' function. */
871#undef HAVE_SETHOSTNAME
872
Martin v. Löwis823725e2008-03-24 13:39:54 +0000873/* Define to 1 if you have the `setitimer' function. */
874#undef HAVE_SETITIMER
875
Martin v. Löwis11437992002-04-12 09:54:03 +0000876/* Define to 1 if you have the `setlocale' function. */
877#undef HAVE_SETLOCALE
878
879/* Define to 1 if you have the `setpgid' function. */
880#undef HAVE_SETPGID
881
Martin v. Löwis4daacb12003-03-28 18:37:01 +0000882/* Define to 1 if you have the `setpgrp' function. */
883#undef HAVE_SETPGRP
884
Giampaolo Rodolà18e8bcb2011-02-25 20:57:54 +0000885/* Define to 1 if you have the `setpriority' function. */
886#undef HAVE_SETPRIORITY
887
Martin v. Löwis11437992002-04-12 09:54:03 +0000888/* Define to 1 if you have the `setregid' function. */
889#undef HAVE_SETREGID
890
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000891/* Define to 1 if you have the `setresgid' function. */
892#undef HAVE_SETRESGID
893
894/* Define to 1 if you have the `setresuid' function. */
895#undef HAVE_SETRESUID
896
Martin v. Löwis11437992002-04-12 09:54:03 +0000897/* Define to 1 if you have the `setreuid' function. */
898#undef HAVE_SETREUID
899
900/* Define to 1 if you have the `setsid' function. */
901#undef HAVE_SETSID
902
903/* Define to 1 if you have the `setuid' function. */
904#undef HAVE_SETUID
905
906/* Define to 1 if you have the `setvbuf' function. */
907#undef HAVE_SETVBUF
908
Martin v. Löwisc3001752005-01-23 09:27:24 +0000909/* Define to 1 if you have the <shadow.h> header file. */
910#undef HAVE_SHADOW_H
911
Martin v. Löwis11437992002-04-12 09:54:03 +0000912/* Define to 1 if you have the `sigaction' function. */
913#undef HAVE_SIGACTION
914
Victor Stinner024e37a2011-03-31 01:31:06 +0200915/* Define to 1 if you have the `sigaltstack' function. */
916#undef HAVE_SIGALTSTACK
917
Antoine Pitrou9d3627e2018-05-04 13:00:50 +0200918/* Define to 1 if you have the `sigfillset' function. */
919#undef HAVE_SIGFILLSET
920
Zachary Ware6a6967e2016-10-01 00:47:27 -0500921/* Define to 1 if `si_band' is a member of `siginfo_t'. */
922#undef HAVE_SIGINFO_T_SI_BAND
923
Martin v. Löwis11437992002-04-12 09:54:03 +0000924/* Define to 1 if you have the `siginterrupt' function. */
925#undef HAVE_SIGINTERRUPT
926
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000927/* Define to 1 if you have the <signal.h> header file. */
928#undef HAVE_SIGNAL_H
929
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500930/* Define to 1 if you have the `sigpending' function. */
931#undef HAVE_SIGPENDING
932
Martin v. Löwis11437992002-04-12 09:54:03 +0000933/* Define to 1 if you have the `sigrelse' function. */
934#undef HAVE_SIGRELSE
935
Ross Lagerwallbc808222011-06-25 12:13:40 +0200936/* Define to 1 if you have the `sigtimedwait' function. */
937#undef HAVE_SIGTIMEDWAIT
938
Victor Stinnerb3e72192011-05-08 01:46:11 +0200939/* Define to 1 if you have the `sigwait' function. */
940#undef HAVE_SIGWAIT
941
Ross Lagerwallbc808222011-06-25 12:13:40 +0200942/* Define to 1 if you have the `sigwaitinfo' function. */
943#undef HAVE_SIGWAITINFO
944
Martin v. Löwis11437992002-04-12 09:54:03 +0000945/* Define to 1 if you have the `snprintf' function. */
946#undef HAVE_SNPRINTF
947
Christian Heimesdffa3942016-09-05 23:54:41 +0200948/* struct sockaddr_alg (linux/if_alg.h) */
949#undef HAVE_SOCKADDR_ALG
950
Martin v. Löwis11437992002-04-12 09:54:03 +0000951/* Define if sockaddr has sa_len member */
952#undef HAVE_SOCKADDR_SA_LEN
953
954/* struct sockaddr_storage (sys/socket.h) */
955#undef HAVE_SOCKADDR_STORAGE
956
Martin v. Löwisd6320502004-08-12 13:45:08 +0000957/* Define if you have the 'socketpair' function. */
958#undef HAVE_SOCKETPAIR
959
Ronald Oussoren755740f2010-02-07 19:56:39 +0000960/* Define to 1 if you have the <spawn.h> header file. */
961#undef HAVE_SPAWN_H
962
Martin v. Löwis18e16552006-02-15 17:27:45 +0000963/* Define if your compiler provides ssize_t */
964#undef HAVE_SSIZE_T
965
Martin v. Löwis11437992002-04-12 09:54:03 +0000966/* Define to 1 if you have the `statvfs' function. */
967#undef HAVE_STATVFS
968
Martin v. Löwis94717ed2002-09-09 14:24:16 +0000969/* Define if you have struct stat.st_mtim.tv_nsec */
970#undef HAVE_STAT_TV_NSEC
971
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +0000972/* Define if you have struct stat.st_mtimensec */
973#undef HAVE_STAT_TV_NSEC2
974
Martin v. Löwis11437992002-04-12 09:54:03 +0000975/* Define if your compiler supports variable length function prototypes (e.g.
976 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
977#undef HAVE_STDARG_PROTOTYPES
978
Martin v. Löwis11437992002-04-12 09:54:03 +0000979/* Define to 1 if you have the <stdint.h> header file. */
980#undef HAVE_STDINT_H
981
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000982/* Define to 1 if you have the <stdlib.h> header file. */
983#undef HAVE_STDLIB_H
984
Benjamin Peterson15c7b2a2018-07-15 17:01:42 -0700985/* Has stdatomic.h with atomic_int */
Victor Stinner4f5366e2015-01-09 02:13:19 +0100986#undef HAVE_STD_ATOMIC
987
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000988/* Define to 1 if you have the `strdup' function. */
989#undef HAVE_STRDUP
990
Martin v. Löwis11437992002-04-12 09:54:03 +0000991/* Define to 1 if you have the `strftime' function. */
992#undef HAVE_STRFTIME
993
994/* Define to 1 if you have the <strings.h> header file. */
995#undef HAVE_STRINGS_H
996
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000997/* Define to 1 if you have the <string.h> header file. */
998#undef HAVE_STRING_H
999
Gregory P. Smith6c357262007-09-03 16:44:06 +00001000/* Define to 1 if you have the `strlcpy' function. */
1001#undef HAVE_STRLCPY
1002
Martin v. Löwis14e73b12003-01-01 09:51:12 +00001003/* Define to 1 if you have the <stropts.h> header file. */
1004#undef HAVE_STROPTS_H
1005
Michael Osipov48ce4892018-08-23 15:27:19 +02001006/* Define to 1 if you have the `strsignal' function. */
1007#undef HAVE_STRSIGNAL
1008
Stefan Krah267b6392016-04-26 01:09:18 +02001009/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1010#undef HAVE_STRUCT_PASSWD_PW_GECOS
1011
1012/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
1013#undef HAVE_STRUCT_PASSWD_PW_PASSWD
1014
Matthias Kloseb9621712010-04-24 17:59:49 +00001015/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +00001016#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
1017
Matthias Kloseb9621712010-04-24 17:59:49 +00001018/* Define to 1 if `st_blksize' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001019#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1020
Matthias Kloseb9621712010-04-24 17:59:49 +00001021/* Define to 1 if `st_blocks' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001022#undef HAVE_STRUCT_STAT_ST_BLOCKS
1023
Matthias Kloseb9621712010-04-24 17:59:49 +00001024/* Define to 1 if `st_flags' is a member of `struct stat'. */
Hye-Shik Chang5f937a72005-06-02 13:09:30 +00001025#undef HAVE_STRUCT_STAT_ST_FLAGS
1026
Matthias Kloseb9621712010-04-24 17:59:49 +00001027/* Define to 1 if `st_gen' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +00001028#undef HAVE_STRUCT_STAT_ST_GEN
1029
Matthias Kloseb9621712010-04-24 17:59:49 +00001030/* Define to 1 if `st_rdev' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001031#undef HAVE_STRUCT_STAT_ST_RDEV
1032
Matthias Kloseb9621712010-04-24 17:59:49 +00001033/* Define to 1 if `tm_zone' is a member of `struct tm'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001034#undef HAVE_STRUCT_TM_TM_ZONE
1035
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +00001036/* Define if you have the 'symlink' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001037#undef HAVE_SYMLINK
1038
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001039/* Define to 1 if you have the `symlinkat' function. */
1040#undef HAVE_SYMLINKAT
1041
Ross Lagerwall7807c352011-03-17 20:20:30 +02001042/* Define to 1 if you have the `sync' function. */
1043#undef HAVE_SYNC
1044
Martin v. Löwis11437992002-04-12 09:54:03 +00001045/* Define to 1 if you have the `sysconf' function. */
1046#undef HAVE_SYSCONF
1047
Barry Warsawfe33b792003-01-07 22:42:49 +00001048/* Define to 1 if you have the <sysexits.h> header file. */
1049#undef HAVE_SYSEXITS_H
1050
Martin v. Löwis11437992002-04-12 09:54:03 +00001051/* Define to 1 if you have the <sys/audioio.h> header file. */
1052#undef HAVE_SYS_AUDIOIO_H
1053
Neal Norwitz82251032003-05-23 14:35:24 +00001054/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1055#undef HAVE_SYS_BSDTTY_H
1056
Jesus Cead8b9ae62011-11-14 19:07:41 +01001057/* Define to 1 if you have the <sys/devpoll.h> header file. */
1058#undef HAVE_SYS_DEVPOLL_H
1059
Martin v. Löwis11437992002-04-12 09:54:03 +00001060/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1061 */
1062#undef HAVE_SYS_DIR_H
1063
Christian Heimes985ecdc2013-11-20 11:46:18 +01001064/* Define to 1 if you have the <sys/endian.h> header file. */
1065#undef HAVE_SYS_ENDIAN_H
1066
Christian Heimes4fbc72b2008-03-22 00:47:35 +00001067/* Define to 1 if you have the <sys/epoll.h> header file. */
1068#undef HAVE_SYS_EPOLL_H
1069
1070/* Define to 1 if you have the <sys/event.h> header file. */
1071#undef HAVE_SYS_EVENT_H
1072
Martin v. Löwis11437992002-04-12 09:54:03 +00001073/* Define to 1 if you have the <sys/file.h> header file. */
1074#undef HAVE_SYS_FILE_H
1075
Antoine Pitroubcf2b592012-02-08 23:28:36 +01001076/* Define to 1 if you have the <sys/ioctl.h> header file. */
1077#undef HAVE_SYS_IOCTL_H
1078
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001079/* Define to 1 if you have the <sys/kern_control.h> header file. */
1080#undef HAVE_SYS_KERN_CONTROL_H
1081
Anthony Baxter8a560de2004-10-13 15:30:56 +00001082/* Define to 1 if you have the <sys/loadavg.h> header file. */
1083#undef HAVE_SYS_LOADAVG_H
1084
Martin v. Löwis11437992002-04-12 09:54:03 +00001085/* Define to 1 if you have the <sys/lock.h> header file. */
1086#undef HAVE_SYS_LOCK_H
1087
Neal Norwitz3d949422002-04-20 13:46:43 +00001088/* Define to 1 if you have the <sys/mkdev.h> header file. */
1089#undef HAVE_SYS_MKDEV_H
1090
Martin v. Löwis11437992002-04-12 09:54:03 +00001091/* Define to 1 if you have the <sys/modem.h> header file. */
1092#undef HAVE_SYS_MODEM_H
1093
1094/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1095 */
1096#undef HAVE_SYS_NDIR_H
1097
1098/* Define to 1 if you have the <sys/param.h> header file. */
1099#undef HAVE_SYS_PARAM_H
1100
1101/* Define to 1 if you have the <sys/poll.h> header file. */
1102#undef HAVE_SYS_POLL_H
1103
Benjamin Petersonfb2ae152016-12-19 23:54:25 -08001104/* Define to 1 if you have the <sys/random.h> header file. */
1105#undef HAVE_SYS_RANDOM_H
1106
Martin v. Löwis11437992002-04-12 09:54:03 +00001107/* Define to 1 if you have the <sys/resource.h> header file. */
1108#undef HAVE_SYS_RESOURCE_H
1109
1110/* Define to 1 if you have the <sys/select.h> header file. */
1111#undef HAVE_SYS_SELECT_H
1112
Antoine Pitrou5c2f4642011-02-26 00:22:09 +00001113/* Define to 1 if you have the <sys/sendfile.h> header file. */
1114#undef HAVE_SYS_SENDFILE_H
1115
Martin v. Löwis11437992002-04-12 09:54:03 +00001116/* Define to 1 if you have the <sys/socket.h> header file. */
1117#undef HAVE_SYS_SOCKET_H
1118
Thomas Wouters477c8d52006-05-27 19:21:47 +00001119/* Define to 1 if you have the <sys/statvfs.h> header file. */
1120#undef HAVE_SYS_STATVFS_H
1121
Martin v. Löwis11437992002-04-12 09:54:03 +00001122/* Define to 1 if you have the <sys/stat.h> header file. */
1123#undef HAVE_SYS_STAT_H
1124
Gregory P. Smith8facece2012-01-21 14:01:08 -08001125/* Define to 1 if you have the <sys/syscall.h> header file. */
1126#undef HAVE_SYS_SYSCALL_H
1127
Christian Heimes75b96182017-09-05 15:53:09 +02001128/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1129#undef HAVE_SYS_SYSMACROS_H
1130
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001131/* Define to 1 if you have the <sys/sys_domain.h> header file. */
1132#undef HAVE_SYS_SYS_DOMAIN_H
1133
Georg Brandlf78e02b2008-06-10 17:40:04 +00001134/* Define to 1 if you have the <sys/termio.h> header file. */
1135#undef HAVE_SYS_TERMIO_H
1136
Martin v. Löwis11437992002-04-12 09:54:03 +00001137/* Define to 1 if you have the <sys/times.h> header file. */
1138#undef HAVE_SYS_TIMES_H
1139
1140/* Define to 1 if you have the <sys/time.h> header file. */
1141#undef HAVE_SYS_TIME_H
1142
1143/* Define to 1 if you have the <sys/types.h> header file. */
1144#undef HAVE_SYS_TYPES_H
1145
Antoine Pitrou061cfb52011-02-28 22:25:22 +00001146/* Define to 1 if you have the <sys/uio.h> header file. */
1147#undef HAVE_SYS_UIO_H
1148
Martin v. Löwis11437992002-04-12 09:54:03 +00001149/* Define to 1 if you have the <sys/un.h> header file. */
1150#undef HAVE_SYS_UN_H
1151
1152/* Define to 1 if you have the <sys/utsname.h> header file. */
1153#undef HAVE_SYS_UTSNAME_H
1154
1155/* Define to 1 if you have the <sys/wait.h> header file. */
1156#undef HAVE_SYS_WAIT_H
1157
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001158/* Define to 1 if you have the <sys/xattr.h> header file. */
1159#undef HAVE_SYS_XATTR_H
1160
Martin v. Löwis11437992002-04-12 09:54:03 +00001161/* Define to 1 if you have the `tcgetpgrp' function. */
1162#undef HAVE_TCGETPGRP
1163
1164/* Define to 1 if you have the `tcsetpgrp' function. */
1165#undef HAVE_TCSETPGRP
1166
1167/* Define to 1 if you have the `tempnam' function. */
1168#undef HAVE_TEMPNAM
1169
1170/* Define to 1 if you have the <termios.h> header file. */
1171#undef HAVE_TERMIOS_H
1172
1173/* Define to 1 if you have the <term.h> header file. */
1174#undef HAVE_TERM_H
1175
Mark Dickinson9c113362009-09-05 10:36:23 +00001176/* Define to 1 if you have the `tgamma' function. */
1177#undef HAVE_TGAMMA
1178
Martin v. Löwis11437992002-04-12 09:54:03 +00001179/* Define to 1 if you have the `timegm' function. */
1180#undef HAVE_TIMEGM
1181
1182/* Define to 1 if you have the `times' function. */
1183#undef HAVE_TIMES
1184
1185/* Define to 1 if you have the `tmpfile' function. */
1186#undef HAVE_TMPFILE
1187
1188/* Define to 1 if you have the `tmpnam' function. */
1189#undef HAVE_TMPNAM
1190
1191/* Define to 1 if you have the `tmpnam_r' function. */
1192#undef HAVE_TMPNAM_R
1193
1194/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1195 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1196#undef HAVE_TM_ZONE
1197
1198/* Define to 1 if you have the `truncate' function. */
1199#undef HAVE_TRUNCATE
1200
1201/* Define to 1 if you don't have `tm_zone' but do have the external array
1202 `tzname'. */
1203#undef HAVE_TZNAME
1204
Brett Cannon18367812003-09-19 00:59:16 +00001205/* Define this if you have tcl and TCL_UTF_MAX==6 */
1206#undef HAVE_UCS4_TCL
1207
Martin v. Löwis11437992002-04-12 09:54:03 +00001208/* Define to 1 if you have the `uname' function. */
1209#undef HAVE_UNAME
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001210
Martin v. Löwis11437992002-04-12 09:54:03 +00001211/* Define to 1 if you have the <unistd.h> header file. */
1212#undef HAVE_UNISTD_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001213
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001214/* Define to 1 if you have the `unlinkat' function. */
1215#undef HAVE_UNLINKAT
1216
Martin v. Löwis11437992002-04-12 09:54:03 +00001217/* Define to 1 if you have the `unsetenv' function. */
1218#undef HAVE_UNSETENV
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001219
Martin v. Löwis11437992002-04-12 09:54:03 +00001220/* Define if you have a useable wchar_t type defined in wchar.h; useable means
Martin v. Löwis49ee14d2003-11-10 06:35:36 +00001221 wchar_t must be an unsigned type with at least 16 bits. (see
1222 Include/unicodeobject.h). */
Martin v. Löwis11437992002-04-12 09:54:03 +00001223#undef HAVE_USABLE_WCHAR_T
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001224
Ronald Oussoren755740f2010-02-07 19:56:39 +00001225/* Define to 1 if you have the <util.h> header file. */
1226#undef HAVE_UTIL_H
1227
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001228/* Define to 1 if you have the `utimensat' function. */
1229#undef HAVE_UTIMENSAT
1230
Martin v. Löwis6aa9fdb2002-09-10 09:16:13 +00001231/* Define to 1 if you have the `utimes' function. */
1232#undef HAVE_UTIMES
1233
Martin v. Löwis11437992002-04-12 09:54:03 +00001234/* Define to 1 if you have the <utime.h> header file. */
1235#undef HAVE_UTIME_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001236
David Carlierb4ebaa72018-01-09 19:38:07 +00001237/* Define if uuid_create() exists. */
Michael Felt0d3ccb42017-12-30 22:39:20 +01001238#undef HAVE_UUID_CREATE
1239
Serhiy Storchaka17d88302018-05-25 01:45:09 +03001240/* Define if uuid_enc_be() exists. */
1241#undef HAVE_UUID_ENC_BE
1242
Berker Peksag9a10ff42017-11-08 23:09:16 +03001243/* Define if uuid_generate_time_safe() exists. */
1244#undef HAVE_UUID_GENERATE_TIME_SAFE
1245
Michael Felt0d3ccb42017-12-30 22:39:20 +01001246/* Define to 1 if you have the <uuid.h> header file. */
1247#undef HAVE_UUID_H
1248
1249/* Define to 1 if you have the <uuid/uuid.h> header file. */
1250#undef HAVE_UUID_UUID_H
1251
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001252/* Define to 1 if you have the `wait3' function. */
1253#undef HAVE_WAIT3
1254
1255/* Define to 1 if you have the `wait4' function. */
1256#undef HAVE_WAIT4
1257
Ross Lagerwall7807c352011-03-17 20:20:30 +02001258/* Define to 1 if you have the `waitid' function. */
1259#undef HAVE_WAITID
1260
Martin v. Löwis11437992002-04-12 09:54:03 +00001261/* Define to 1 if you have the `waitpid' function. */
1262#undef HAVE_WAITPID
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001263
Martin v. Löwis11437992002-04-12 09:54:03 +00001264/* Define if the compiler provides a wchar.h header file. */
1265#undef HAVE_WCHAR_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001266
Martin v. Löwis9c36c292002-12-21 18:34:06 +00001267/* Define to 1 if you have the `wcscoll' function. */
1268#undef HAVE_WCSCOLL
1269
Martin v. Löwis113a0852009-05-29 17:25:39 +00001270/* Define to 1 if you have the `wcsftime' function. */
1271#undef HAVE_WCSFTIME
1272
Martin v. Löwis92fab752008-03-08 10:40:41 +00001273/* Define to 1 if you have the `wcsxfrm' function. */
1274#undef HAVE_WCSXFRM
1275
Victor Stinnercd777ea2013-04-08 22:43:44 +02001276/* Define to 1 if you have the `wmemcmp' function. */
1277#undef HAVE_WMEMCMP
1278
Guido van Rossumd11b62e2003-03-14 21:51:36 +00001279/* Define if tzset() actually switches the local timezone in a meaningful way.
1280 */
1281#undef HAVE_WORKING_TZSET
1282
Ross Lagerwall7807c352011-03-17 20:20:30 +02001283/* Define to 1 if you have the `writev' function. */
1284#undef HAVE_WRITEV
1285
Christian Heimesff5be6e2018-01-20 13:19:21 +01001286/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
1287#undef HAVE_X509_VERIFY_PARAM_SET1_HOST
1288
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001289/* Define if the zlib library has inflateCopy */
1290#undef HAVE_ZLIB_COPY
1291
Martin v. Löwis11437992002-04-12 09:54:03 +00001292/* Define to 1 if you have the `_getpty' function. */
1293#undef HAVE__GETPTY
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001294
Martin v. Löwisdbe3f762002-10-10 14:27:30 +00001295/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1296 */
1297#undef MAJOR_IN_MKDEV
1298
1299/* Define to 1 if `major', `minor', and `makedev' are declared in
1300 <sysmacros.h>. */
1301#undef MAJOR_IN_SYSMACROS
1302
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001303/* Define if mvwdelch in curses.h is an expression. */
1304#undef MVWDELCH_IS_EXPRESSION
1305
Martin v. Löwis11437992002-04-12 09:54:03 +00001306/* Define to the address where bug reports for this package should be sent. */
1307#undef PACKAGE_BUGREPORT
1308
1309/* Define to the full name of this package. */
1310#undef PACKAGE_NAME
1311
1312/* Define to the full name and version of this package. */
1313#undef PACKAGE_STRING
1314
1315/* Define to the one symbol short name of this package. */
1316#undef PACKAGE_TARNAME
1317
Matthias Kloseb9621712010-04-24 17:59:49 +00001318/* Define to the home page for this package. */
1319#undef PACKAGE_URL
1320
Martin v. Löwis11437992002-04-12 09:54:03 +00001321/* Define to the version of this package. */
1322#undef PACKAGE_VERSION
1323
Mark Dickinsona614f042009-11-28 12:48:43 +00001324/* Define if POSIX semaphores aren't enabled on your system */
1325#undef POSIX_SEMAPHORES_NOT_ENABLED
1326
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001327/* Define if pthread_key_t is compatible with int. */
1328#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT
1329
Martin v. Löwis11437992002-04-12 09:54:03 +00001330/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
1331#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
1332
Mark Dickinsonbd792642009-03-18 20:06:12 +00001333/* Define as the preferred size in bits of long digits */
1334#undef PYLONG_BITS_IN_DIGIT
1335
Nick Coghlan6ea41862017-06-11 13:16:15 +10001336/* Define if you want to coerce the C locale to a UTF-8 based locale */
1337#undef PY_COERCE_C_LOCALE
1338
Thomas Wouters477c8d52006-05-27 19:21:47 +00001339/* Define to printf format modifier for Py_ssize_t */
1340#undef PY_FORMAT_SIZE_T
1341
Christian Heimes892d66e2018-01-29 14:10:18 +01001342/* Default cipher suites list for ssl module. 1: Python's preferred selection,
1343 2: leave OpenSSL defaults untouched, 0: custom string */
1344#undef PY_SSL_DEFAULT_CIPHERS
1345
1346/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
1347#undef PY_SSL_DEFAULT_CIPHER_STRING
1348
Martin v. Löwis11437992002-04-12 09:54:03 +00001349/* Define if you want to build an interpreter with many run-time checks. */
1350#undef Py_DEBUG
1351
Mark Hammond8235ea12002-07-19 06:55:41 +00001352/* Defined if Python is built as a shared library. */
1353#undef Py_ENABLE_SHARED
1354
Christian Heimes985ecdc2013-11-20 11:46:18 +01001355/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
1356 externally defined: 0 */
1357#undef Py_HASH_ALGORITHM
1358
Matthias Klosebada4c32010-04-25 21:18:48 +00001359/* assume C89 semantics that RETSIGTYPE is always void */
Martin v. Löwis11437992002-04-12 09:54:03 +00001360#undef RETSIGTYPE
1361
1362/* Define if setpgrp() must be called as setpgrp(0, 0). */
1363#undef SETPGRP_HAVE_ARG
1364
1365/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1366#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1367
Guido van Rossum806c2462007-08-06 23:33:07 +00001368/* The size of `double', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001369#undef SIZEOF_DOUBLE
1370
Guido van Rossum806c2462007-08-06 23:33:07 +00001371/* The size of `float', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001372#undef SIZEOF_FLOAT
1373
Guido van Rossum806c2462007-08-06 23:33:07 +00001374/* The size of `fpos_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001375#undef SIZEOF_FPOS_T
1376
Guido van Rossum806c2462007-08-06 23:33:07 +00001377/* The size of `int', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001378#undef SIZEOF_INT
1379
Guido van Rossum806c2462007-08-06 23:33:07 +00001380/* The size of `long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001381#undef SIZEOF_LONG
1382
Travis E. Oliphant9b307842007-10-12 22:06:37 +00001383/* The size of `long double', as computed by sizeof. */
1384#undef SIZEOF_LONG_DOUBLE
1385
Guido van Rossum806c2462007-08-06 23:33:07 +00001386/* The size of `long long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001387#undef SIZEOF_LONG_LONG
1388
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001389/* The size of `off_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001390#undef SIZEOF_OFF_T
1391
Christian Heimes400adb02008-02-01 08:12:03 +00001392/* The size of `pid_t', as computed by sizeof. */
1393#undef SIZEOF_PID_T
1394
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001395/* The size of `pthread_key_t', as computed by sizeof. */
1396#undef SIZEOF_PTHREAD_KEY_T
1397
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001398/* The size of `pthread_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001399#undef SIZEOF_PTHREAD_T
1400
Guido van Rossum806c2462007-08-06 23:33:07 +00001401/* The size of `short', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001402#undef SIZEOF_SHORT
1403
Guido van Rossum806c2462007-08-06 23:33:07 +00001404/* The size of `size_t', as computed by sizeof. */
Martin v. Löwis18e16552006-02-15 17:27:45 +00001405#undef SIZEOF_SIZE_T
1406
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001407/* The size of `time_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001408#undef SIZEOF_TIME_T
1409
Benjamin Petersondf6ff7b2016-09-06 13:53:14 -07001410/* The size of `uintptr_t', as computed by sizeof. */
1411#undef SIZEOF_UINTPTR_T
1412
Guido van Rossum806c2462007-08-06 23:33:07 +00001413/* The size of `void *', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001414#undef SIZEOF_VOID_P
1415
Guido van Rossum806c2462007-08-06 23:33:07 +00001416/* The size of `wchar_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001417#undef SIZEOF_WCHAR_T
1418
Guido van Rossum806c2462007-08-06 23:33:07 +00001419/* The size of `_Bool', as computed by sizeof. */
Thomas Woutersb2137042007-02-01 18:02:27 +00001420#undef SIZEOF__BOOL
1421
Martin v. Löwis11437992002-04-12 09:54:03 +00001422/* Define to 1 if you have the ANSI C header files. */
1423#undef STDC_HEADERS
1424
1425/* Define if you can safely include both <sys/select.h> and <sys/time.h>
1426 (which you can't on SCO ODT 3.0). */
1427#undef SYS_SELECT_WITH_SYS_TIME
1428
Victor Stinnere0be4232011-10-25 13:06:09 +02001429/* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1430#undef TIMEMODULE_LIB
1431
Martin v. Löwis11437992002-04-12 09:54:03 +00001432/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1433#undef TIME_WITH_SYS_TIME
1434
1435/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1436#undef TM_IN_SYS_TIME
1437
Benjamin Petersond7f73e92010-09-05 00:09:07 +00001438/* Define if you want to use computed gotos in ceval.c. */
Antoine Pitroub52ec782009-01-25 16:34:23 +00001439#undef USE_COMPUTED_GOTOS
1440
Matthias Kloseb9621712010-04-24 17:59:49 +00001441/* Enable extensions on AIX 3, Interix. */
1442#ifndef _ALL_SOURCE
1443# undef _ALL_SOURCE
1444#endif
1445/* Enable GNU extensions on systems that have them. */
1446#ifndef _GNU_SOURCE
1447# undef _GNU_SOURCE
1448#endif
1449/* Enable threading extensions on Solaris. */
1450#ifndef _POSIX_PTHREAD_SEMANTICS
1451# undef _POSIX_PTHREAD_SEMANTICS
1452#endif
1453/* Enable extensions on HP NonStop. */
1454#ifndef _TANDEM_SOURCE
1455# undef _TANDEM_SOURCE
1456#endif
1457/* Enable general extensions on Solaris. */
1458#ifndef __EXTENSIONS__
1459# undef __EXTENSIONS__
1460#endif
1461
1462
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001463/* Define if WINDOW in curses.h offers a field _flags. */
1464#undef WINDOW_HAS_FLAGS
1465
Martin v. Löwisa3fb4f72002-06-09 13:33:54 +00001466/* Define if you want documentation strings in extension modules */
1467#undef WITH_DOC_STRINGS
1468
Łukasz Langaa785c872016-09-09 17:37:37 -07001469/* Define if you want to compile in DTrace support */
1470#undef WITH_DTRACE
1471
Martin v. Löwis11437992002-04-12 09:54:03 +00001472/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1473 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1474 Dyld is necessary to support frameworks. */
1475#undef WITH_DYLD
1476
Martin v. Löwis19d17342003-06-14 21:03:05 +00001477/* Define to 1 if libintl is needed for locale functions. */
1478#undef WITH_LIBINTL
1479
Martin v. Löwis11437992002-04-12 09:54:03 +00001480/* Define if you want to produce an OpenStep/Rhapsody framework (shared
1481 library plus accessory files). */
1482#undef WITH_NEXT_FRAMEWORK
1483
1484/* Define if you want to compile in Python-specific mallocs */
1485#undef WITH_PYMALLOC
1486
Benjamin Peterson05159c42009-12-03 03:01:27 +00001487/* Define if you want pymalloc to be disabled when running under valgrind */
1488#undef WITH_VALGRIND
1489
Matthias Kloseb9621712010-04-24 17:59:49 +00001490/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1491 significant byte first (like Motorola and SPARC, unlike Intel). */
1492#if defined AC_APPLE_UNIVERSAL_BUILD
1493# if defined __BIG_ENDIAN__
1494# define WORDS_BIGENDIAN 1
1495# endif
1496#else
1497# ifndef WORDS_BIGENDIAN
1498# undef WORDS_BIGENDIAN
1499# endif
1500#endif
Martin v. Löwis11437992002-04-12 09:54:03 +00001501
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +00001502/* Define if arithmetic is subject to x87-style double rounding issue */
1503#undef X87_DOUBLE_ROUNDING
1504
Guido van Rossum806c2462007-08-06 23:33:07 +00001505/* Define on OpenBSD to activate all library features */
1506#undef _BSD_SOURCE
1507
Georg Brandlfcaf9102008-07-16 02:17:56 +00001508/* Define on Darwin to activate all library features */
1509#undef _DARWIN_C_SOURCE
1510
Martin v. Löwis11437992002-04-12 09:54:03 +00001511/* This must be set to 64 on some systems to enable large file support. */
1512#undef _FILE_OFFSET_BITS
1513
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001514/* Define on Linux to activate all library features */
1515#undef _GNU_SOURCE
1516
Christian Heimes647cd872013-12-07 23:39:33 +01001517/* Define to include mbstate_t for mbrtowc */
1518#undef _INCLUDE__STDC_A1_SOURCE
1519
Martin v. Löwis11437992002-04-12 09:54:03 +00001520/* This must be defined on some systems to enable large file support. */
1521#undef _LARGEFILE_SOURCE
1522
Benjamin Peterson83a0efd2011-02-25 14:01:05 +00001523/* This must be defined on AIX systems to enable large file support. */
1524#undef _LARGE_FILES
1525
Matthias Kloseb9621712010-04-24 17:59:49 +00001526/* Define to 1 if on MINIX. */
1527#undef _MINIX
1528
Martin v. Löwisbcd93962003-05-03 10:32:18 +00001529/* Define on NetBSD to activate all library features */
1530#undef _NETBSD_SOURCE
1531
Matthias Kloseb9621712010-04-24 17:59:49 +00001532/* Define to 2 if the system does not provide POSIX.1 features except with
1533 this defined. */
1534#undef _POSIX_1_SOURCE
1535
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001536/* Define to activate features from IEEE Stds 1003.1-2008 */
Martin v. Löwise4826582002-10-26 13:33:00 +00001537#undef _POSIX_C_SOURCE
1538
Matthias Kloseb9621712010-04-24 17:59:49 +00001539/* Define to 1 if you need to in order for `stat' and other things to work. */
1540#undef _POSIX_SOURCE
1541
Martin v. Löwis11437992002-04-12 09:54:03 +00001542/* Define if you have POSIX threads, and your system does not define that. */
1543#undef _POSIX_THREADS
1544
INADA Naoki6b42eb12017-06-29 15:31:38 +09001545/* framework name */
1546#undef _PYTHONFRAMEWORK
1547
Martin v. Löwis11437992002-04-12 09:54:03 +00001548/* Define to force use of thread-safe errno, h_errno, and other functions */
1549#undef _REENTRANT
1550
Martin v. Löwis678fc1e2002-11-12 06:04:39 +00001551/* Define to the level of X/Open that your system supports */
1552#undef _XOPEN_SOURCE
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001553
Martin v. Löwise4826582002-10-26 13:33:00 +00001554/* Define to activate Unix95-and-earlier features */
1555#undef _XOPEN_SOURCE_EXTENDED
1556
Jason Tishlerfac083d2003-07-22 15:20:49 +00001557/* Define on FreeBSD to activate all library features */
1558#undef __BSD_VISIBLE
1559
Martin v. Löwis11437992002-04-12 09:54:03 +00001560/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1561#ifndef __CHAR_UNSIGNED__
1562# undef __CHAR_UNSIGNED__
1563#endif
1564
Martin v. Löwis11437992002-04-12 09:54:03 +00001565/* Define to 'long' if <time.h> doesn't define. */
1566#undef clock_t
1567
1568/* Define to empty if `const' does not conform to ANSI C. */
1569#undef const
1570
1571/* Define to `int' if <sys/types.h> doesn't define. */
1572#undef gid_t
1573
1574/* Define to `int' if <sys/types.h> does not define. */
1575#undef mode_t
1576
Guido van Rossum806c2462007-08-06 23:33:07 +00001577/* Define to `long int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001578#undef off_t
1579
1580/* Define to `int' if <sys/types.h> does not define. */
1581#undef pid_t
1582
1583/* Define to empty if the keyword does not work. */
1584#undef signed
1585
Guido van Rossum806c2462007-08-06 23:33:07 +00001586/* Define to `unsigned int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001587#undef size_t
1588
Martin v. Löwis01c04012002-11-11 14:58:44 +00001589/* Define to `int' if <sys/socket.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001590#undef socklen_t
1591
1592/* Define to `int' if <sys/types.h> doesn't define. */
1593#undef uid_t
1594
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001595
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001596/* Define the macros needed if on a UnixWare 7.x system. */
1597#if defined(__USLC__) && defined(__SCO_VERSION__)
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001598#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1599#endif
1600
Martin v. Löwisbddf5a52002-11-11 13:37:28 +00001601#endif /*Py_PYCONFIG_H*/
1602