blob: ff1083ae0b000438ce0a2587e9a8a3c24fa2bcf5 [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 Petersond8d835b2010-10-15 23:14:46 +000033/* Define if flock needs to be linked with bsd library. */
Antoine Pitroua3000072010-09-07 14:52:42 +000034#undef FLOCK_NEEDS_LIBBSD
35
Martin v. Löwis11437992002-04-12 09:54:03 +000036/* Define if getpgrp() must be called as getpgrp(0). */
37#undef GETPGRP_HAVE_ARG
38
39/* Define if gettimeofday() does not have second (timezone) argument This is
40 the case on Motorola V4 (R40V4.2) */
41#undef GETTIMEOFDAY_NO_TZ
42
Antoine Pitroub1c54962010-10-14 15:05:38 +000043/* Define to 1 if you have the `accept4' function. */
44#undef HAVE_ACCEPT4
45
Christian Heimes9bd667a2008-01-20 15:14:11 +000046/* Define to 1 if you have the `acosh' function. */
47#undef HAVE_ACOSH
48
Martin v. Löwis11437992002-04-12 09:54:03 +000049/* struct addrinfo (netdb.h) */
50#undef HAVE_ADDRINFO
51
52/* Define to 1 if you have the `alarm' function. */
53#undef HAVE_ALARM
54
Christian Heimes985ecdc2013-11-20 11:46:18 +010055/* Define if aligned memory access is required */
56#undef HAVE_ALIGNED_REQUIRED
57
Christian Heimesf0400ba2013-06-18 13:22:17 +020058/* Define to 1 if you have the <alloca.h> header file. */
59#undef HAVE_ALLOCA_H
60
Martin v. Löwis11437992002-04-12 09:54:03 +000061/* Define this if your time.h defines altzone. */
62#undef HAVE_ALTZONE
63
Christian Heimes9bd667a2008-01-20 15:14:11 +000064/* Define to 1 if you have the `asinh' function. */
65#undef HAVE_ASINH
66
Martin v. Löwis11017b12006-01-14 18:12:57 +000067/* Define to 1 if you have the <asm/types.h> header file. */
68#undef HAVE_ASM_TYPES_H
69
Christian Heimes9bd667a2008-01-20 15:14:11 +000070/* Define to 1 if you have the `atanh' function. */
71#undef HAVE_ATANH
72
Gustavo Niemeyer7bd33c52004-07-22 18:44:01 +000073/* Define to 1 if you have the `bind_textdomain_codeset' function. */
74#undef HAVE_BIND_TEXTDOMAIN_CODESET
75
Martin v. Löwis12af0482004-01-31 12:34:17 +000076/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
77#undef HAVE_BLUETOOTH_BLUETOOTH_H
78
Hye-Shik Chang81268602004-02-02 06:05:24 +000079/* Define to 1 if you have the <bluetooth.h> header file. */
80#undef HAVE_BLUETOOTH_H
81
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +000082/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
83 chars that would be converted. */
84#undef HAVE_BROKEN_MBSTOWCS
85
Martin v. Löwis11437992002-04-12 09:54:03 +000086/* Define if nice() returns success/failure instead of the new priority. */
87#undef HAVE_BROKEN_NICE
88
Benjamin Petersond8d835b2010-10-15 23:14:46 +000089/* Define if the system reports an invalid PIPE_BUF value. */
90#undef HAVE_BROKEN_PIPE_BUF
91
Nicholas Bastine62c5c82004-03-21 23:45:42 +000092/* Define if poll() sets errno on invalid file descriptors. */
93#undef HAVE_BROKEN_POLL
94
Martin v. Löwisdfc33fd2003-01-21 10:14:41 +000095/* Define if the Posix semaphores do not work on your system */
96#undef HAVE_BROKEN_POSIX_SEMAPHORES
97
Jason Tishlerfac083d2003-07-22 15:20:49 +000098/* Define if pthread_sigmask() does not work on your system. */
99#undef HAVE_BROKEN_PTHREAD_SIGMASK
100
Benjamin Peterson965ce872009-04-05 21:24:58 +0000101/* define to 1 if your sem_getvalue is broken. */
102#undef HAVE_BROKEN_SEM_GETVALUE
103
Victor Stinner984890f2011-11-24 13:53:38 +0100104/* Define if `unsetenv` does not return an int. */
105#undef HAVE_BROKEN_UNSETENV
106
Victor Stinner4f5366e2015-01-09 02:13:19 +0100107/* Has builtin atomics */
108#undef HAVE_BUILTIN_ATOMIC
109
Ned Deily3eb67d52011-06-28 00:00:28 -0700110/* Define to 1 if you have the 'chflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000111#undef HAVE_CHFLAGS
112
Martin v. Löwis11437992002-04-12 09:54:03 +0000113/* Define to 1 if you have the `chown' function. */
114#undef HAVE_CHOWN
115
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000116/* Define if you have the 'chroot' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000117#undef HAVE_CHROOT
118
119/* Define to 1 if you have the `clock' function. */
120#undef HAVE_CLOCK
121
Victor Stinnere0be4232011-10-25 13:06:09 +0200122/* Define to 1 if you have the `clock_getres' function. */
123#undef HAVE_CLOCK_GETRES
124
125/* Define to 1 if you have the `clock_gettime' function. */
126#undef HAVE_CLOCK_GETTIME
127
Benjamin Peterson37098cd2016-09-13 22:55:09 -0700128/* Define to 1 if you have the `clock_settime' function. */
129#undef HAVE_CLOCK_SETTIME
130
Antoine Pitrou042b1282010-08-13 21:15:58 +0000131/* Define if the C compiler supports computed gotos. */
132#undef HAVE_COMPUTED_GOTOS
133
Martin v. Löwis11437992002-04-12 09:54:03 +0000134/* Define to 1 if you have the `confstr' function. */
135#undef HAVE_CONFSTR
136
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000137/* Define to 1 if you have the <conio.h> header file. */
138#undef HAVE_CONIO_H
139
Christian Heimes99170a52007-12-19 02:07:34 +0000140/* Define to 1 if you have the `copysign' function. */
141#undef HAVE_COPYSIGN
142
Martin v. Löwis11437992002-04-12 09:54:03 +0000143/* Define to 1 if you have the `ctermid' function. */
144#undef HAVE_CTERMID
145
Martin v. Löwisd5843682002-11-21 20:41:28 +0000146/* Define if you have the 'ctermid_r' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000147#undef HAVE_CTERMID_R
148
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200149/* Define if you have the 'filter' function. */
150#undef HAVE_CURSES_FILTER
151
Martin v. Löwisae2830c2004-09-18 09:54:52 +0000152/* Define to 1 if you have the <curses.h> header file. */
153#undef HAVE_CURSES_H
154
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200155/* Define if you have the 'has_key' function. */
156#undef HAVE_CURSES_HAS_KEY
157
158/* Define if you have the 'immedok' function. */
159#undef HAVE_CURSES_IMMEDOK
160
Masayuki Yamamoto8bc7d632017-11-01 21:05:26 +0900161/* Define if you have the 'is_pad' function or macro. */
162#undef HAVE_CURSES_IS_PAD
163
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000164/* Define if you have the 'is_term_resized' function. */
165#undef HAVE_CURSES_IS_TERM_RESIZED
166
167/* Define if you have the 'resizeterm' function. */
168#undef HAVE_CURSES_RESIZETERM
169
170/* Define if you have the 'resize_term' function. */
171#undef HAVE_CURSES_RESIZE_TERM
172
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200173/* Define if you have the 'syncok' function. */
174#undef HAVE_CURSES_SYNCOK
175
176/* Define if you have the 'typeahead' function. */
177#undef HAVE_CURSES_TYPEAHEAD
178
179/* Define if you have the 'use_env' function. */
180#undef HAVE_CURSES_USE_ENV
181
Serhiy Storchaka894ebd02017-11-01 14:34:20 +0200182/* Define if you have the 'wchgat' function. */
183#undef HAVE_CURSES_WCHGAT
184
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000185/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
186 don't. */
187#undef HAVE_DECL_ISFINITE
188
189/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
190 */
191#undef HAVE_DECL_ISINF
192
193/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
194 */
195#undef HAVE_DECL_ISNAN
196
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300197/* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
198 don't. */
199#undef HAVE_DECL_RTLD_DEEPBIND
200
201/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
202 don't. */
203#undef HAVE_DECL_RTLD_GLOBAL
204
205/* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
206 don't. */
207#undef HAVE_DECL_RTLD_LAZY
208
209/* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
210 don't. */
211#undef HAVE_DECL_RTLD_LOCAL
212
Michael Feltc5ae1692017-12-19 13:58:49 +0100213/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
214 don't. */
215#undef HAVE_DECL_RTLD_MEMBER
216
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300217/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
218 don't. */
219#undef HAVE_DECL_RTLD_NODELETE
220
221/* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
222 don't. */
223#undef HAVE_DECL_RTLD_NOLOAD
224
225/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
226 don't. */
227#undef HAVE_DECL_RTLD_NOW
228
Guido van Rossum806c2462007-08-06 23:33:07 +0000229/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
230 */
231#undef HAVE_DECL_TZNAME
232
Martin v. Löwisdbe3f762002-10-10 14:27:30 +0000233/* Define to 1 if you have the device macros. */
234#undef HAVE_DEVICE_MACROS
235
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200236/* Define to 1 if you have the /dev/ptc device file. */
Neal Norwitz865400f2003-03-21 01:42:58 +0000237#undef HAVE_DEV_PTC
238
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200239/* Define to 1 if you have the /dev/ptmx device file. */
Martin v. Löwis24a880b2002-12-31 12:55:15 +0000240#undef HAVE_DEV_PTMX
241
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000242/* Define to 1 if you have the <direct.h> header file. */
243#undef HAVE_DIRECT_H
244
Victor Stinner35a97c02015-03-08 02:59:09 +0100245/* Define to 1 if the dirent structure has a d_type field */
246#undef HAVE_DIRENT_D_TYPE
247
Martin v. Löwis11437992002-04-12 09:54:03 +0000248/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
249 */
250#undef HAVE_DIRENT_H
251
Gregory P. Smithdf300d52012-01-21 18:20:15 -0800252/* Define if you have the 'dirfd' function or macro. */
Gregory P. Smith41884412012-01-16 02:05:23 -0800253#undef HAVE_DIRFD
254
Martin v. Löwis11437992002-04-12 09:54:03 +0000255/* Define to 1 if you have the <dlfcn.h> header file. */
256#undef HAVE_DLFCN_H
257
258/* Define to 1 if you have the `dlopen' function. */
259#undef HAVE_DLOPEN
260
261/* Define to 1 if you have the `dup2' function. */
262#undef HAVE_DUP2
263
Victor Stinnerdaf45552013-08-28 00:53:59 +0200264/* Define to 1 if you have the `dup3' function. */
265#undef HAVE_DUP3
266
Martin v. Löwis11437992002-04-12 09:54:03 +0000267/* Defined when any dynamic module loading is enabled. */
268#undef HAVE_DYNAMIC_LOADING
269
Christian Heimes985ecdc2013-11-20 11:46:18 +0100270/* Define to 1 if you have the <endian.h> header file. */
271#undef HAVE_ENDIAN_H
272
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000273/* Define if you have the 'epoll' functions. */
274#undef HAVE_EPOLL
275
Benjamin Peterson95c16622011-12-27 15:36:32 -0600276/* Define if you have the 'epoll_create1' function. */
277#undef HAVE_EPOLL_CREATE1
278
Mark Dickinson9c113362009-09-05 10:36:23 +0000279/* Define to 1 if you have the `erf' function. */
280#undef HAVE_ERF
281
282/* Define to 1 if you have the `erfc' function. */
283#undef HAVE_ERFC
284
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000285/* Define to 1 if you have the <errno.h> header file. */
286#undef HAVE_ERRNO_H
287
Martin v. Löwis11437992002-04-12 09:54:03 +0000288/* Define to 1 if you have the `execv' function. */
289#undef HAVE_EXECV
290
Christian Heimes9bd667a2008-01-20 15:14:11 +0000291/* Define to 1 if you have the `expm1' function. */
292#undef HAVE_EXPM1
293
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000294/* Define to 1 if you have the `faccessat' function. */
295#undef HAVE_FACCESSAT
296
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000297/* Define if you have the 'fchdir' function. */
Fred Drake6b3cc522002-04-15 19:20:27 +0000298#undef HAVE_FCHDIR
299
Christian Heimes4e30a842007-11-30 22:12:06 +0000300/* Define to 1 if you have the `fchmod' function. */
301#undef HAVE_FCHMOD
302
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000303/* Define to 1 if you have the `fchmodat' function. */
304#undef HAVE_FCHMODAT
305
Christian Heimes4e30a842007-11-30 22:12:06 +0000306/* Define to 1 if you have the `fchown' function. */
307#undef HAVE_FCHOWN
308
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000309/* Define to 1 if you have the `fchownat' function. */
310#undef HAVE_FCHOWNAT
311
Martin v. Löwis11437992002-04-12 09:54:03 +0000312/* Define to 1 if you have the <fcntl.h> header file. */
313#undef HAVE_FCNTL_H
314
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000315/* Define if you have the 'fdatasync' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000316#undef HAVE_FDATASYNC
317
Antoine Pitrou8250e232011-02-25 23:41:16 +0000318/* Define to 1 if you have the `fdopendir' function. */
319#undef HAVE_FDOPENDIR
320
Ross Lagerwall7807c352011-03-17 20:20:30 +0200321/* Define to 1 if you have the `fexecve' function. */
322#undef HAVE_FEXECVE
323
Christian Heimes9bd667a2008-01-20 15:14:11 +0000324/* Define to 1 if you have the `finite' function. */
325#undef HAVE_FINITE
326
Benjamin Petersond8d835b2010-10-15 23:14:46 +0000327/* Define to 1 if you have the `flock' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000328#undef HAVE_FLOCK
329
330/* Define to 1 if you have the `fork' function. */
331#undef HAVE_FORK
332
333/* Define to 1 if you have the `forkpty' function. */
334#undef HAVE_FORKPTY
335
336/* Define to 1 if you have the `fpathconf' function. */
337#undef HAVE_FPATHCONF
338
339/* Define to 1 if you have the `fseek64' function. */
340#undef HAVE_FSEEK64
341
342/* Define to 1 if you have the `fseeko' function. */
343#undef HAVE_FSEEKO
344
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000345/* Define to 1 if you have the `fstatat' function. */
346#undef HAVE_FSTATAT
347
Martin v. Löwis11437992002-04-12 09:54:03 +0000348/* Define to 1 if you have the `fstatvfs' function. */
349#undef HAVE_FSTATVFS
350
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000351/* Define if you have the 'fsync' function. */
352#undef HAVE_FSYNC
353
Martin v. Löwis11437992002-04-12 09:54:03 +0000354/* Define to 1 if you have the `ftell64' function. */
355#undef HAVE_FTELL64
356
357/* Define to 1 if you have the `ftello' function. */
358#undef HAVE_FTELLO
359
360/* Define to 1 if you have the `ftime' function. */
361#undef HAVE_FTIME
362
363/* Define to 1 if you have the `ftruncate' function. */
364#undef HAVE_FTRUNCATE
365
Ross Lagerwall7807c352011-03-17 20:20:30 +0200366/* Define to 1 if you have the `futimens' function. */
367#undef HAVE_FUTIMENS
368
369/* Define to 1 if you have the `futimes' function. */
370#undef HAVE_FUTIMES
371
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000372/* Define to 1 if you have the `futimesat' function. */
373#undef HAVE_FUTIMESAT
374
Martin v. Löwis11437992002-04-12 09:54:03 +0000375/* Define to 1 if you have the `gai_strerror' function. */
376#undef HAVE_GAI_STRERROR
377
Mark Dickinson9c113362009-09-05 10:36:23 +0000378/* Define to 1 if you have the `gamma' function. */
379#undef HAVE_GAMMA
380
Benjamin Peterson8bdeb162014-04-17 00:00:31 -0400381/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
382#undef HAVE_GCC_ASM_FOR_MC68881
383
Stefan Krah1919b7e2012-03-21 18:25:23 +0100384/* Define if we can use x64 gcc inline assembler */
385#undef HAVE_GCC_ASM_FOR_X64
386
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000387/* Define if we can use gcc inline assembler to get and set x87 control word
388 */
389#undef HAVE_GCC_ASM_FOR_X87
390
Stefan Krah1919b7e2012-03-21 18:25:23 +0100391/* Define if your compiler provides __uint128_t */
392#undef HAVE_GCC_UINT128_T
393
Martin v. Löwis11437992002-04-12 09:54:03 +0000394/* Define if you have the getaddrinfo function. */
395#undef HAVE_GETADDRINFO
396
Martin v. Löwis11437992002-04-12 09:54:03 +0000397/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
398#undef HAVE_GETC_UNLOCKED
399
Victor Stinner4d6a3d62014-12-21 01:16:38 +0100400/* Define to 1 if you have the `getentropy' function. */
401#undef HAVE_GETENTROPY
402
Ross Lagerwallb0ae53d2011-06-10 07:30:30 +0200403/* Define to 1 if you have the `getgrouplist' function. */
404#undef HAVE_GETGROUPLIST
405
Martin v. Löwis11437992002-04-12 09:54:03 +0000406/* Define to 1 if you have the `getgroups' function. */
407#undef HAVE_GETGROUPS
408
409/* Define to 1 if you have the `gethostbyname' function. */
410#undef HAVE_GETHOSTBYNAME
411
Guido van Rossum7152e9b1999-03-22 21:46:06 +0000412/* Define this if you have some version of gethostbyname_r() */
413#undef HAVE_GETHOSTBYNAME_R
414
Martin v. Löwis11437992002-04-12 09:54:03 +0000415/* Define this if you have the 3-arg version of gethostbyname_r(). */
416#undef HAVE_GETHOSTBYNAME_R_3_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000417
Martin v. Löwis11437992002-04-12 09:54:03 +0000418/* Define this if you have the 5-arg version of gethostbyname_r(). */
419#undef HAVE_GETHOSTBYNAME_R_5_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000420
Martin v. Löwis11437992002-04-12 09:54:03 +0000421/* Define this if you have the 6-arg version of gethostbyname_r(). */
422#undef HAVE_GETHOSTBYNAME_R_6_ARG
Guido van Rossum9caf77a1996-08-01 00:52:26 +0000423
Martin v. Löwis823725e2008-03-24 13:39:54 +0000424/* Define to 1 if you have the `getitimer' function. */
425#undef HAVE_GETITIMER
426
Martin v. Löwis438b5342002-12-27 10:16:42 +0000427/* Define to 1 if you have the `getloadavg' function. */
428#undef HAVE_GETLOADAVG
429
Martin v. Löwis11437992002-04-12 09:54:03 +0000430/* Define to 1 if you have the `getlogin' function. */
Fred Drake3bb3e571999-12-14 20:48:17 +0000431#undef HAVE_GETLOGIN
432
Martin v. Löwis11437992002-04-12 09:54:03 +0000433/* Define to 1 if you have the `getnameinfo' function. */
Martin v. Löwis01dfdb32001-06-23 16:30:13 +0000434#undef HAVE_GETNAMEINFO
435
Martin v. Löwisf26d63b2003-03-30 17:23:49 +0000436/* Define if you have the 'getpagesize' function. */
437#undef HAVE_GETPAGESIZE
438
Martin v. Löwis11437992002-04-12 09:54:03 +0000439/* Define to 1 if you have the `getpeername' function. */
Fred Drakef581db11999-12-14 21:11:47 +0000440#undef HAVE_GETPEERNAME
Fred Drake3bb3e571999-12-14 20:48:17 +0000441
Martin v. Löwis606edc12002-06-13 21:09:11 +0000442/* Define to 1 if you have the `getpgid' function. */
443#undef HAVE_GETPGID
444
Martin v. Löwis11437992002-04-12 09:54:03 +0000445/* Define to 1 if you have the `getpgrp' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000446#undef HAVE_GETPGRP
447
Martin v. Löwis11437992002-04-12 09:54:03 +0000448/* Define to 1 if you have the `getpid' function. */
Guido van Rossumf1328521994-05-03 14:43:56 +0000449#undef HAVE_GETPID
450
Martin v. Löwis11437992002-04-12 09:54:03 +0000451/* Define to 1 if you have the `getpriority' function. */
Thomas Woutersc2c12dc2001-07-11 14:45:34 +0000452#undef HAVE_GETPRIORITY
Guido van Rossum353ae582001-07-10 16:45:32 +0000453
Martin v. Löwis11437992002-04-12 09:54:03 +0000454/* Define to 1 if you have the `getpwent' function. */
Guido van Rossum1171ee61997-08-22 20:42:00 +0000455#undef HAVE_GETPWENT
456
Victor Stinnerbae2d622015-10-01 09:47:30 +0200457/* Define to 1 if the getrandom() function is available */
458#undef HAVE_GETRANDOM
459
Victor Stinner9eb57c52015-03-19 22:21:49 +0100460/* Define to 1 if the Linux getrandom() syscall is available */
461#undef HAVE_GETRANDOM_SYSCALL
462
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000463/* Define to 1 if you have the `getresgid' function. */
464#undef HAVE_GETRESGID
465
466/* Define to 1 if you have the `getresuid' function. */
467#undef HAVE_GETRESUID
468
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000469/* Define to 1 if you have the `getsid' function. */
470#undef HAVE_GETSID
471
Martin v. Löwisc3001752005-01-23 09:27:24 +0000472/* Define to 1 if you have the `getspent' function. */
473#undef HAVE_GETSPENT
474
475/* Define to 1 if you have the `getspnam' function. */
476#undef HAVE_GETSPNAM
477
Martin v. Löwis11437992002-04-12 09:54:03 +0000478/* Define to 1 if you have the `gettimeofday' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000479#undef HAVE_GETTIMEOFDAY
480
Martin v. Löwis11437992002-04-12 09:54:03 +0000481/* Define to 1 if you have the `getwd' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000482#undef HAVE_GETWD
483
Stefan Krah1919b7e2012-03-21 18:25:23 +0100484/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
485 bcopy. */
486#undef HAVE_GLIBC_MEMMOVE_BUG
487
Martin v. Löwis11437992002-04-12 09:54:03 +0000488/* Define to 1 if you have the <grp.h> header file. */
Guido van Rossuma6535fd2001-10-18 19:44:10 +0000489#undef HAVE_GRP_H
490
Martin v. Löwise9416172003-05-03 10:12:45 +0000491/* Define if you have the 'hstrerror' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000492#undef HAVE_HSTRERROR
493
Christian Heimes985ecdc2013-11-20 11:46:18 +0100494/* Define this if you have le64toh() */
495#undef HAVE_HTOLE64
496
Martin v. Löwis11437992002-04-12 09:54:03 +0000497/* Define to 1 if you have the `hypot' function. */
498#undef HAVE_HYPOT
499
Christian Heimesbbe741d2008-03-28 10:53:29 +0000500/* Define to 1 if you have the <ieeefp.h> header file. */
501#undef HAVE_IEEEFP_H
502
Nathaniel J. Smith735ae8d2018-01-05 23:15:34 -0800503/* Define to 1 if you have the `if_nameindex' function. */
Gregory P. Smith5ed2e772011-05-15 00:26:45 -0700504#undef HAVE_IF_NAMEINDEX
505
Martin v. Löwise9416172003-05-03 10:12:45 +0000506/* Define if you have the 'inet_aton' function. */
Neal Norwitz10b214c2003-02-13 02:11:10 +0000507#undef HAVE_INET_ATON
508
Martin v. Löwise9416172003-05-03 10:12:45 +0000509/* Define if you have the 'inet_pton' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000510#undef HAVE_INET_PTON
511
Benjamin Peterson05159c42009-12-03 03:01:27 +0000512/* Define to 1 if you have the `initgroups' function. */
513#undef HAVE_INITGROUPS
514
Martin v. Löwis11437992002-04-12 09:54:03 +0000515/* Define to 1 if you have the <inttypes.h> header file. */
516#undef HAVE_INTTYPES_H
517
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000518/* Define to 1 if you have the <io.h> header file. */
519#undef HAVE_IO_H
520
Stefan Krah1919b7e2012-03-21 18:25:23 +0100521/* Define if gcc has the ipa-pure-const bug. */
522#undef HAVE_IPA_PURE_CONST_BUG
523
Martin v. Löwis11437992002-04-12 09:54:03 +0000524/* Define to 1 if you have the `kill' function. */
525#undef HAVE_KILL
526
527/* Define to 1 if you have the `killpg' function. */
528#undef HAVE_KILLPG
529
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000530/* Define if you have the 'kqueue' functions. */
531#undef HAVE_KQUEUE
532
Martin v. Löwis11437992002-04-12 09:54:03 +0000533/* Define to 1 if you have the <langinfo.h> header file. */
Martin v. Löwis9b75dca2001-08-10 13:58:50 +0000534#undef HAVE_LANGINFO_H
535
Martin v. Löwis11437992002-04-12 09:54:03 +0000536/* Defined to enable large file support when an off_t is bigger than a long
537 and long long is available and at least as big as an off_t. You may need to
538 add some flags for configuration and compilation to enable this mode. (For
539 Solaris and Linux, the necessary defines are already defined.) */
540#undef HAVE_LARGEFILE_SUPPORT
Martin v. Löwis2e64c342002-03-27 18:49:02 +0000541
Ned Deily3eb67d52011-06-28 00:00:28 -0700542/* Define to 1 if you have the 'lchflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000543#undef HAVE_LCHFLAGS
544
Christian Heimes4e30a842007-11-30 22:12:06 +0000545/* Define to 1 if you have the `lchmod' function. */
546#undef HAVE_LCHMOD
547
Martin v. Löwis0cec0ff2002-07-28 16:33:45 +0000548/* Define to 1 if you have the `lchown' function. */
549#undef HAVE_LCHOWN
550
Mark Dickinson9c113362009-09-05 10:36:23 +0000551/* Define to 1 if you have the `lgamma' function. */
552#undef HAVE_LGAMMA
553
Martin v. Löwis11437992002-04-12 09:54:03 +0000554/* Define to 1 if you have the `dl' library (-ldl). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000555#undef HAVE_LIBDL
556
Martin v. Löwis11437992002-04-12 09:54:03 +0000557/* Define to 1 if you have the `dld' library (-ldld). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000558#undef HAVE_LIBDLD
Guido van Rossumf1328521994-05-03 14:43:56 +0000559
Martin v. Löwis11437992002-04-12 09:54:03 +0000560/* Define to 1 if you have the `ieee' library (-lieee). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000561#undef HAVE_LIBIEEE
Guido van Rossumaef734b2001-01-10 21:09:12 +0000562
Martin v. Löwis11437992002-04-12 09:54:03 +0000563/* Define to 1 if you have the <libintl.h> header file. */
564#undef HAVE_LIBINTL_H
565
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000566/* Define if you have the readline library (-lreadline). */
Neal Norwitzfe8e3d92006-01-07 21:07:20 +0000567#undef HAVE_LIBREADLINE
568
Martin v. Löwis95c419b2003-05-03 12:10:48 +0000569/* Define to 1 if you have the `resolv' library (-lresolv). */
570#undef HAVE_LIBRESOLV
571
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000572/* Define to 1 if you have the `sendfile' library (-lsendfile). */
573#undef HAVE_LIBSENDFILE
574
Martin v. Löwis11437992002-04-12 09:54:03 +0000575/* Define to 1 if you have the <libutil.h> header file. */
576#undef HAVE_LIBUTIL_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000577
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000578/* Define if you have the 'link' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000579#undef HAVE_LINK
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000580
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000581/* Define to 1 if you have the `linkat' function. */
582#undef HAVE_LINKAT
583
Charles-François Natali773e42d2013-02-05 19:42:01 +0100584/* Define to 1 if you have the <linux/can/bcm.h> header file. */
585#undef HAVE_LINUX_CAN_BCM_H
586
Charles-François Natali47413c12011-10-06 19:47:44 +0200587/* Define to 1 if you have the <linux/can.h> header file. */
588#undef HAVE_LINUX_CAN_H
589
Larry Hastingsa6cc5512015-04-13 17:48:40 -0400590/* Define if compiling using Linux 3.6 or later. */
591#undef HAVE_LINUX_CAN_RAW_FD_FRAMES
592
Charles-François Natali47413c12011-10-06 19:47:44 +0200593/* Define to 1 if you have the <linux/can/raw.h> header file. */
594#undef HAVE_LINUX_CAN_RAW_H
595
Martin v. Löwis11017b12006-01-14 18:12:57 +0000596/* Define to 1 if you have the <linux/netlink.h> header file. */
597#undef HAVE_LINUX_NETLINK_H
598
Victor Stinnerdddf4842016-06-07 11:21:42 +0200599/* Define to 1 if you have the <linux/random.h> header file. */
600#undef HAVE_LINUX_RANDOM_H
601
Benjamin Petersonb8a2f512016-07-06 23:55:15 -0700602/* Define to 1 if you have the <linux/tipc.h> header file. */
603#undef HAVE_LINUX_TIPC_H
604
caaveryeffc12f2017-09-06 18:18:10 -0400605/* Define to 1 if you have the <linux/vm_sockets.h> header file. */
606#undef HAVE_LINUX_VM_SOCKETS_H
607
xdegaye5ce10692017-11-23 12:01:36 +0100608/* Define to 1 if you have the `lockf' function. */
Ross Lagerwall7807c352011-03-17 20:20:30 +0200609#undef HAVE_LOCKF
610
Christian Heimes9bd667a2008-01-20 15:14:11 +0000611/* Define to 1 if you have the `log1p' function. */
612#undef HAVE_LOG1P
613
Victor Stinner8f9f8d62011-05-09 12:45:41 +0200614/* Define to 1 if you have the `log2' function. */
615#undef HAVE_LOG2
616
Travis E. Oliphant9b307842007-10-12 22:06:37 +0000617/* Define this if you have the type long double. */
618#undef HAVE_LONG_DOUBLE
619
Martin v. Löwis11437992002-04-12 09:54:03 +0000620/* Define to 1 if you have the `lstat' function. */
621#undef HAVE_LSTAT
622
Ross Lagerwall7807c352011-03-17 20:20:30 +0200623/* Define to 1 if you have the `lutimes' function. */
624#undef HAVE_LUTIMES
625
Neal Norwitz11690112002-07-30 01:08:28 +0000626/* Define this if you have the makedev macro. */
627#undef HAVE_MAKEDEV
628
Martin v. Löwis011e8422009-05-05 04:43:17 +0000629/* Define to 1 if you have the `mbrtowc' function. */
630#undef HAVE_MBRTOWC
631
Martin v. Löwis11437992002-04-12 09:54:03 +0000632/* Define to 1 if you have the <memory.h> header file. */
633#undef HAVE_MEMORY_H
634
Antoine Pitrou2c3b2302011-10-11 20:29:21 +0200635/* Define to 1 if you have the `memrchr' function. */
636#undef HAVE_MEMRCHR
637
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000638/* Define to 1 if you have the `mkdirat' function. */
639#undef HAVE_MKDIRAT
640
Martin v. Löwis11437992002-04-12 09:54:03 +0000641/* Define to 1 if you have the `mkfifo' function. */
642#undef HAVE_MKFIFO
643
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000644/* Define to 1 if you have the `mkfifoat' function. */
645#undef HAVE_MKFIFOAT
646
Martin v. Löwis06a83e92002-04-14 10:19:44 +0000647/* Define to 1 if you have the `mknod' function. */
648#undef HAVE_MKNOD
649
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000650/* Define to 1 if you have the `mknodat' function. */
651#undef HAVE_MKNODAT
652
Martin v. Löwis11437992002-04-12 09:54:03 +0000653/* Define to 1 if you have the `mktime' function. */
654#undef HAVE_MKTIME
655
Antoine Pitrouf0effe62011-11-26 01:11:02 +0100656/* Define to 1 if you have the `mmap' function. */
657#undef HAVE_MMAP
658
Martin v. Löwis11437992002-04-12 09:54:03 +0000659/* Define to 1 if you have the `mremap' function. */
660#undef HAVE_MREMAP
661
662/* Define to 1 if you have the <ncurses.h> header file. */
663#undef HAVE_NCURSES_H
664
Martin v. Löwis11437992002-04-12 09:54:03 +0000665/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
666#undef HAVE_NDIR_H
667
668/* Define to 1 if you have the <netpacket/packet.h> header file. */
669#undef HAVE_NETPACKET_PACKET_H
670
Nadeem Vawdad74b5932011-05-15 13:16:22 +0200671/* Define to 1 if you have the <net/if.h> header file. */
672#undef HAVE_NET_IF_H
673
Martin v. Löwis11437992002-04-12 09:54:03 +0000674/* Define to 1 if you have the `nice' function. */
675#undef HAVE_NICE
676
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000677/* Define to 1 if you have the `openat' function. */
678#undef HAVE_OPENAT
679
Martin v. Löwis11437992002-04-12 09:54:03 +0000680/* Define to 1 if you have the `openpty' function. */
681#undef HAVE_OPENPTY
682
683/* Define to 1 if you have the `pathconf' function. */
684#undef HAVE_PATHCONF
685
686/* Define to 1 if you have the `pause' function. */
687#undef HAVE_PAUSE
688
Charles-François Natalidaafdd52011-05-29 20:07:40 +0200689/* Define to 1 if you have the `pipe2' function. */
Martin v. Löwisd1fc34d2010-12-30 14:55:47 +0000690#undef HAVE_PIPE2
691
Martin v. Löwis11437992002-04-12 09:54:03 +0000692/* Define to 1 if you have the `plock' function. */
693#undef HAVE_PLOCK
694
695/* Define to 1 if you have the `poll' function. */
696#undef HAVE_POLL
697
698/* Define to 1 if you have the <poll.h> header file. */
699#undef HAVE_POLL_H
700
Ross Lagerwall7807c352011-03-17 20:20:30 +0200701/* Define to 1 if you have the `posix_fadvise' function. */
702#undef HAVE_POSIX_FADVISE
703
704/* Define to 1 if you have the `posix_fallocate' function. */
705#undef HAVE_POSIX_FALLOCATE
706
707/* Define to 1 if you have the `pread' function. */
708#undef HAVE_PREAD
709
Christian Heimesb7bd5df2013-10-22 11:21:54 +0200710/* Define if you have the 'prlimit' functions. */
711#undef HAVE_PRLIMIT
712
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000713/* Define to 1 if you have the <process.h> header file. */
714#undef HAVE_PROCESS_H
715
Martin v. Löwis11437992002-04-12 09:54:03 +0000716/* Define if your compiler supports function prototype */
717#undef HAVE_PROTOTYPES
718
Martin v. Löwisa7a76d32002-10-04 07:21:24 +0000719/* Defined for Solaris 2.6 bug in pthread header. */
720#undef HAVE_PTHREAD_DESTRUCTOR
721
pdoxe14679c2017-10-05 00:01:56 -0700722/* Define to 1 if you have the `pthread_getcpuclockid' function. */
723#undef HAVE_PTHREAD_GETCPUCLOCKID
724
Martin v. Löwis11437992002-04-12 09:54:03 +0000725/* Define to 1 if you have the <pthread.h> header file. */
726#undef HAVE_PTHREAD_H
727
728/* Define to 1 if you have the `pthread_init' function. */
729#undef HAVE_PTHREAD_INIT
730
Victor Stinnerb3e72192011-05-08 01:46:11 +0200731/* Define to 1 if you have the `pthread_kill' function. */
732#undef HAVE_PTHREAD_KILL
733
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500734/* Define to 1 if you have the `pthread_sigmask' function. */
735#undef HAVE_PTHREAD_SIGMASK
736
Martin v. Löwis11437992002-04-12 09:54:03 +0000737/* Define to 1 if you have the <pty.h> header file. */
738#undef HAVE_PTY_H
739
740/* Define to 1 if you have the `putenv' function. */
741#undef HAVE_PUTENV
742
Ross Lagerwall7807c352011-03-17 20:20:30 +0200743/* Define to 1 if you have the `pwrite' function. */
744#undef HAVE_PWRITE
745
Martin v. Löwis11437992002-04-12 09:54:03 +0000746/* Define to 1 if you have the `readlink' function. */
747#undef HAVE_READLINK
748
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000749/* Define to 1 if you have the `readlinkat' function. */
750#undef HAVE_READLINKAT
751
Ross Lagerwall7807c352011-03-17 20:20:30 +0200752/* Define to 1 if you have the `readv' function. */
753#undef HAVE_READV
754
Guido van Rossum162e38c2003-02-19 15:25:10 +0000755/* Define to 1 if you have the `realpath' function. */
756#undef HAVE_REALPATH
757
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000758/* Define to 1 if you have the `renameat' function. */
759#undef HAVE_RENAMEAT
760
Benjamin Petersond1e22ba2014-11-26 14:35:12 -0600761/* Define if readline supports append_history */
762#undef HAVE_RL_APPEND_HISTORY
763
Michael W. Hudson30ea2f22004-07-07 17:44:12 +0000764/* Define if you can turn off readline's signal handling. */
765#undef HAVE_RL_CATCH_SIGNAL
766
Guido van Rossumfaf5e4d2002-12-30 16:25:41 +0000767/* Define if you have readline 2.2 */
768#undef HAVE_RL_COMPLETION_APPEND_CHARACTER
769
Thomas Wouters89d996e2007-09-08 17:39:28 +0000770/* Define if you have readline 4.0 */
771#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK
772
Martin v. Löwis11437992002-04-12 09:54:03 +0000773/* Define if you have readline 4.2 */
774#undef HAVE_RL_COMPLETION_MATCHES
775
Antoine Pitroud5131772009-10-26 19:22:14 +0000776/* Define if you have rl_completion_suppress_append */
777#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
778
Martin v. Löwis11437992002-04-12 09:54:03 +0000779/* Define if you have readline 4.0 */
780#undef HAVE_RL_PRE_INPUT_HOOK
781
Martin Panter5dbbf1a2016-04-03 02:54:58 +0000782/* Define if you have readline 4.0 */
783#undef HAVE_RL_RESIZE_TERMINAL
784
Mark Dickinsonf2537862009-04-18 13:58:18 +0000785/* Define to 1 if you have the `round' function. */
786#undef HAVE_ROUND
787
Charles-François Nataliea0d5fc2011-09-06 19:03:35 +0200788/* Define to 1 if you have the `sched_get_priority_max' function. */
789#undef HAVE_SCHED_GET_PRIORITY_MAX
790
Benjamin Peterson94b580d2011-08-02 17:30:04 -0500791/* Define to 1 if you have the <sched.h> header file. */
792#undef HAVE_SCHED_H
793
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500794/* Define to 1 if you have the `sched_rr_get_interval' function. */
795#undef HAVE_SCHED_RR_GET_INTERVAL
796
Benjamin Peterson2740af82011-08-02 17:41:34 -0500797/* Define to 1 if you have the `sched_setaffinity' function. */
798#undef HAVE_SCHED_SETAFFINITY
799
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500800/* Define to 1 if you have the `sched_setparam' function. */
801#undef HAVE_SCHED_SETPARAM
802
803/* Define to 1 if you have the `sched_setscheduler' function. */
804#undef HAVE_SCHED_SETSCHEDULER
805
Benjamin Peterson965ce872009-04-05 21:24:58 +0000806/* Define to 1 if you have the `sem_getvalue' function. */
807#undef HAVE_SEM_GETVALUE
808
809/* Define to 1 if you have the `sem_open' function. */
810#undef HAVE_SEM_OPEN
811
812/* Define to 1 if you have the `sem_timedwait' function. */
813#undef HAVE_SEM_TIMEDWAIT
814
815/* Define to 1 if you have the `sem_unlink' function. */
816#undef HAVE_SEM_UNLINK
817
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000818/* Define to 1 if you have the `sendfile' function. */
819#undef HAVE_SENDFILE
820
Martin v. Löwis11437992002-04-12 09:54:03 +0000821/* Define to 1 if you have the `setegid' function. */
822#undef HAVE_SETEGID
823
824/* Define to 1 if you have the `seteuid' function. */
825#undef HAVE_SETEUID
826
827/* Define to 1 if you have the `setgid' function. */
828#undef HAVE_SETGID
829
Martin v. Löwisd5843682002-11-21 20:41:28 +0000830/* Define if you have the 'setgroups' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000831#undef HAVE_SETGROUPS
832
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000833/* Define to 1 if you have the `sethostname' function. */
834#undef HAVE_SETHOSTNAME
835
Martin v. Löwis823725e2008-03-24 13:39:54 +0000836/* Define to 1 if you have the `setitimer' function. */
837#undef HAVE_SETITIMER
838
Martin v. Löwis11437992002-04-12 09:54:03 +0000839/* Define to 1 if you have the `setlocale' function. */
840#undef HAVE_SETLOCALE
841
842/* Define to 1 if you have the `setpgid' function. */
843#undef HAVE_SETPGID
844
Martin v. Löwis4daacb12003-03-28 18:37:01 +0000845/* Define to 1 if you have the `setpgrp' function. */
846#undef HAVE_SETPGRP
847
Giampaolo Rodolà18e8bcb2011-02-25 20:57:54 +0000848/* Define to 1 if you have the `setpriority' function. */
849#undef HAVE_SETPRIORITY
850
Martin v. Löwis11437992002-04-12 09:54:03 +0000851/* Define to 1 if you have the `setregid' function. */
852#undef HAVE_SETREGID
853
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000854/* Define to 1 if you have the `setresgid' function. */
855#undef HAVE_SETRESGID
856
857/* Define to 1 if you have the `setresuid' function. */
858#undef HAVE_SETRESUID
859
Martin v. Löwis11437992002-04-12 09:54:03 +0000860/* Define to 1 if you have the `setreuid' function. */
861#undef HAVE_SETREUID
862
863/* Define to 1 if you have the `setsid' function. */
864#undef HAVE_SETSID
865
866/* Define to 1 if you have the `setuid' function. */
867#undef HAVE_SETUID
868
869/* Define to 1 if you have the `setvbuf' function. */
870#undef HAVE_SETVBUF
871
Martin v. Löwisc3001752005-01-23 09:27:24 +0000872/* Define to 1 if you have the <shadow.h> header file. */
873#undef HAVE_SHADOW_H
874
Martin v. Löwis11437992002-04-12 09:54:03 +0000875/* Define to 1 if you have the `sigaction' function. */
876#undef HAVE_SIGACTION
877
Victor Stinner024e37a2011-03-31 01:31:06 +0200878/* Define to 1 if you have the `sigaltstack' function. */
879#undef HAVE_SIGALTSTACK
880
Zachary Ware6a6967e2016-10-01 00:47:27 -0500881/* Define to 1 if `si_band' is a member of `siginfo_t'. */
882#undef HAVE_SIGINFO_T_SI_BAND
883
Martin v. Löwis11437992002-04-12 09:54:03 +0000884/* Define to 1 if you have the `siginterrupt' function. */
885#undef HAVE_SIGINTERRUPT
886
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000887/* Define to 1 if you have the <signal.h> header file. */
888#undef HAVE_SIGNAL_H
889
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500890/* Define to 1 if you have the `sigpending' function. */
891#undef HAVE_SIGPENDING
892
Martin v. Löwis11437992002-04-12 09:54:03 +0000893/* Define to 1 if you have the `sigrelse' function. */
894#undef HAVE_SIGRELSE
895
Ross Lagerwallbc808222011-06-25 12:13:40 +0200896/* Define to 1 if you have the `sigtimedwait' function. */
897#undef HAVE_SIGTIMEDWAIT
898
Victor Stinnerb3e72192011-05-08 01:46:11 +0200899/* Define to 1 if you have the `sigwait' function. */
900#undef HAVE_SIGWAIT
901
Ross Lagerwallbc808222011-06-25 12:13:40 +0200902/* Define to 1 if you have the `sigwaitinfo' function. */
903#undef HAVE_SIGWAITINFO
904
Martin v. Löwis11437992002-04-12 09:54:03 +0000905/* Define to 1 if you have the `snprintf' function. */
906#undef HAVE_SNPRINTF
907
Christian Heimesdffa3942016-09-05 23:54:41 +0200908/* struct sockaddr_alg (linux/if_alg.h) */
909#undef HAVE_SOCKADDR_ALG
910
Martin v. Löwis11437992002-04-12 09:54:03 +0000911/* Define if sockaddr has sa_len member */
912#undef HAVE_SOCKADDR_SA_LEN
913
914/* struct sockaddr_storage (sys/socket.h) */
915#undef HAVE_SOCKADDR_STORAGE
916
Martin v. Löwisd6320502004-08-12 13:45:08 +0000917/* Define if you have the 'socketpair' function. */
918#undef HAVE_SOCKETPAIR
919
Ronald Oussoren755740f2010-02-07 19:56:39 +0000920/* Define to 1 if you have the <spawn.h> header file. */
921#undef HAVE_SPAWN_H
922
Martin v. Löwis18e16552006-02-15 17:27:45 +0000923/* Define if your compiler provides ssize_t */
924#undef HAVE_SSIZE_T
925
Martin v. Löwis11437992002-04-12 09:54:03 +0000926/* Define to 1 if you have the `statvfs' function. */
927#undef HAVE_STATVFS
928
Martin v. Löwis94717ed2002-09-09 14:24:16 +0000929/* Define if you have struct stat.st_mtim.tv_nsec */
930#undef HAVE_STAT_TV_NSEC
931
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +0000932/* Define if you have struct stat.st_mtimensec */
933#undef HAVE_STAT_TV_NSEC2
934
Martin v. Löwis11437992002-04-12 09:54:03 +0000935/* Define if your compiler supports variable length function prototypes (e.g.
936 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
937#undef HAVE_STDARG_PROTOTYPES
938
Martin v. Löwis11437992002-04-12 09:54:03 +0000939/* Define to 1 if you have the <stdint.h> header file. */
940#undef HAVE_STDINT_H
941
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000942/* Define to 1 if you have the <stdlib.h> header file. */
943#undef HAVE_STDLIB_H
944
Victor Stinner923e06f2015-01-14 16:01:46 +0100945/* Has stdatomic.h, atomic_int and _Atomic void* types work */
Victor Stinner4f5366e2015-01-09 02:13:19 +0100946#undef HAVE_STD_ATOMIC
947
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000948/* Define to 1 if you have the `strdup' function. */
949#undef HAVE_STRDUP
950
Martin v. Löwis11437992002-04-12 09:54:03 +0000951/* Define to 1 if you have the `strftime' function. */
952#undef HAVE_STRFTIME
953
954/* Define to 1 if you have the <strings.h> header file. */
955#undef HAVE_STRINGS_H
956
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000957/* Define to 1 if you have the <string.h> header file. */
958#undef HAVE_STRING_H
959
Gregory P. Smith6c357262007-09-03 16:44:06 +0000960/* Define to 1 if you have the `strlcpy' function. */
961#undef HAVE_STRLCPY
962
Martin v. Löwis14e73b12003-01-01 09:51:12 +0000963/* Define to 1 if you have the <stropts.h> header file. */
964#undef HAVE_STROPTS_H
965
Stefan Krah267b6392016-04-26 01:09:18 +0200966/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
967#undef HAVE_STRUCT_PASSWD_PW_GECOS
968
969/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
970#undef HAVE_STRUCT_PASSWD_PW_PASSWD
971
Matthias Kloseb9621712010-04-24 17:59:49 +0000972/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +0000973#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
974
Matthias Kloseb9621712010-04-24 17:59:49 +0000975/* Define to 1 if `st_blksize' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000976#undef HAVE_STRUCT_STAT_ST_BLKSIZE
977
Matthias Kloseb9621712010-04-24 17:59:49 +0000978/* Define to 1 if `st_blocks' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000979#undef HAVE_STRUCT_STAT_ST_BLOCKS
980
Matthias Kloseb9621712010-04-24 17:59:49 +0000981/* Define to 1 if `st_flags' is a member of `struct stat'. */
Hye-Shik Chang5f937a72005-06-02 13:09:30 +0000982#undef HAVE_STRUCT_STAT_ST_FLAGS
983
Matthias Kloseb9621712010-04-24 17:59:49 +0000984/* Define to 1 if `st_gen' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +0000985#undef HAVE_STRUCT_STAT_ST_GEN
986
Matthias Kloseb9621712010-04-24 17:59:49 +0000987/* Define to 1 if `st_rdev' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000988#undef HAVE_STRUCT_STAT_ST_RDEV
989
Matthias Kloseb9621712010-04-24 17:59:49 +0000990/* Define to 1 if `tm_zone' is a member of `struct tm'. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000991#undef HAVE_STRUCT_TM_TM_ZONE
992
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000993/* Define if you have the 'symlink' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000994#undef HAVE_SYMLINK
995
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000996/* Define to 1 if you have the `symlinkat' function. */
997#undef HAVE_SYMLINKAT
998
Ross Lagerwall7807c352011-03-17 20:20:30 +0200999/* Define to 1 if you have the `sync' function. */
1000#undef HAVE_SYNC
1001
Martin v. Löwis11437992002-04-12 09:54:03 +00001002/* Define to 1 if you have the `sysconf' function. */
1003#undef HAVE_SYSCONF
1004
Barry Warsawfe33b792003-01-07 22:42:49 +00001005/* Define to 1 if you have the <sysexits.h> header file. */
1006#undef HAVE_SYSEXITS_H
1007
Martin v. Löwis11437992002-04-12 09:54:03 +00001008/* Define to 1 if you have the <sys/audioio.h> header file. */
1009#undef HAVE_SYS_AUDIOIO_H
1010
Neal Norwitz82251032003-05-23 14:35:24 +00001011/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1012#undef HAVE_SYS_BSDTTY_H
1013
Jesus Cead8b9ae62011-11-14 19:07:41 +01001014/* Define to 1 if you have the <sys/devpoll.h> header file. */
1015#undef HAVE_SYS_DEVPOLL_H
1016
Martin v. Löwis11437992002-04-12 09:54:03 +00001017/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1018 */
1019#undef HAVE_SYS_DIR_H
1020
Christian Heimes985ecdc2013-11-20 11:46:18 +01001021/* Define to 1 if you have the <sys/endian.h> header file. */
1022#undef HAVE_SYS_ENDIAN_H
1023
Christian Heimes4fbc72b2008-03-22 00:47:35 +00001024/* Define to 1 if you have the <sys/epoll.h> header file. */
1025#undef HAVE_SYS_EPOLL_H
1026
1027/* Define to 1 if you have the <sys/event.h> header file. */
1028#undef HAVE_SYS_EVENT_H
1029
Martin v. Löwis11437992002-04-12 09:54:03 +00001030/* Define to 1 if you have the <sys/file.h> header file. */
1031#undef HAVE_SYS_FILE_H
1032
Antoine Pitroubcf2b592012-02-08 23:28:36 +01001033/* Define to 1 if you have the <sys/ioctl.h> header file. */
1034#undef HAVE_SYS_IOCTL_H
1035
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001036/* Define to 1 if you have the <sys/kern_control.h> header file. */
1037#undef HAVE_SYS_KERN_CONTROL_H
1038
Anthony Baxter8a560de2004-10-13 15:30:56 +00001039/* Define to 1 if you have the <sys/loadavg.h> header file. */
1040#undef HAVE_SYS_LOADAVG_H
1041
Martin v. Löwis11437992002-04-12 09:54:03 +00001042/* Define to 1 if you have the <sys/lock.h> header file. */
1043#undef HAVE_SYS_LOCK_H
1044
Neal Norwitz3d949422002-04-20 13:46:43 +00001045/* Define to 1 if you have the <sys/mkdev.h> header file. */
1046#undef HAVE_SYS_MKDEV_H
1047
Martin v. Löwis11437992002-04-12 09:54:03 +00001048/* Define to 1 if you have the <sys/modem.h> header file. */
1049#undef HAVE_SYS_MODEM_H
1050
1051/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1052 */
1053#undef HAVE_SYS_NDIR_H
1054
1055/* Define to 1 if you have the <sys/param.h> header file. */
1056#undef HAVE_SYS_PARAM_H
1057
1058/* Define to 1 if you have the <sys/poll.h> header file. */
1059#undef HAVE_SYS_POLL_H
1060
Benjamin Petersonfb2ae152016-12-19 23:54:25 -08001061/* Define to 1 if you have the <sys/random.h> header file. */
1062#undef HAVE_SYS_RANDOM_H
1063
Martin v. Löwis11437992002-04-12 09:54:03 +00001064/* Define to 1 if you have the <sys/resource.h> header file. */
1065#undef HAVE_SYS_RESOURCE_H
1066
1067/* Define to 1 if you have the <sys/select.h> header file. */
1068#undef HAVE_SYS_SELECT_H
1069
Antoine Pitrou5c2f4642011-02-26 00:22:09 +00001070/* Define to 1 if you have the <sys/sendfile.h> header file. */
1071#undef HAVE_SYS_SENDFILE_H
1072
Martin v. Löwis11437992002-04-12 09:54:03 +00001073/* Define to 1 if you have the <sys/socket.h> header file. */
1074#undef HAVE_SYS_SOCKET_H
1075
Thomas Wouters477c8d52006-05-27 19:21:47 +00001076/* Define to 1 if you have the <sys/statvfs.h> header file. */
1077#undef HAVE_SYS_STATVFS_H
1078
Martin v. Löwis11437992002-04-12 09:54:03 +00001079/* Define to 1 if you have the <sys/stat.h> header file. */
1080#undef HAVE_SYS_STAT_H
1081
Gregory P. Smith8facece2012-01-21 14:01:08 -08001082/* Define to 1 if you have the <sys/syscall.h> header file. */
1083#undef HAVE_SYS_SYSCALL_H
1084
Christian Heimes75b96182017-09-05 15:53:09 +02001085/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1086#undef HAVE_SYS_SYSMACROS_H
1087
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001088/* Define to 1 if you have the <sys/sys_domain.h> header file. */
1089#undef HAVE_SYS_SYS_DOMAIN_H
1090
Georg Brandlf78e02b2008-06-10 17:40:04 +00001091/* Define to 1 if you have the <sys/termio.h> header file. */
1092#undef HAVE_SYS_TERMIO_H
1093
Martin v. Löwis11437992002-04-12 09:54:03 +00001094/* Define to 1 if you have the <sys/times.h> header file. */
1095#undef HAVE_SYS_TIMES_H
1096
1097/* Define to 1 if you have the <sys/time.h> header file. */
1098#undef HAVE_SYS_TIME_H
1099
1100/* Define to 1 if you have the <sys/types.h> header file. */
1101#undef HAVE_SYS_TYPES_H
1102
Antoine Pitrou061cfb52011-02-28 22:25:22 +00001103/* Define to 1 if you have the <sys/uio.h> header file. */
1104#undef HAVE_SYS_UIO_H
1105
Martin v. Löwis11437992002-04-12 09:54:03 +00001106/* Define to 1 if you have the <sys/un.h> header file. */
1107#undef HAVE_SYS_UN_H
1108
1109/* Define to 1 if you have the <sys/utsname.h> header file. */
1110#undef HAVE_SYS_UTSNAME_H
1111
1112/* Define to 1 if you have the <sys/wait.h> header file. */
1113#undef HAVE_SYS_WAIT_H
1114
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001115/* Define to 1 if you have the <sys/xattr.h> header file. */
1116#undef HAVE_SYS_XATTR_H
1117
Martin v. Löwis11437992002-04-12 09:54:03 +00001118/* Define to 1 if you have the `tcgetpgrp' function. */
1119#undef HAVE_TCGETPGRP
1120
1121/* Define to 1 if you have the `tcsetpgrp' function. */
1122#undef HAVE_TCSETPGRP
1123
1124/* Define to 1 if you have the `tempnam' function. */
1125#undef HAVE_TEMPNAM
1126
1127/* Define to 1 if you have the <termios.h> header file. */
1128#undef HAVE_TERMIOS_H
1129
1130/* Define to 1 if you have the <term.h> header file. */
1131#undef HAVE_TERM_H
1132
Mark Dickinson9c113362009-09-05 10:36:23 +00001133/* Define to 1 if you have the `tgamma' function. */
1134#undef HAVE_TGAMMA
1135
Martin v. Löwis11437992002-04-12 09:54:03 +00001136/* Define to 1 if you have the `timegm' function. */
1137#undef HAVE_TIMEGM
1138
1139/* Define to 1 if you have the `times' function. */
1140#undef HAVE_TIMES
1141
1142/* Define to 1 if you have the `tmpfile' function. */
1143#undef HAVE_TMPFILE
1144
1145/* Define to 1 if you have the `tmpnam' function. */
1146#undef HAVE_TMPNAM
1147
1148/* Define to 1 if you have the `tmpnam_r' function. */
1149#undef HAVE_TMPNAM_R
1150
1151/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1152 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1153#undef HAVE_TM_ZONE
1154
1155/* Define to 1 if you have the `truncate' function. */
1156#undef HAVE_TRUNCATE
1157
1158/* Define to 1 if you don't have `tm_zone' but do have the external array
1159 `tzname'. */
1160#undef HAVE_TZNAME
1161
Brett Cannon18367812003-09-19 00:59:16 +00001162/* Define this if you have tcl and TCL_UTF_MAX==6 */
1163#undef HAVE_UCS4_TCL
1164
Martin v. Löwis11437992002-04-12 09:54:03 +00001165/* Define to 1 if you have the `uname' function. */
1166#undef HAVE_UNAME
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001167
Martin v. Löwis11437992002-04-12 09:54:03 +00001168/* Define to 1 if you have the <unistd.h> header file. */
1169#undef HAVE_UNISTD_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001170
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001171/* Define to 1 if you have the `unlinkat' function. */
1172#undef HAVE_UNLINKAT
1173
Martin v. Löwis11437992002-04-12 09:54:03 +00001174/* Define to 1 if you have the `unsetenv' function. */
1175#undef HAVE_UNSETENV
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001176
Martin v. Löwis11437992002-04-12 09:54:03 +00001177/* Define if you have a useable wchar_t type defined in wchar.h; useable means
Martin v. Löwis49ee14d2003-11-10 06:35:36 +00001178 wchar_t must be an unsigned type with at least 16 bits. (see
1179 Include/unicodeobject.h). */
Martin v. Löwis11437992002-04-12 09:54:03 +00001180#undef HAVE_USABLE_WCHAR_T
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001181
Ronald Oussoren755740f2010-02-07 19:56:39 +00001182/* Define to 1 if you have the <util.h> header file. */
1183#undef HAVE_UTIL_H
1184
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001185/* Define to 1 if you have the `utimensat' function. */
1186#undef HAVE_UTIMENSAT
1187
Martin v. Löwis6aa9fdb2002-09-10 09:16:13 +00001188/* Define to 1 if you have the `utimes' function. */
1189#undef HAVE_UTIMES
1190
Martin v. Löwis11437992002-04-12 09:54:03 +00001191/* Define to 1 if you have the <utime.h> header file. */
1192#undef HAVE_UTIME_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001193
David Carlierb4ebaa72018-01-09 19:38:07 +00001194/* Define if uuid_create() exists. */
Michael Felt0d3ccb42017-12-30 22:39:20 +01001195#undef HAVE_UUID_CREATE
1196
Berker Peksag9a10ff42017-11-08 23:09:16 +03001197/* Define if uuid_generate_time_safe() exists. */
1198#undef HAVE_UUID_GENERATE_TIME_SAFE
1199
Michael Felt0d3ccb42017-12-30 22:39:20 +01001200/* Define to 1 if you have the <uuid.h> header file. */
1201#undef HAVE_UUID_H
1202
1203/* Define to 1 if you have the <uuid/uuid.h> header file. */
1204#undef HAVE_UUID_UUID_H
1205
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001206/* Define to 1 if you have the `wait3' function. */
1207#undef HAVE_WAIT3
1208
1209/* Define to 1 if you have the `wait4' function. */
1210#undef HAVE_WAIT4
1211
Ross Lagerwall7807c352011-03-17 20:20:30 +02001212/* Define to 1 if you have the `waitid' function. */
1213#undef HAVE_WAITID
1214
Martin v. Löwis11437992002-04-12 09:54:03 +00001215/* Define to 1 if you have the `waitpid' function. */
1216#undef HAVE_WAITPID
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001217
Martin v. Löwis11437992002-04-12 09:54:03 +00001218/* Define if the compiler provides a wchar.h header file. */
1219#undef HAVE_WCHAR_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001220
Martin v. Löwis9c36c292002-12-21 18:34:06 +00001221/* Define to 1 if you have the `wcscoll' function. */
1222#undef HAVE_WCSCOLL
1223
Martin v. Löwis113a0852009-05-29 17:25:39 +00001224/* Define to 1 if you have the `wcsftime' function. */
1225#undef HAVE_WCSFTIME
1226
Martin v. Löwis92fab752008-03-08 10:40:41 +00001227/* Define to 1 if you have the `wcsxfrm' function. */
1228#undef HAVE_WCSXFRM
1229
Victor Stinnercd777ea2013-04-08 22:43:44 +02001230/* Define to 1 if you have the `wmemcmp' function. */
1231#undef HAVE_WMEMCMP
1232
Guido van Rossumd11b62e2003-03-14 21:51:36 +00001233/* Define if tzset() actually switches the local timezone in a meaningful way.
1234 */
1235#undef HAVE_WORKING_TZSET
1236
Ross Lagerwall7807c352011-03-17 20:20:30 +02001237/* Define to 1 if you have the `writev' function. */
1238#undef HAVE_WRITEV
1239
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001240/* Define if the zlib library has inflateCopy */
1241#undef HAVE_ZLIB_COPY
1242
Martin v. Löwis11437992002-04-12 09:54:03 +00001243/* Define to 1 if you have the `_getpty' function. */
1244#undef HAVE__GETPTY
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001245
Mark Dickinsonec0d3552010-11-20 10:29:12 +00001246/* Define if log1p(-0.) is 0. rather than -0. */
1247#undef LOG1P_DROPS_ZERO_SIGN
1248
Martin v. Löwisdbe3f762002-10-10 14:27:30 +00001249/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1250 */
1251#undef MAJOR_IN_MKDEV
1252
1253/* Define to 1 if `major', `minor', and `makedev' are declared in
1254 <sysmacros.h>. */
1255#undef MAJOR_IN_SYSMACROS
1256
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001257/* Define if mvwdelch in curses.h is an expression. */
1258#undef MVWDELCH_IS_EXPRESSION
1259
Martin v. Löwis11437992002-04-12 09:54:03 +00001260/* Define to the address where bug reports for this package should be sent. */
1261#undef PACKAGE_BUGREPORT
1262
1263/* Define to the full name of this package. */
1264#undef PACKAGE_NAME
1265
1266/* Define to the full name and version of this package. */
1267#undef PACKAGE_STRING
1268
1269/* Define to the one symbol short name of this package. */
1270#undef PACKAGE_TARNAME
1271
Matthias Kloseb9621712010-04-24 17:59:49 +00001272/* Define to the home page for this package. */
1273#undef PACKAGE_URL
1274
Martin v. Löwis11437992002-04-12 09:54:03 +00001275/* Define to the version of this package. */
1276#undef PACKAGE_VERSION
1277
Mark Dickinsona614f042009-11-28 12:48:43 +00001278/* Define if POSIX semaphores aren't enabled on your system */
1279#undef POSIX_SEMAPHORES_NOT_ENABLED
1280
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001281/* Define if pthread_key_t is compatible with int. */
1282#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT
1283
Martin v. Löwis11437992002-04-12 09:54:03 +00001284/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
1285#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
1286
Mark Dickinsonbd792642009-03-18 20:06:12 +00001287/* Define as the preferred size in bits of long digits */
1288#undef PYLONG_BITS_IN_DIGIT
1289
Nick Coghlan6ea41862017-06-11 13:16:15 +10001290/* Define if you want to coerce the C locale to a UTF-8 based locale */
1291#undef PY_COERCE_C_LOCALE
1292
Thomas Wouters477c8d52006-05-27 19:21:47 +00001293/* Define to printf format modifier for Py_ssize_t */
1294#undef PY_FORMAT_SIZE_T
1295
Nick Coghlan6ea41862017-06-11 13:16:15 +10001296/* Define to emit a locale compatibility warning in the C locale */
1297#undef PY_WARN_ON_C_LOCALE
1298
Martin v. Löwis11437992002-04-12 09:54:03 +00001299/* Define if you want to build an interpreter with many run-time checks. */
1300#undef Py_DEBUG
1301
Mark Hammond8235ea12002-07-19 06:55:41 +00001302/* Defined if Python is built as a shared library. */
1303#undef Py_ENABLE_SHARED
1304
Christian Heimes985ecdc2013-11-20 11:46:18 +01001305/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
1306 externally defined: 0 */
1307#undef Py_HASH_ALGORITHM
1308
Matthias Klosebada4c32010-04-25 21:18:48 +00001309/* assume C89 semantics that RETSIGTYPE is always void */
Martin v. Löwis11437992002-04-12 09:54:03 +00001310#undef RETSIGTYPE
1311
1312/* Define if setpgrp() must be called as setpgrp(0, 0). */
1313#undef SETPGRP_HAVE_ARG
1314
1315/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1316#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1317
Guido van Rossum806c2462007-08-06 23:33:07 +00001318/* The size of `double', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001319#undef SIZEOF_DOUBLE
1320
Guido van Rossum806c2462007-08-06 23:33:07 +00001321/* The size of `float', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001322#undef SIZEOF_FLOAT
1323
Guido van Rossum806c2462007-08-06 23:33:07 +00001324/* The size of `fpos_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001325#undef SIZEOF_FPOS_T
1326
Guido van Rossum806c2462007-08-06 23:33:07 +00001327/* The size of `int', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001328#undef SIZEOF_INT
1329
Guido van Rossum806c2462007-08-06 23:33:07 +00001330/* The size of `long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001331#undef SIZEOF_LONG
1332
Travis E. Oliphant9b307842007-10-12 22:06:37 +00001333/* The size of `long double', as computed by sizeof. */
1334#undef SIZEOF_LONG_DOUBLE
1335
Guido van Rossum806c2462007-08-06 23:33:07 +00001336/* The size of `long long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001337#undef SIZEOF_LONG_LONG
1338
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001339/* The size of `off_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001340#undef SIZEOF_OFF_T
1341
Christian Heimes400adb02008-02-01 08:12:03 +00001342/* The size of `pid_t', as computed by sizeof. */
1343#undef SIZEOF_PID_T
1344
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001345/* The size of `pthread_key_t', as computed by sizeof. */
1346#undef SIZEOF_PTHREAD_KEY_T
1347
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001348/* The size of `pthread_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001349#undef SIZEOF_PTHREAD_T
1350
Guido van Rossum806c2462007-08-06 23:33:07 +00001351/* The size of `short', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001352#undef SIZEOF_SHORT
1353
Guido van Rossum806c2462007-08-06 23:33:07 +00001354/* The size of `size_t', as computed by sizeof. */
Martin v. Löwis18e16552006-02-15 17:27:45 +00001355#undef SIZEOF_SIZE_T
1356
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001357/* The size of `time_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001358#undef SIZEOF_TIME_T
1359
Benjamin Petersondf6ff7b2016-09-06 13:53:14 -07001360/* The size of `uintptr_t', as computed by sizeof. */
1361#undef SIZEOF_UINTPTR_T
1362
Guido van Rossum806c2462007-08-06 23:33:07 +00001363/* The size of `void *', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001364#undef SIZEOF_VOID_P
1365
Guido van Rossum806c2462007-08-06 23:33:07 +00001366/* The size of `wchar_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001367#undef SIZEOF_WCHAR_T
1368
Guido van Rossum806c2462007-08-06 23:33:07 +00001369/* The size of `_Bool', as computed by sizeof. */
Thomas Woutersb2137042007-02-01 18:02:27 +00001370#undef SIZEOF__BOOL
1371
Martin v. Löwis11437992002-04-12 09:54:03 +00001372/* Define to 1 if you have the ANSI C header files. */
1373#undef STDC_HEADERS
1374
1375/* Define if you can safely include both <sys/select.h> and <sys/time.h>
1376 (which you can't on SCO ODT 3.0). */
1377#undef SYS_SELECT_WITH_SYS_TIME
1378
Christian Heimes81ee3ef2008-05-04 22:42:01 +00001379/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
1380#undef TANH_PRESERVES_ZERO_SIGN
1381
Victor Stinnere0be4232011-10-25 13:06:09 +02001382/* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1383#undef TIMEMODULE_LIB
1384
Martin v. Löwis11437992002-04-12 09:54:03 +00001385/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1386#undef TIME_WITH_SYS_TIME
1387
1388/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1389#undef TM_IN_SYS_TIME
1390
Benjamin Petersond7f73e92010-09-05 00:09:07 +00001391/* Define if you want to use computed gotos in ceval.c. */
Antoine Pitroub52ec782009-01-25 16:34:23 +00001392#undef USE_COMPUTED_GOTOS
1393
Matthias Kloseb9621712010-04-24 17:59:49 +00001394/* Enable extensions on AIX 3, Interix. */
1395#ifndef _ALL_SOURCE
1396# undef _ALL_SOURCE
1397#endif
1398/* Enable GNU extensions on systems that have them. */
1399#ifndef _GNU_SOURCE
1400# undef _GNU_SOURCE
1401#endif
1402/* Enable threading extensions on Solaris. */
1403#ifndef _POSIX_PTHREAD_SEMANTICS
1404# undef _POSIX_PTHREAD_SEMANTICS
1405#endif
1406/* Enable extensions on HP NonStop. */
1407#ifndef _TANDEM_SOURCE
1408# undef _TANDEM_SOURCE
1409#endif
1410/* Enable general extensions on Solaris. */
1411#ifndef __EXTENSIONS__
1412# undef __EXTENSIONS__
1413#endif
1414
1415
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001416/* Define if WINDOW in curses.h offers a field _flags. */
1417#undef WINDOW_HAS_FLAGS
1418
Martin v. Löwisa3fb4f72002-06-09 13:33:54 +00001419/* Define if you want documentation strings in extension modules */
1420#undef WITH_DOC_STRINGS
1421
Łukasz Langaa785c872016-09-09 17:37:37 -07001422/* Define if you want to compile in DTrace support */
1423#undef WITH_DTRACE
1424
Martin v. Löwis11437992002-04-12 09:54:03 +00001425/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1426 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1427 Dyld is necessary to support frameworks. */
1428#undef WITH_DYLD
1429
Martin v. Löwis19d17342003-06-14 21:03:05 +00001430/* Define to 1 if libintl is needed for locale functions. */
1431#undef WITH_LIBINTL
1432
Martin v. Löwis11437992002-04-12 09:54:03 +00001433/* Define if you want to produce an OpenStep/Rhapsody framework (shared
1434 library plus accessory files). */
1435#undef WITH_NEXT_FRAMEWORK
1436
1437/* Define if you want to compile in Python-specific mallocs */
1438#undef WITH_PYMALLOC
1439
Benjamin Peterson05159c42009-12-03 03:01:27 +00001440/* Define if you want pymalloc to be disabled when running under valgrind */
1441#undef WITH_VALGRIND
1442
Matthias Kloseb9621712010-04-24 17:59:49 +00001443/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1444 significant byte first (like Motorola and SPARC, unlike Intel). */
1445#if defined AC_APPLE_UNIVERSAL_BUILD
1446# if defined __BIG_ENDIAN__
1447# define WORDS_BIGENDIAN 1
1448# endif
1449#else
1450# ifndef WORDS_BIGENDIAN
1451# undef WORDS_BIGENDIAN
1452# endif
1453#endif
Martin v. Löwis11437992002-04-12 09:54:03 +00001454
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +00001455/* Define if arithmetic is subject to x87-style double rounding issue */
1456#undef X87_DOUBLE_ROUNDING
1457
Guido van Rossum806c2462007-08-06 23:33:07 +00001458/* Define on OpenBSD to activate all library features */
1459#undef _BSD_SOURCE
1460
Georg Brandlfcaf9102008-07-16 02:17:56 +00001461/* Define on Darwin to activate all library features */
1462#undef _DARWIN_C_SOURCE
1463
Martin v. Löwis11437992002-04-12 09:54:03 +00001464/* This must be set to 64 on some systems to enable large file support. */
1465#undef _FILE_OFFSET_BITS
1466
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001467/* Define on Linux to activate all library features */
1468#undef _GNU_SOURCE
1469
Christian Heimes647cd872013-12-07 23:39:33 +01001470/* Define to include mbstate_t for mbrtowc */
1471#undef _INCLUDE__STDC_A1_SOURCE
1472
Martin v. Löwis11437992002-04-12 09:54:03 +00001473/* This must be defined on some systems to enable large file support. */
1474#undef _LARGEFILE_SOURCE
1475
Benjamin Peterson83a0efd2011-02-25 14:01:05 +00001476/* This must be defined on AIX systems to enable large file support. */
1477#undef _LARGE_FILES
1478
Matthias Kloseb9621712010-04-24 17:59:49 +00001479/* Define to 1 if on MINIX. */
1480#undef _MINIX
1481
Martin v. Löwisbcd93962003-05-03 10:32:18 +00001482/* Define on NetBSD to activate all library features */
1483#undef _NETBSD_SOURCE
1484
Matthias Kloseb9621712010-04-24 17:59:49 +00001485/* Define to 2 if the system does not provide POSIX.1 features except with
1486 this defined. */
1487#undef _POSIX_1_SOURCE
1488
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001489/* Define to activate features from IEEE Stds 1003.1-2008 */
Martin v. Löwise4826582002-10-26 13:33:00 +00001490#undef _POSIX_C_SOURCE
1491
Matthias Kloseb9621712010-04-24 17:59:49 +00001492/* Define to 1 if you need to in order for `stat' and other things to work. */
1493#undef _POSIX_SOURCE
1494
Martin v. Löwis11437992002-04-12 09:54:03 +00001495/* Define if you have POSIX threads, and your system does not define that. */
1496#undef _POSIX_THREADS
1497
INADA Naoki6b42eb12017-06-29 15:31:38 +09001498/* framework name */
1499#undef _PYTHONFRAMEWORK
1500
Martin v. Löwis11437992002-04-12 09:54:03 +00001501/* Define to force use of thread-safe errno, h_errno, and other functions */
1502#undef _REENTRANT
1503
Martin v. Löwis678fc1e2002-11-12 06:04:39 +00001504/* Define to the level of X/Open that your system supports */
1505#undef _XOPEN_SOURCE
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001506
Martin v. Löwise4826582002-10-26 13:33:00 +00001507/* Define to activate Unix95-and-earlier features */
1508#undef _XOPEN_SOURCE_EXTENDED
1509
Jason Tishlerfac083d2003-07-22 15:20:49 +00001510/* Define on FreeBSD to activate all library features */
1511#undef __BSD_VISIBLE
1512
Martin v. Löwis11437992002-04-12 09:54:03 +00001513/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1514#ifndef __CHAR_UNSIGNED__
1515# undef __CHAR_UNSIGNED__
1516#endif
1517
Martin v. Löwis11437992002-04-12 09:54:03 +00001518/* Define to 'long' if <time.h> doesn't define. */
1519#undef clock_t
1520
1521/* Define to empty if `const' does not conform to ANSI C. */
1522#undef const
1523
1524/* Define to `int' if <sys/types.h> doesn't define. */
1525#undef gid_t
1526
1527/* Define to `int' if <sys/types.h> does not define. */
1528#undef mode_t
1529
Guido van Rossum806c2462007-08-06 23:33:07 +00001530/* Define to `long int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001531#undef off_t
1532
1533/* Define to `int' if <sys/types.h> does not define. */
1534#undef pid_t
1535
1536/* Define to empty if the keyword does not work. */
1537#undef signed
1538
Guido van Rossum806c2462007-08-06 23:33:07 +00001539/* Define to `unsigned int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001540#undef size_t
1541
Martin v. Löwis01c04012002-11-11 14:58:44 +00001542/* Define to `int' if <sys/socket.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001543#undef socklen_t
1544
1545/* Define to `int' if <sys/types.h> doesn't define. */
1546#undef uid_t
1547
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001548
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001549/* Define the macros needed if on a UnixWare 7.x system. */
1550#if defined(__USLC__) && defined(__SCO_VERSION__)
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001551#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1552#endif
1553
Martin v. Löwisbddf5a52002-11-11 13:37:28 +00001554#endif /*Py_PYCONFIG_H*/
1555