blob: a82c3737c3c415f3d086c3ae5036d093645dd199 [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
stratakise768c862018-01-23 16:11:24 +0100143/* Define to 1 if you have the <crypt.h> header file. */
144#undef HAVE_CRYPT_H
145
Martin v. Löwis11437992002-04-12 09:54:03 +0000146/* Define to 1 if you have the `ctermid' function. */
147#undef HAVE_CTERMID
148
Martin v. Löwisd5843682002-11-21 20:41:28 +0000149/* Define if you have the 'ctermid_r' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000150#undef HAVE_CTERMID_R
151
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200152/* Define if you have the 'filter' function. */
153#undef HAVE_CURSES_FILTER
154
Martin v. Löwisae2830c2004-09-18 09:54:52 +0000155/* Define to 1 if you have the <curses.h> header file. */
156#undef HAVE_CURSES_H
157
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200158/* Define if you have the 'has_key' function. */
159#undef HAVE_CURSES_HAS_KEY
160
161/* Define if you have the 'immedok' function. */
162#undef HAVE_CURSES_IMMEDOK
163
Masayuki Yamamoto8bc7d632017-11-01 21:05:26 +0900164/* Define if you have the 'is_pad' function or macro. */
165#undef HAVE_CURSES_IS_PAD
166
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000167/* Define if you have the 'is_term_resized' function. */
168#undef HAVE_CURSES_IS_TERM_RESIZED
169
170/* Define if you have the 'resizeterm' function. */
171#undef HAVE_CURSES_RESIZETERM
172
173/* Define if you have the 'resize_term' function. */
174#undef HAVE_CURSES_RESIZE_TERM
175
Serhiy Storchakabaac01e2017-10-31 13:56:44 +0200176/* Define if you have the 'syncok' function. */
177#undef HAVE_CURSES_SYNCOK
178
179/* Define if you have the 'typeahead' function. */
180#undef HAVE_CURSES_TYPEAHEAD
181
182/* Define if you have the 'use_env' function. */
183#undef HAVE_CURSES_USE_ENV
184
Serhiy Storchaka894ebd02017-11-01 14:34:20 +0200185/* Define if you have the 'wchgat' function. */
186#undef HAVE_CURSES_WCHGAT
187
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000188/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
189 don't. */
190#undef HAVE_DECL_ISFINITE
191
192/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
193 */
194#undef HAVE_DECL_ISINF
195
196/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
197 */
198#undef HAVE_DECL_ISNAN
199
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300200/* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
201 don't. */
202#undef HAVE_DECL_RTLD_DEEPBIND
203
204/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
205 don't. */
206#undef HAVE_DECL_RTLD_GLOBAL
207
208/* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
209 don't. */
210#undef HAVE_DECL_RTLD_LAZY
211
212/* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
213 don't. */
214#undef HAVE_DECL_RTLD_LOCAL
215
Michael Feltc5ae1692017-12-19 13:58:49 +0100216/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
217 don't. */
218#undef HAVE_DECL_RTLD_MEMBER
219
Serhiy Storchakac2f7d872016-05-04 09:44:44 +0300220/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
221 don't. */
222#undef HAVE_DECL_RTLD_NODELETE
223
224/* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
225 don't. */
226#undef HAVE_DECL_RTLD_NOLOAD
227
228/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
229 don't. */
230#undef HAVE_DECL_RTLD_NOW
231
Guido van Rossum806c2462007-08-06 23:33:07 +0000232/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
233 */
234#undef HAVE_DECL_TZNAME
235
Martin v. Löwisdbe3f762002-10-10 14:27:30 +0000236/* Define to 1 if you have the device macros. */
237#undef HAVE_DEVICE_MACROS
238
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200239/* Define to 1 if you have the /dev/ptc device file. */
Neal Norwitz865400f2003-03-21 01:42:58 +0000240#undef HAVE_DEV_PTC
241
doko@ubuntu.comb457b9b2012-06-30 19:28:16 +0200242/* Define to 1 if you have the /dev/ptmx device file. */
Martin v. Löwis24a880b2002-12-31 12:55:15 +0000243#undef HAVE_DEV_PTMX
244
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000245/* Define to 1 if you have the <direct.h> header file. */
246#undef HAVE_DIRECT_H
247
Victor Stinner35a97c02015-03-08 02:59:09 +0100248/* Define to 1 if the dirent structure has a d_type field */
249#undef HAVE_DIRENT_D_TYPE
250
Martin v. Löwis11437992002-04-12 09:54:03 +0000251/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
252 */
253#undef HAVE_DIRENT_H
254
Gregory P. Smithdf300d52012-01-21 18:20:15 -0800255/* Define if you have the 'dirfd' function or macro. */
Gregory P. Smith41884412012-01-16 02:05:23 -0800256#undef HAVE_DIRFD
257
Martin v. Löwis11437992002-04-12 09:54:03 +0000258/* Define to 1 if you have the <dlfcn.h> header file. */
259#undef HAVE_DLFCN_H
260
261/* Define to 1 if you have the `dlopen' function. */
262#undef HAVE_DLOPEN
263
264/* Define to 1 if you have the `dup2' function. */
265#undef HAVE_DUP2
266
Victor Stinnerdaf45552013-08-28 00:53:59 +0200267/* Define to 1 if you have the `dup3' function. */
268#undef HAVE_DUP3
269
Martin v. Löwis11437992002-04-12 09:54:03 +0000270/* Defined when any dynamic module loading is enabled. */
271#undef HAVE_DYNAMIC_LOADING
272
Christian Heimes985ecdc2013-11-20 11:46:18 +0100273/* Define to 1 if you have the <endian.h> header file. */
274#undef HAVE_ENDIAN_H
275
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000276/* Define if you have the 'epoll' functions. */
277#undef HAVE_EPOLL
278
Benjamin Peterson95c16622011-12-27 15:36:32 -0600279/* Define if you have the 'epoll_create1' function. */
280#undef HAVE_EPOLL_CREATE1
281
Mark Dickinson9c113362009-09-05 10:36:23 +0000282/* Define to 1 if you have the `erf' function. */
283#undef HAVE_ERF
284
285/* Define to 1 if you have the `erfc' function. */
286#undef HAVE_ERFC
287
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000288/* Define to 1 if you have the <errno.h> header file. */
289#undef HAVE_ERRNO_H
290
Martin v. Löwis11437992002-04-12 09:54:03 +0000291/* Define to 1 if you have the `execv' function. */
292#undef HAVE_EXECV
293
Christian Heimes9bd667a2008-01-20 15:14:11 +0000294/* Define to 1 if you have the `expm1' function. */
295#undef HAVE_EXPM1
296
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000297/* Define to 1 if you have the `faccessat' function. */
298#undef HAVE_FACCESSAT
299
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000300/* Define if you have the 'fchdir' function. */
Fred Drake6b3cc522002-04-15 19:20:27 +0000301#undef HAVE_FCHDIR
302
Christian Heimes4e30a842007-11-30 22:12:06 +0000303/* Define to 1 if you have the `fchmod' function. */
304#undef HAVE_FCHMOD
305
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000306/* Define to 1 if you have the `fchmodat' function. */
307#undef HAVE_FCHMODAT
308
Christian Heimes4e30a842007-11-30 22:12:06 +0000309/* Define to 1 if you have the `fchown' function. */
310#undef HAVE_FCHOWN
311
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000312/* Define to 1 if you have the `fchownat' function. */
313#undef HAVE_FCHOWNAT
314
Martin v. Löwis11437992002-04-12 09:54:03 +0000315/* Define to 1 if you have the <fcntl.h> header file. */
316#undef HAVE_FCNTL_H
317
Martin v. Löwisa64988c2003-09-20 15:30:20 +0000318/* Define if you have the 'fdatasync' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000319#undef HAVE_FDATASYNC
320
Antoine Pitrou8250e232011-02-25 23:41:16 +0000321/* Define to 1 if you have the `fdopendir' function. */
322#undef HAVE_FDOPENDIR
323
Ross Lagerwall7807c352011-03-17 20:20:30 +0200324/* Define to 1 if you have the `fexecve' function. */
325#undef HAVE_FEXECVE
326
Christian Heimes9bd667a2008-01-20 15:14:11 +0000327/* Define to 1 if you have the `finite' function. */
328#undef HAVE_FINITE
329
Benjamin Petersond8d835b2010-10-15 23:14:46 +0000330/* Define to 1 if you have the `flock' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000331#undef HAVE_FLOCK
332
333/* Define to 1 if you have the `fork' function. */
334#undef HAVE_FORK
335
336/* Define to 1 if you have the `forkpty' function. */
337#undef HAVE_FORKPTY
338
339/* Define to 1 if you have the `fpathconf' function. */
340#undef HAVE_FPATHCONF
341
342/* Define to 1 if you have the `fseek64' function. */
343#undef HAVE_FSEEK64
344
345/* Define to 1 if you have the `fseeko' function. */
346#undef HAVE_FSEEKO
347
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000348/* Define to 1 if you have the `fstatat' function. */
349#undef HAVE_FSTATAT
350
Martin v. Löwis11437992002-04-12 09:54:03 +0000351/* Define to 1 if you have the `fstatvfs' function. */
352#undef HAVE_FSTATVFS
353
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000354/* Define if you have the 'fsync' function. */
355#undef HAVE_FSYNC
356
Martin v. Löwis11437992002-04-12 09:54:03 +0000357/* Define to 1 if you have the `ftell64' function. */
358#undef HAVE_FTELL64
359
360/* Define to 1 if you have the `ftello' function. */
361#undef HAVE_FTELLO
362
363/* Define to 1 if you have the `ftime' function. */
364#undef HAVE_FTIME
365
366/* Define to 1 if you have the `ftruncate' function. */
367#undef HAVE_FTRUNCATE
368
Ross Lagerwall7807c352011-03-17 20:20:30 +0200369/* Define to 1 if you have the `futimens' function. */
370#undef HAVE_FUTIMENS
371
372/* Define to 1 if you have the `futimes' function. */
373#undef HAVE_FUTIMES
374
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000375/* Define to 1 if you have the `futimesat' function. */
376#undef HAVE_FUTIMESAT
377
Martin v. Löwis11437992002-04-12 09:54:03 +0000378/* Define to 1 if you have the `gai_strerror' function. */
379#undef HAVE_GAI_STRERROR
380
Mark Dickinson9c113362009-09-05 10:36:23 +0000381/* Define to 1 if you have the `gamma' function. */
382#undef HAVE_GAMMA
383
Benjamin Peterson8bdeb162014-04-17 00:00:31 -0400384/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
385#undef HAVE_GCC_ASM_FOR_MC68881
386
Stefan Krah1919b7e2012-03-21 18:25:23 +0100387/* Define if we can use x64 gcc inline assembler */
388#undef HAVE_GCC_ASM_FOR_X64
389
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000390/* Define if we can use gcc inline assembler to get and set x87 control word
391 */
392#undef HAVE_GCC_ASM_FOR_X87
393
Stefan Krah1919b7e2012-03-21 18:25:23 +0100394/* Define if your compiler provides __uint128_t */
395#undef HAVE_GCC_UINT128_T
396
Martin v. Löwis11437992002-04-12 09:54:03 +0000397/* Define if you have the getaddrinfo function. */
398#undef HAVE_GETADDRINFO
399
Martin v. Löwis11437992002-04-12 09:54:03 +0000400/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
401#undef HAVE_GETC_UNLOCKED
402
Victor Stinner4d6a3d62014-12-21 01:16:38 +0100403/* Define to 1 if you have the `getentropy' function. */
404#undef HAVE_GETENTROPY
405
Ross Lagerwallb0ae53d2011-06-10 07:30:30 +0200406/* Define to 1 if you have the `getgrouplist' function. */
407#undef HAVE_GETGROUPLIST
408
Martin v. Löwis11437992002-04-12 09:54:03 +0000409/* Define to 1 if you have the `getgroups' function. */
410#undef HAVE_GETGROUPS
411
412/* Define to 1 if you have the `gethostbyname' function. */
413#undef HAVE_GETHOSTBYNAME
414
Guido van Rossum7152e9b1999-03-22 21:46:06 +0000415/* Define this if you have some version of gethostbyname_r() */
416#undef HAVE_GETHOSTBYNAME_R
417
Martin v. Löwis11437992002-04-12 09:54:03 +0000418/* Define this if you have the 3-arg version of gethostbyname_r(). */
419#undef HAVE_GETHOSTBYNAME_R_3_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 5-arg version of gethostbyname_r(). */
422#undef HAVE_GETHOSTBYNAME_R_5_ARG
Martin v. Löwis0ba70cc2001-06-26 22:22:37 +0000423
Martin v. Löwis11437992002-04-12 09:54:03 +0000424/* Define this if you have the 6-arg version of gethostbyname_r(). */
425#undef HAVE_GETHOSTBYNAME_R_6_ARG
Guido van Rossum9caf77a1996-08-01 00:52:26 +0000426
Martin v. Löwis823725e2008-03-24 13:39:54 +0000427/* Define to 1 if you have the `getitimer' function. */
428#undef HAVE_GETITIMER
429
Martin v. Löwis438b5342002-12-27 10:16:42 +0000430/* Define to 1 if you have the `getloadavg' function. */
431#undef HAVE_GETLOADAVG
432
Martin v. Löwis11437992002-04-12 09:54:03 +0000433/* Define to 1 if you have the `getlogin' function. */
Fred Drake3bb3e571999-12-14 20:48:17 +0000434#undef HAVE_GETLOGIN
435
Martin v. Löwis11437992002-04-12 09:54:03 +0000436/* Define to 1 if you have the `getnameinfo' function. */
Martin v. Löwis01dfdb32001-06-23 16:30:13 +0000437#undef HAVE_GETNAMEINFO
438
Martin v. Löwisf26d63b2003-03-30 17:23:49 +0000439/* Define if you have the 'getpagesize' function. */
440#undef HAVE_GETPAGESIZE
441
Martin v. Löwis11437992002-04-12 09:54:03 +0000442/* Define to 1 if you have the `getpeername' function. */
Fred Drakef581db11999-12-14 21:11:47 +0000443#undef HAVE_GETPEERNAME
Fred Drake3bb3e571999-12-14 20:48:17 +0000444
Martin v. Löwis606edc12002-06-13 21:09:11 +0000445/* Define to 1 if you have the `getpgid' function. */
446#undef HAVE_GETPGID
447
Martin v. Löwis11437992002-04-12 09:54:03 +0000448/* Define to 1 if you have the `getpgrp' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000449#undef HAVE_GETPGRP
450
Martin v. Löwis11437992002-04-12 09:54:03 +0000451/* Define to 1 if you have the `getpid' function. */
Guido van Rossumf1328521994-05-03 14:43:56 +0000452#undef HAVE_GETPID
453
Martin v. Löwis11437992002-04-12 09:54:03 +0000454/* Define to 1 if you have the `getpriority' function. */
Thomas Woutersc2c12dc2001-07-11 14:45:34 +0000455#undef HAVE_GETPRIORITY
Guido van Rossum353ae582001-07-10 16:45:32 +0000456
Martin v. Löwis11437992002-04-12 09:54:03 +0000457/* Define to 1 if you have the `getpwent' function. */
Guido van Rossum1171ee61997-08-22 20:42:00 +0000458#undef HAVE_GETPWENT
459
Victor Stinnerbae2d622015-10-01 09:47:30 +0200460/* Define to 1 if the getrandom() function is available */
461#undef HAVE_GETRANDOM
462
Victor Stinner9eb57c52015-03-19 22:21:49 +0100463/* Define to 1 if the Linux getrandom() syscall is available */
464#undef HAVE_GETRANDOM_SYSCALL
465
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000466/* Define to 1 if you have the `getresgid' function. */
467#undef HAVE_GETRESGID
468
469/* Define to 1 if you have the `getresuid' function. */
470#undef HAVE_GETRESUID
471
Martin v. Löwis49ee14d2003-11-10 06:35:36 +0000472/* Define to 1 if you have the `getsid' function. */
473#undef HAVE_GETSID
474
Martin v. Löwisc3001752005-01-23 09:27:24 +0000475/* Define to 1 if you have the `getspent' function. */
476#undef HAVE_GETSPENT
477
478/* Define to 1 if you have the `getspnam' function. */
479#undef HAVE_GETSPNAM
480
Martin v. Löwis11437992002-04-12 09:54:03 +0000481/* Define to 1 if you have the `gettimeofday' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000482#undef HAVE_GETTIMEOFDAY
483
Martin v. Löwis11437992002-04-12 09:54:03 +0000484/* Define to 1 if you have the `getwd' function. */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000485#undef HAVE_GETWD
486
Stefan Krah1919b7e2012-03-21 18:25:23 +0100487/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
488 bcopy. */
489#undef HAVE_GLIBC_MEMMOVE_BUG
490
Martin v. Löwis11437992002-04-12 09:54:03 +0000491/* Define to 1 if you have the <grp.h> header file. */
Guido van Rossuma6535fd2001-10-18 19:44:10 +0000492#undef HAVE_GRP_H
493
Martin v. Löwise9416172003-05-03 10:12:45 +0000494/* Define if you have the 'hstrerror' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000495#undef HAVE_HSTRERROR
496
Christian Heimes985ecdc2013-11-20 11:46:18 +0100497/* Define this if you have le64toh() */
498#undef HAVE_HTOLE64
499
Martin v. Löwis11437992002-04-12 09:54:03 +0000500/* Define to 1 if you have the `hypot' function. */
501#undef HAVE_HYPOT
502
Christian Heimesbbe741d2008-03-28 10:53:29 +0000503/* Define to 1 if you have the <ieeefp.h> header file. */
504#undef HAVE_IEEEFP_H
505
Nathaniel J. Smith735ae8d2018-01-05 23:15:34 -0800506/* Define to 1 if you have the `if_nameindex' function. */
Gregory P. Smith5ed2e772011-05-15 00:26:45 -0700507#undef HAVE_IF_NAMEINDEX
508
Martin v. Löwise9416172003-05-03 10:12:45 +0000509/* Define if you have the 'inet_aton' function. */
Neal Norwitz10b214c2003-02-13 02:11:10 +0000510#undef HAVE_INET_ATON
511
Martin v. Löwise9416172003-05-03 10:12:45 +0000512/* Define if you have the 'inet_pton' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000513#undef HAVE_INET_PTON
514
Benjamin Peterson05159c42009-12-03 03:01:27 +0000515/* Define to 1 if you have the `initgroups' function. */
516#undef HAVE_INITGROUPS
517
Martin v. Löwis11437992002-04-12 09:54:03 +0000518/* Define to 1 if you have the <inttypes.h> header file. */
519#undef HAVE_INTTYPES_H
520
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000521/* Define to 1 if you have the <io.h> header file. */
522#undef HAVE_IO_H
523
Stefan Krah1919b7e2012-03-21 18:25:23 +0100524/* Define if gcc has the ipa-pure-const bug. */
525#undef HAVE_IPA_PURE_CONST_BUG
526
Martin v. Löwis11437992002-04-12 09:54:03 +0000527/* Define to 1 if you have the `kill' function. */
528#undef HAVE_KILL
529
530/* Define to 1 if you have the `killpg' function. */
531#undef HAVE_KILLPG
532
Christian Heimes4fbc72b2008-03-22 00:47:35 +0000533/* Define if you have the 'kqueue' functions. */
534#undef HAVE_KQUEUE
535
Martin v. Löwis11437992002-04-12 09:54:03 +0000536/* Define to 1 if you have the <langinfo.h> header file. */
Martin v. Löwis9b75dca2001-08-10 13:58:50 +0000537#undef HAVE_LANGINFO_H
538
Martin v. Löwis11437992002-04-12 09:54:03 +0000539/* Defined to enable large file support when an off_t is bigger than a long
540 and long long is available and at least as big as an off_t. You may need to
541 add some flags for configuration and compilation to enable this mode. (For
542 Solaris and Linux, the necessary defines are already defined.) */
543#undef HAVE_LARGEFILE_SUPPORT
Martin v. Löwis2e64c342002-03-27 18:49:02 +0000544
Ned Deily3eb67d52011-06-28 00:00:28 -0700545/* Define to 1 if you have the 'lchflags' function. */
Thomas Wouterscf297e42007-02-23 15:07:44 +0000546#undef HAVE_LCHFLAGS
547
Christian Heimes4e30a842007-11-30 22:12:06 +0000548/* Define to 1 if you have the `lchmod' function. */
549#undef HAVE_LCHMOD
550
Martin v. Löwis0cec0ff2002-07-28 16:33:45 +0000551/* Define to 1 if you have the `lchown' function. */
552#undef HAVE_LCHOWN
553
Mark Dickinson9c113362009-09-05 10:36:23 +0000554/* Define to 1 if you have the `lgamma' function. */
555#undef HAVE_LGAMMA
556
Martin v. Löwis11437992002-04-12 09:54:03 +0000557/* Define to 1 if you have the `dl' library (-ldl). */
Guido van Rossum61fe8611994-01-03 14:56:37 +0000558#undef HAVE_LIBDL
559
Martin v. Löwis11437992002-04-12 09:54:03 +0000560/* Define to 1 if you have the `dld' library (-ldld). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000561#undef HAVE_LIBDLD
Guido van Rossumf1328521994-05-03 14:43:56 +0000562
Martin v. Löwis11437992002-04-12 09:54:03 +0000563/* Define to 1 if you have the `ieee' library (-lieee). */
Guido van Rossum76be6ed1995-01-02 18:33:54 +0000564#undef HAVE_LIBIEEE
Guido van Rossumaef734b2001-01-10 21:09:12 +0000565
Martin v. Löwis11437992002-04-12 09:54:03 +0000566/* Define to 1 if you have the <libintl.h> header file. */
567#undef HAVE_LIBINTL_H
568
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +0000569/* Define if you have the readline library (-lreadline). */
Neal Norwitzfe8e3d92006-01-07 21:07:20 +0000570#undef HAVE_LIBREADLINE
571
Martin v. Löwis95c419b2003-05-03 12:10:48 +0000572/* Define to 1 if you have the `resolv' library (-lresolv). */
573#undef HAVE_LIBRESOLV
574
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000575/* Define to 1 if you have the `sendfile' library (-lsendfile). */
576#undef HAVE_LIBSENDFILE
577
Martin v. Löwis11437992002-04-12 09:54:03 +0000578/* Define to 1 if you have the <libutil.h> header file. */
579#undef HAVE_LIBUTIL_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000580
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +0000581/* Define if you have the 'link' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000582#undef HAVE_LINK
Martin v. Löwisc45929e2002-04-06 10:10:49 +0000583
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000584/* Define to 1 if you have the `linkat' function. */
585#undef HAVE_LINKAT
586
Charles-François Natali773e42d2013-02-05 19:42:01 +0100587/* Define to 1 if you have the <linux/can/bcm.h> header file. */
588#undef HAVE_LINUX_CAN_BCM_H
589
Charles-François Natali47413c12011-10-06 19:47:44 +0200590/* Define to 1 if you have the <linux/can.h> header file. */
591#undef HAVE_LINUX_CAN_H
592
Larry Hastingsa6cc5512015-04-13 17:48:40 -0400593/* Define if compiling using Linux 3.6 or later. */
594#undef HAVE_LINUX_CAN_RAW_FD_FRAMES
595
Charles-François Natali47413c12011-10-06 19:47:44 +0200596/* Define to 1 if you have the <linux/can/raw.h> header file. */
597#undef HAVE_LINUX_CAN_RAW_H
598
Martin v. Löwis11017b12006-01-14 18:12:57 +0000599/* Define to 1 if you have the <linux/netlink.h> header file. */
600#undef HAVE_LINUX_NETLINK_H
601
Victor Stinnerdddf4842016-06-07 11:21:42 +0200602/* Define to 1 if you have the <linux/random.h> header file. */
603#undef HAVE_LINUX_RANDOM_H
604
Benjamin Petersonb8a2f512016-07-06 23:55:15 -0700605/* Define to 1 if you have the <linux/tipc.h> header file. */
606#undef HAVE_LINUX_TIPC_H
607
caaveryeffc12f2017-09-06 18:18:10 -0400608/* Define to 1 if you have the <linux/vm_sockets.h> header file. */
609#undef HAVE_LINUX_VM_SOCKETS_H
610
xdegaye5ce10692017-11-23 12:01:36 +0100611/* Define to 1 if you have the `lockf' function. */
Ross Lagerwall7807c352011-03-17 20:20:30 +0200612#undef HAVE_LOCKF
613
Christian Heimes9bd667a2008-01-20 15:14:11 +0000614/* Define to 1 if you have the `log1p' function. */
615#undef HAVE_LOG1P
616
Victor Stinner8f9f8d62011-05-09 12:45:41 +0200617/* Define to 1 if you have the `log2' function. */
618#undef HAVE_LOG2
619
Eitan Adler3055c942018-05-15 22:58:09 -0700620/* Define to 1 if the system has the type `long double'. */
Travis E. Oliphant9b307842007-10-12 22:06:37 +0000621#undef HAVE_LONG_DOUBLE
622
Martin v. Löwis11437992002-04-12 09:54:03 +0000623/* Define to 1 if you have the `lstat' function. */
624#undef HAVE_LSTAT
625
Ross Lagerwall7807c352011-03-17 20:20:30 +0200626/* Define to 1 if you have the `lutimes' function. */
627#undef HAVE_LUTIMES
628
Neal Norwitz11690112002-07-30 01:08:28 +0000629/* Define this if you have the makedev macro. */
630#undef HAVE_MAKEDEV
631
Martin v. Löwis011e8422009-05-05 04:43:17 +0000632/* Define to 1 if you have the `mbrtowc' function. */
633#undef HAVE_MBRTOWC
634
Martin v. Löwis11437992002-04-12 09:54:03 +0000635/* Define to 1 if you have the <memory.h> header file. */
636#undef HAVE_MEMORY_H
637
Antoine Pitrou2c3b2302011-10-11 20:29:21 +0200638/* Define to 1 if you have the `memrchr' function. */
639#undef HAVE_MEMRCHR
640
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000641/* Define to 1 if you have the `mkdirat' function. */
642#undef HAVE_MKDIRAT
643
Martin v. Löwis11437992002-04-12 09:54:03 +0000644/* Define to 1 if you have the `mkfifo' function. */
645#undef HAVE_MKFIFO
646
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000647/* Define to 1 if you have the `mkfifoat' function. */
648#undef HAVE_MKFIFOAT
649
Martin v. Löwis06a83e92002-04-14 10:19:44 +0000650/* Define to 1 if you have the `mknod' function. */
651#undef HAVE_MKNOD
652
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000653/* Define to 1 if you have the `mknodat' function. */
654#undef HAVE_MKNODAT
655
Martin v. Löwis11437992002-04-12 09:54:03 +0000656/* Define to 1 if you have the `mktime' function. */
657#undef HAVE_MKTIME
658
Antoine Pitrouf0effe62011-11-26 01:11:02 +0100659/* Define to 1 if you have the `mmap' function. */
660#undef HAVE_MMAP
661
Martin v. Löwis11437992002-04-12 09:54:03 +0000662/* Define to 1 if you have the `mremap' function. */
663#undef HAVE_MREMAP
664
665/* Define to 1 if you have the <ncurses.h> header file. */
666#undef HAVE_NCURSES_H
667
Martin v. Löwis11437992002-04-12 09:54:03 +0000668/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
669#undef HAVE_NDIR_H
670
671/* Define to 1 if you have the <netpacket/packet.h> header file. */
672#undef HAVE_NETPACKET_PACKET_H
673
Nadeem Vawdad74b5932011-05-15 13:16:22 +0200674/* Define to 1 if you have the <net/if.h> header file. */
675#undef HAVE_NET_IF_H
676
Martin v. Löwis11437992002-04-12 09:54:03 +0000677/* Define to 1 if you have the `nice' function. */
678#undef HAVE_NICE
679
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000680/* Define to 1 if you have the `openat' function. */
681#undef HAVE_OPENAT
682
Martin v. Löwis11437992002-04-12 09:54:03 +0000683/* Define to 1 if you have the `openpty' function. */
684#undef HAVE_OPENPTY
685
686/* Define to 1 if you have the `pathconf' function. */
687#undef HAVE_PATHCONF
688
689/* Define to 1 if you have the `pause' function. */
690#undef HAVE_PAUSE
691
Charles-François Natalidaafdd52011-05-29 20:07:40 +0200692/* Define to 1 if you have the `pipe2' function. */
Martin v. Löwisd1fc34d2010-12-30 14:55:47 +0000693#undef HAVE_PIPE2
694
Martin v. Löwis11437992002-04-12 09:54:03 +0000695/* Define to 1 if you have the `plock' function. */
696#undef HAVE_PLOCK
697
698/* Define to 1 if you have the `poll' function. */
699#undef HAVE_POLL
700
701/* Define to 1 if you have the <poll.h> header file. */
702#undef HAVE_POLL_H
703
Ross Lagerwall7807c352011-03-17 20:20:30 +0200704/* Define to 1 if you have the `posix_fadvise' function. */
705#undef HAVE_POSIX_FADVISE
706
707/* Define to 1 if you have the `posix_fallocate' function. */
708#undef HAVE_POSIX_FALLOCATE
709
Pablo Galindo6c6ddf92018-01-29 01:56:10 +0000710/* Define to 1 if you have the `posix_spawn' function. */
711#undef HAVE_POSIX_SPAWN
712
Ross Lagerwall7807c352011-03-17 20:20:30 +0200713/* Define to 1 if you have the `pread' function. */
714#undef HAVE_PREAD
715
Pablo Galindo4defba32018-01-27 16:16:37 +0000716/* Define to 1 if you have the `preadv' function. */
717#undef HAVE_PREADV
718
719/* Define to 1 if you have the `preadv2' function. */
720#undef HAVE_PREADV2
721
Christian Heimesb7bd5df2013-10-22 11:21:54 +0200722/* Define if you have the 'prlimit' functions. */
723#undef HAVE_PRLIMIT
724
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000725/* Define to 1 if you have the <process.h> header file. */
726#undef HAVE_PROCESS_H
727
Martin v. Löwis11437992002-04-12 09:54:03 +0000728/* Define if your compiler supports function prototype */
729#undef HAVE_PROTOTYPES
730
Martin v. Löwisa7a76d32002-10-04 07:21:24 +0000731/* Defined for Solaris 2.6 bug in pthread header. */
732#undef HAVE_PTHREAD_DESTRUCTOR
733
pdoxe14679c2017-10-05 00:01:56 -0700734/* Define to 1 if you have the `pthread_getcpuclockid' function. */
735#undef HAVE_PTHREAD_GETCPUCLOCKID
736
Martin v. Löwis11437992002-04-12 09:54:03 +0000737/* Define to 1 if you have the <pthread.h> header file. */
738#undef HAVE_PTHREAD_H
739
740/* Define to 1 if you have the `pthread_init' function. */
741#undef HAVE_PTHREAD_INIT
742
Victor Stinnerb3e72192011-05-08 01:46:11 +0200743/* Define to 1 if you have the `pthread_kill' function. */
744#undef HAVE_PTHREAD_KILL
745
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500746/* Define to 1 if you have the `pthread_sigmask' function. */
747#undef HAVE_PTHREAD_SIGMASK
748
Martin v. Löwis11437992002-04-12 09:54:03 +0000749/* Define to 1 if you have the <pty.h> header file. */
750#undef HAVE_PTY_H
751
752/* Define to 1 if you have the `putenv' function. */
753#undef HAVE_PUTENV
754
Ross Lagerwall7807c352011-03-17 20:20:30 +0200755/* Define to 1 if you have the `pwrite' function. */
756#undef HAVE_PWRITE
757
Pablo Galindo4defba32018-01-27 16:16:37 +0000758/* Define to 1 if you have the `pwritev' function. */
759#undef HAVE_PWRITEV
760
761/* Define to 1 if you have the `pwritev2' function. */
762#undef HAVE_PWRITEV2
763
Martin v. Löwis11437992002-04-12 09:54:03 +0000764/* Define to 1 if you have the `readlink' function. */
765#undef HAVE_READLINK
766
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000767/* Define to 1 if you have the `readlinkat' function. */
768#undef HAVE_READLINKAT
769
Ross Lagerwall7807c352011-03-17 20:20:30 +0200770/* Define to 1 if you have the `readv' function. */
771#undef HAVE_READV
772
Guido van Rossum162e38c2003-02-19 15:25:10 +0000773/* Define to 1 if you have the `realpath' function. */
774#undef HAVE_REALPATH
775
Antoine Pitrouf65132d2011-02-25 23:25:17 +0000776/* Define to 1 if you have the `renameat' function. */
777#undef HAVE_RENAMEAT
778
Benjamin Petersond1e22ba2014-11-26 14:35:12 -0600779/* Define if readline supports append_history */
780#undef HAVE_RL_APPEND_HISTORY
781
Michael W. Hudson30ea2f22004-07-07 17:44:12 +0000782/* Define if you can turn off readline's signal handling. */
783#undef HAVE_RL_CATCH_SIGNAL
784
Guido van Rossumfaf5e4d2002-12-30 16:25:41 +0000785/* Define if you have readline 2.2 */
786#undef HAVE_RL_COMPLETION_APPEND_CHARACTER
787
Thomas Wouters89d996e2007-09-08 17:39:28 +0000788/* Define if you have readline 4.0 */
789#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK
790
Martin v. Löwis11437992002-04-12 09:54:03 +0000791/* Define if you have readline 4.2 */
792#undef HAVE_RL_COMPLETION_MATCHES
793
Antoine Pitroud5131772009-10-26 19:22:14 +0000794/* Define if you have rl_completion_suppress_append */
795#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
796
Martin v. Löwis11437992002-04-12 09:54:03 +0000797/* Define if you have readline 4.0 */
798#undef HAVE_RL_PRE_INPUT_HOOK
799
Martin Panter5dbbf1a2016-04-03 02:54:58 +0000800/* Define if you have readline 4.0 */
801#undef HAVE_RL_RESIZE_TERMINAL
802
Mark Dickinsonf2537862009-04-18 13:58:18 +0000803/* Define to 1 if you have the `round' function. */
804#undef HAVE_ROUND
805
Charles-François Nataliea0d5fc2011-09-06 19:03:35 +0200806/* Define to 1 if you have the `sched_get_priority_max' function. */
807#undef HAVE_SCHED_GET_PRIORITY_MAX
808
Benjamin Peterson94b580d2011-08-02 17:30:04 -0500809/* Define to 1 if you have the <sched.h> header file. */
810#undef HAVE_SCHED_H
811
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500812/* Define to 1 if you have the `sched_rr_get_interval' function. */
813#undef HAVE_SCHED_RR_GET_INTERVAL
814
Benjamin Peterson2740af82011-08-02 17:41:34 -0500815/* Define to 1 if you have the `sched_setaffinity' function. */
816#undef HAVE_SCHED_SETAFFINITY
817
Benjamin Petersonc5fce4d2011-08-02 18:07:32 -0500818/* Define to 1 if you have the `sched_setparam' function. */
819#undef HAVE_SCHED_SETPARAM
820
821/* Define to 1 if you have the `sched_setscheduler' function. */
822#undef HAVE_SCHED_SETSCHEDULER
823
Benjamin Peterson965ce872009-04-05 21:24:58 +0000824/* Define to 1 if you have the `sem_getvalue' function. */
825#undef HAVE_SEM_GETVALUE
826
827/* Define to 1 if you have the `sem_open' function. */
828#undef HAVE_SEM_OPEN
829
830/* Define to 1 if you have the `sem_timedwait' function. */
831#undef HAVE_SEM_TIMEDWAIT
832
833/* Define to 1 if you have the `sem_unlink' function. */
834#undef HAVE_SEM_UNLINK
835
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000836/* Define to 1 if you have the `sendfile' function. */
837#undef HAVE_SENDFILE
838
Martin v. Löwis11437992002-04-12 09:54:03 +0000839/* Define to 1 if you have the `setegid' function. */
840#undef HAVE_SETEGID
841
842/* Define to 1 if you have the `seteuid' function. */
843#undef HAVE_SETEUID
844
845/* Define to 1 if you have the `setgid' function. */
846#undef HAVE_SETGID
847
Martin v. Löwisd5843682002-11-21 20:41:28 +0000848/* Define if you have the 'setgroups' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +0000849#undef HAVE_SETGROUPS
850
Antoine Pitrou061cfb52011-02-28 22:25:22 +0000851/* Define to 1 if you have the `sethostname' function. */
852#undef HAVE_SETHOSTNAME
853
Martin v. Löwis823725e2008-03-24 13:39:54 +0000854/* Define to 1 if you have the `setitimer' function. */
855#undef HAVE_SETITIMER
856
Martin v. Löwis11437992002-04-12 09:54:03 +0000857/* Define to 1 if you have the `setlocale' function. */
858#undef HAVE_SETLOCALE
859
860/* Define to 1 if you have the `setpgid' function. */
861#undef HAVE_SETPGID
862
Martin v. Löwis4daacb12003-03-28 18:37:01 +0000863/* Define to 1 if you have the `setpgrp' function. */
864#undef HAVE_SETPGRP
865
Giampaolo Rodolà18e8bcb2011-02-25 20:57:54 +0000866/* Define to 1 if you have the `setpriority' function. */
867#undef HAVE_SETPRIORITY
868
Martin v. Löwis11437992002-04-12 09:54:03 +0000869/* Define to 1 if you have the `setregid' function. */
870#undef HAVE_SETREGID
871
Martin v. Löwis7aed61a2009-11-27 14:09:49 +0000872/* Define to 1 if you have the `setresgid' function. */
873#undef HAVE_SETRESGID
874
875/* Define to 1 if you have the `setresuid' function. */
876#undef HAVE_SETRESUID
877
Martin v. Löwis11437992002-04-12 09:54:03 +0000878/* Define to 1 if you have the `setreuid' function. */
879#undef HAVE_SETREUID
880
881/* Define to 1 if you have the `setsid' function. */
882#undef HAVE_SETSID
883
884/* Define to 1 if you have the `setuid' function. */
885#undef HAVE_SETUID
886
887/* Define to 1 if you have the `setvbuf' function. */
888#undef HAVE_SETVBUF
889
Martin v. Löwisc3001752005-01-23 09:27:24 +0000890/* Define to 1 if you have the <shadow.h> header file. */
891#undef HAVE_SHADOW_H
892
Martin v. Löwis11437992002-04-12 09:54:03 +0000893/* Define to 1 if you have the `sigaction' function. */
894#undef HAVE_SIGACTION
895
Victor Stinner024e37a2011-03-31 01:31:06 +0200896/* Define to 1 if you have the `sigaltstack' function. */
897#undef HAVE_SIGALTSTACK
898
Antoine Pitrou9d3627e2018-05-04 13:00:50 +0200899/* Define to 1 if you have the `sigfillset' function. */
900#undef HAVE_SIGFILLSET
901
Zachary Ware6a6967e2016-10-01 00:47:27 -0500902/* Define to 1 if `si_band' is a member of `siginfo_t'. */
903#undef HAVE_SIGINFO_T_SI_BAND
904
Martin v. Löwis11437992002-04-12 09:54:03 +0000905/* Define to 1 if you have the `siginterrupt' function. */
906#undef HAVE_SIGINTERRUPT
907
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000908/* Define to 1 if you have the <signal.h> header file. */
909#undef HAVE_SIGNAL_H
910
Benjamin Peterson316e02b2011-05-10 15:01:56 -0500911/* Define to 1 if you have the `sigpending' function. */
912#undef HAVE_SIGPENDING
913
Martin v. Löwis11437992002-04-12 09:54:03 +0000914/* Define to 1 if you have the `sigrelse' function. */
915#undef HAVE_SIGRELSE
916
Ross Lagerwallbc808222011-06-25 12:13:40 +0200917/* Define to 1 if you have the `sigtimedwait' function. */
918#undef HAVE_SIGTIMEDWAIT
919
Victor Stinnerb3e72192011-05-08 01:46:11 +0200920/* Define to 1 if you have the `sigwait' function. */
921#undef HAVE_SIGWAIT
922
Ross Lagerwallbc808222011-06-25 12:13:40 +0200923/* Define to 1 if you have the `sigwaitinfo' function. */
924#undef HAVE_SIGWAITINFO
925
Martin v. Löwis11437992002-04-12 09:54:03 +0000926/* Define to 1 if you have the `snprintf' function. */
927#undef HAVE_SNPRINTF
928
Christian Heimesdffa3942016-09-05 23:54:41 +0200929/* struct sockaddr_alg (linux/if_alg.h) */
930#undef HAVE_SOCKADDR_ALG
931
Martin v. Löwis11437992002-04-12 09:54:03 +0000932/* Define if sockaddr has sa_len member */
933#undef HAVE_SOCKADDR_SA_LEN
934
935/* struct sockaddr_storage (sys/socket.h) */
936#undef HAVE_SOCKADDR_STORAGE
937
Martin v. Löwisd6320502004-08-12 13:45:08 +0000938/* Define if you have the 'socketpair' function. */
939#undef HAVE_SOCKETPAIR
940
Ronald Oussoren755740f2010-02-07 19:56:39 +0000941/* Define to 1 if you have the <spawn.h> header file. */
942#undef HAVE_SPAWN_H
943
Martin v. Löwis18e16552006-02-15 17:27:45 +0000944/* Define if your compiler provides ssize_t */
945#undef HAVE_SSIZE_T
946
Martin v. Löwis11437992002-04-12 09:54:03 +0000947/* Define to 1 if you have the `statvfs' function. */
948#undef HAVE_STATVFS
949
Martin v. Löwis94717ed2002-09-09 14:24:16 +0000950/* Define if you have struct stat.st_mtim.tv_nsec */
951#undef HAVE_STAT_TV_NSEC
952
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +0000953/* Define if you have struct stat.st_mtimensec */
954#undef HAVE_STAT_TV_NSEC2
955
Martin v. Löwis11437992002-04-12 09:54:03 +0000956/* Define if your compiler supports variable length function prototypes (e.g.
957 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
958#undef HAVE_STDARG_PROTOTYPES
959
Martin v. Löwis11437992002-04-12 09:54:03 +0000960/* Define to 1 if you have the <stdint.h> header file. */
961#undef HAVE_STDINT_H
962
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000963/* Define to 1 if you have the <stdlib.h> header file. */
964#undef HAVE_STDLIB_H
965
Benjamin Peterson15c7b2a2018-07-15 17:01:42 -0700966/* Has stdatomic.h with atomic_int */
Victor Stinner4f5366e2015-01-09 02:13:19 +0100967#undef HAVE_STD_ATOMIC
968
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000969/* Define to 1 if you have the `strdup' function. */
970#undef HAVE_STRDUP
971
Martin v. Löwis11437992002-04-12 09:54:03 +0000972/* Define to 1 if you have the `strftime' function. */
973#undef HAVE_STRFTIME
974
975/* Define to 1 if you have the <strings.h> header file. */
976#undef HAVE_STRINGS_H
977
Nicholas Bastine62c5c82004-03-21 23:45:42 +0000978/* Define to 1 if you have the <string.h> header file. */
979#undef HAVE_STRING_H
980
Gregory P. Smith6c357262007-09-03 16:44:06 +0000981/* Define to 1 if you have the `strlcpy' function. */
982#undef HAVE_STRLCPY
983
Martin v. Löwis14e73b12003-01-01 09:51:12 +0000984/* Define to 1 if you have the <stropts.h> header file. */
985#undef HAVE_STROPTS_H
986
Michael Osipov48ce4892018-08-23 15:27:19 +0200987/* Define to 1 if you have the `strsignal' function. */
988#undef HAVE_STRSIGNAL
989
Stefan Krah267b6392016-04-26 01:09:18 +0200990/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
991#undef HAVE_STRUCT_PASSWD_PW_GECOS
992
993/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
994#undef HAVE_STRUCT_PASSWD_PW_PASSWD
995
Matthias Kloseb9621712010-04-24 17:59:49 +0000996/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +0000997#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
998
Matthias Kloseb9621712010-04-24 17:59:49 +0000999/* Define to 1 if `st_blksize' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001000#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1001
Matthias Kloseb9621712010-04-24 17:59:49 +00001002/* Define to 1 if `st_blocks' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001003#undef HAVE_STRUCT_STAT_ST_BLOCKS
1004
Matthias Kloseb9621712010-04-24 17:59:49 +00001005/* Define to 1 if `st_flags' is a member of `struct stat'. */
Hye-Shik Chang5f937a72005-06-02 13:09:30 +00001006#undef HAVE_STRUCT_STAT_ST_FLAGS
1007
Matthias Kloseb9621712010-04-24 17:59:49 +00001008/* Define to 1 if `st_gen' is a member of `struct stat'. */
Martin v. Löwisebd9d5b2005-08-09 15:00:59 +00001009#undef HAVE_STRUCT_STAT_ST_GEN
1010
Matthias Kloseb9621712010-04-24 17:59:49 +00001011/* Define to 1 if `st_rdev' is a member of `struct stat'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001012#undef HAVE_STRUCT_STAT_ST_RDEV
1013
Matthias Kloseb9621712010-04-24 17:59:49 +00001014/* Define to 1 if `tm_zone' is a member of `struct tm'. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001015#undef HAVE_STRUCT_TM_TM_ZONE
1016
Martin v. Löwisc8ad7cc2002-11-11 13:23:45 +00001017/* Define if you have the 'symlink' function. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001018#undef HAVE_SYMLINK
1019
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001020/* Define to 1 if you have the `symlinkat' function. */
1021#undef HAVE_SYMLINKAT
1022
Ross Lagerwall7807c352011-03-17 20:20:30 +02001023/* Define to 1 if you have the `sync' function. */
1024#undef HAVE_SYNC
1025
Martin v. Löwis11437992002-04-12 09:54:03 +00001026/* Define to 1 if you have the `sysconf' function. */
1027#undef HAVE_SYSCONF
1028
Barry Warsawfe33b792003-01-07 22:42:49 +00001029/* Define to 1 if you have the <sysexits.h> header file. */
1030#undef HAVE_SYSEXITS_H
1031
Martin v. Löwis11437992002-04-12 09:54:03 +00001032/* Define to 1 if you have the <sys/audioio.h> header file. */
1033#undef HAVE_SYS_AUDIOIO_H
1034
Neal Norwitz82251032003-05-23 14:35:24 +00001035/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1036#undef HAVE_SYS_BSDTTY_H
1037
Jesus Cead8b9ae62011-11-14 19:07:41 +01001038/* Define to 1 if you have the <sys/devpoll.h> header file. */
1039#undef HAVE_SYS_DEVPOLL_H
1040
Martin v. Löwis11437992002-04-12 09:54:03 +00001041/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1042 */
1043#undef HAVE_SYS_DIR_H
1044
Christian Heimes985ecdc2013-11-20 11:46:18 +01001045/* Define to 1 if you have the <sys/endian.h> header file. */
1046#undef HAVE_SYS_ENDIAN_H
1047
Christian Heimes4fbc72b2008-03-22 00:47:35 +00001048/* Define to 1 if you have the <sys/epoll.h> header file. */
1049#undef HAVE_SYS_EPOLL_H
1050
1051/* Define to 1 if you have the <sys/event.h> header file. */
1052#undef HAVE_SYS_EVENT_H
1053
Martin v. Löwis11437992002-04-12 09:54:03 +00001054/* Define to 1 if you have the <sys/file.h> header file. */
1055#undef HAVE_SYS_FILE_H
1056
Antoine Pitroubcf2b592012-02-08 23:28:36 +01001057/* Define to 1 if you have the <sys/ioctl.h> header file. */
1058#undef HAVE_SYS_IOCTL_H
1059
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001060/* Define to 1 if you have the <sys/kern_control.h> header file. */
1061#undef HAVE_SYS_KERN_CONTROL_H
1062
Anthony Baxter8a560de2004-10-13 15:30:56 +00001063/* Define to 1 if you have the <sys/loadavg.h> header file. */
1064#undef HAVE_SYS_LOADAVG_H
1065
Martin v. Löwis11437992002-04-12 09:54:03 +00001066/* Define to 1 if you have the <sys/lock.h> header file. */
1067#undef HAVE_SYS_LOCK_H
1068
Neal Norwitz3d949422002-04-20 13:46:43 +00001069/* Define to 1 if you have the <sys/mkdev.h> header file. */
1070#undef HAVE_SYS_MKDEV_H
1071
Martin v. Löwis11437992002-04-12 09:54:03 +00001072/* Define to 1 if you have the <sys/modem.h> header file. */
1073#undef HAVE_SYS_MODEM_H
1074
1075/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1076 */
1077#undef HAVE_SYS_NDIR_H
1078
1079/* Define to 1 if you have the <sys/param.h> header file. */
1080#undef HAVE_SYS_PARAM_H
1081
1082/* Define to 1 if you have the <sys/poll.h> header file. */
1083#undef HAVE_SYS_POLL_H
1084
Benjamin Petersonfb2ae152016-12-19 23:54:25 -08001085/* Define to 1 if you have the <sys/random.h> header file. */
1086#undef HAVE_SYS_RANDOM_H
1087
Martin v. Löwis11437992002-04-12 09:54:03 +00001088/* Define to 1 if you have the <sys/resource.h> header file. */
1089#undef HAVE_SYS_RESOURCE_H
1090
1091/* Define to 1 if you have the <sys/select.h> header file. */
1092#undef HAVE_SYS_SELECT_H
1093
Antoine Pitrou5c2f4642011-02-26 00:22:09 +00001094/* Define to 1 if you have the <sys/sendfile.h> header file. */
1095#undef HAVE_SYS_SENDFILE_H
1096
Martin v. Löwis11437992002-04-12 09:54:03 +00001097/* Define to 1 if you have the <sys/socket.h> header file. */
1098#undef HAVE_SYS_SOCKET_H
1099
Thomas Wouters477c8d52006-05-27 19:21:47 +00001100/* Define to 1 if you have the <sys/statvfs.h> header file. */
1101#undef HAVE_SYS_STATVFS_H
1102
Martin v. Löwis11437992002-04-12 09:54:03 +00001103/* Define to 1 if you have the <sys/stat.h> header file. */
1104#undef HAVE_SYS_STAT_H
1105
Gregory P. Smith8facece2012-01-21 14:01:08 -08001106/* Define to 1 if you have the <sys/syscall.h> header file. */
1107#undef HAVE_SYS_SYSCALL_H
1108
Christian Heimes75b96182017-09-05 15:53:09 +02001109/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1110#undef HAVE_SYS_SYSMACROS_H
1111
Martin v. Löwis9d6c6692012-02-03 17:44:58 +01001112/* Define to 1 if you have the <sys/sys_domain.h> header file. */
1113#undef HAVE_SYS_SYS_DOMAIN_H
1114
Georg Brandlf78e02b2008-06-10 17:40:04 +00001115/* Define to 1 if you have the <sys/termio.h> header file. */
1116#undef HAVE_SYS_TERMIO_H
1117
Martin v. Löwis11437992002-04-12 09:54:03 +00001118/* Define to 1 if you have the <sys/times.h> header file. */
1119#undef HAVE_SYS_TIMES_H
1120
1121/* Define to 1 if you have the <sys/time.h> header file. */
1122#undef HAVE_SYS_TIME_H
1123
1124/* Define to 1 if you have the <sys/types.h> header file. */
1125#undef HAVE_SYS_TYPES_H
1126
Antoine Pitrou061cfb52011-02-28 22:25:22 +00001127/* Define to 1 if you have the <sys/uio.h> header file. */
1128#undef HAVE_SYS_UIO_H
1129
Martin v. Löwis11437992002-04-12 09:54:03 +00001130/* Define to 1 if you have the <sys/un.h> header file. */
1131#undef HAVE_SYS_UN_H
1132
1133/* Define to 1 if you have the <sys/utsname.h> header file. */
1134#undef HAVE_SYS_UTSNAME_H
1135
1136/* Define to 1 if you have the <sys/wait.h> header file. */
1137#undef HAVE_SYS_WAIT_H
1138
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001139/* Define to 1 if you have the <sys/xattr.h> header file. */
1140#undef HAVE_SYS_XATTR_H
1141
Martin v. Löwis11437992002-04-12 09:54:03 +00001142/* Define to 1 if you have the `tcgetpgrp' function. */
1143#undef HAVE_TCGETPGRP
1144
1145/* Define to 1 if you have the `tcsetpgrp' function. */
1146#undef HAVE_TCSETPGRP
1147
1148/* Define to 1 if you have the `tempnam' function. */
1149#undef HAVE_TEMPNAM
1150
1151/* Define to 1 if you have the <termios.h> header file. */
1152#undef HAVE_TERMIOS_H
1153
1154/* Define to 1 if you have the <term.h> header file. */
1155#undef HAVE_TERM_H
1156
Mark Dickinson9c113362009-09-05 10:36:23 +00001157/* Define to 1 if you have the `tgamma' function. */
1158#undef HAVE_TGAMMA
1159
Martin v. Löwis11437992002-04-12 09:54:03 +00001160/* Define to 1 if you have the `timegm' function. */
1161#undef HAVE_TIMEGM
1162
1163/* Define to 1 if you have the `times' function. */
1164#undef HAVE_TIMES
1165
1166/* Define to 1 if you have the `tmpfile' function. */
1167#undef HAVE_TMPFILE
1168
1169/* Define to 1 if you have the `tmpnam' function. */
1170#undef HAVE_TMPNAM
1171
1172/* Define to 1 if you have the `tmpnam_r' function. */
1173#undef HAVE_TMPNAM_R
1174
1175/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1176 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1177#undef HAVE_TM_ZONE
1178
1179/* Define to 1 if you have the `truncate' function. */
1180#undef HAVE_TRUNCATE
1181
1182/* Define to 1 if you don't have `tm_zone' but do have the external array
1183 `tzname'. */
1184#undef HAVE_TZNAME
1185
Brett Cannon18367812003-09-19 00:59:16 +00001186/* Define this if you have tcl and TCL_UTF_MAX==6 */
1187#undef HAVE_UCS4_TCL
1188
Martin v. Löwis11437992002-04-12 09:54:03 +00001189/* Define to 1 if you have the `uname' function. */
1190#undef HAVE_UNAME
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001191
Martin v. Löwis11437992002-04-12 09:54:03 +00001192/* Define to 1 if you have the <unistd.h> header file. */
1193#undef HAVE_UNISTD_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001194
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001195/* Define to 1 if you have the `unlinkat' function. */
1196#undef HAVE_UNLINKAT
1197
Martin v. Löwis11437992002-04-12 09:54:03 +00001198/* Define to 1 if you have the `unsetenv' function. */
1199#undef HAVE_UNSETENV
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001200
Martin v. Löwis11437992002-04-12 09:54:03 +00001201/* Define if you have a useable wchar_t type defined in wchar.h; useable means
Martin v. Löwis49ee14d2003-11-10 06:35:36 +00001202 wchar_t must be an unsigned type with at least 16 bits. (see
1203 Include/unicodeobject.h). */
Martin v. Löwis11437992002-04-12 09:54:03 +00001204#undef HAVE_USABLE_WCHAR_T
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001205
Ronald Oussoren755740f2010-02-07 19:56:39 +00001206/* Define to 1 if you have the <util.h> header file. */
1207#undef HAVE_UTIL_H
1208
Antoine Pitrouf65132d2011-02-25 23:25:17 +00001209/* Define to 1 if you have the `utimensat' function. */
1210#undef HAVE_UTIMENSAT
1211
Martin v. Löwis6aa9fdb2002-09-10 09:16:13 +00001212/* Define to 1 if you have the `utimes' function. */
1213#undef HAVE_UTIMES
1214
Martin v. Löwis11437992002-04-12 09:54:03 +00001215/* Define to 1 if you have the <utime.h> header file. */
1216#undef HAVE_UTIME_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001217
David Carlierb4ebaa72018-01-09 19:38:07 +00001218/* Define if uuid_create() exists. */
Michael Felt0d3ccb42017-12-30 22:39:20 +01001219#undef HAVE_UUID_CREATE
1220
Serhiy Storchaka17d88302018-05-25 01:45:09 +03001221/* Define if uuid_enc_be() exists. */
1222#undef HAVE_UUID_ENC_BE
1223
Berker Peksag9a10ff42017-11-08 23:09:16 +03001224/* Define if uuid_generate_time_safe() exists. */
1225#undef HAVE_UUID_GENERATE_TIME_SAFE
1226
Michael Felt0d3ccb42017-12-30 22:39:20 +01001227/* Define to 1 if you have the <uuid.h> header file. */
1228#undef HAVE_UUID_H
1229
1230/* Define to 1 if you have the <uuid/uuid.h> header file. */
1231#undef HAVE_UUID_UUID_H
1232
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001233/* Define to 1 if you have the `wait3' function. */
1234#undef HAVE_WAIT3
1235
1236/* Define to 1 if you have the `wait4' function. */
1237#undef HAVE_WAIT4
1238
Ross Lagerwall7807c352011-03-17 20:20:30 +02001239/* Define to 1 if you have the `waitid' function. */
1240#undef HAVE_WAITID
1241
Martin v. Löwis11437992002-04-12 09:54:03 +00001242/* Define to 1 if you have the `waitpid' function. */
1243#undef HAVE_WAITPID
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001244
Martin v. Löwis11437992002-04-12 09:54:03 +00001245/* Define if the compiler provides a wchar.h header file. */
1246#undef HAVE_WCHAR_H
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001247
Martin v. Löwis9c36c292002-12-21 18:34:06 +00001248/* Define to 1 if you have the `wcscoll' function. */
1249#undef HAVE_WCSCOLL
1250
Martin v. Löwis113a0852009-05-29 17:25:39 +00001251/* Define to 1 if you have the `wcsftime' function. */
1252#undef HAVE_WCSFTIME
1253
Martin v. Löwis92fab752008-03-08 10:40:41 +00001254/* Define to 1 if you have the `wcsxfrm' function. */
1255#undef HAVE_WCSXFRM
1256
Victor Stinnercd777ea2013-04-08 22:43:44 +02001257/* Define to 1 if you have the `wmemcmp' function. */
1258#undef HAVE_WMEMCMP
1259
Guido van Rossumd11b62e2003-03-14 21:51:36 +00001260/* Define if tzset() actually switches the local timezone in a meaningful way.
1261 */
1262#undef HAVE_WORKING_TZSET
1263
Ross Lagerwall7807c352011-03-17 20:20:30 +02001264/* Define to 1 if you have the `writev' function. */
1265#undef HAVE_WRITEV
1266
Christian Heimesff5be6e2018-01-20 13:19:21 +01001267/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
1268#undef HAVE_X509_VERIFY_PARAM_SET1_HOST
1269
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001270/* Define if the zlib library has inflateCopy */
1271#undef HAVE_ZLIB_COPY
1272
Martin v. Löwis11437992002-04-12 09:54:03 +00001273/* Define to 1 if you have the `_getpty' function. */
1274#undef HAVE__GETPTY
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001275
Mark Dickinsonec0d3552010-11-20 10:29:12 +00001276/* Define if log1p(-0.) is 0. rather than -0. */
1277#undef LOG1P_DROPS_ZERO_SIGN
1278
Martin v. Löwisdbe3f762002-10-10 14:27:30 +00001279/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1280 */
1281#undef MAJOR_IN_MKDEV
1282
1283/* Define to 1 if `major', `minor', and `makedev' are declared in
1284 <sysmacros.h>. */
1285#undef MAJOR_IN_SYSMACROS
1286
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001287/* Define if mvwdelch in curses.h is an expression. */
1288#undef MVWDELCH_IS_EXPRESSION
1289
Martin v. Löwis11437992002-04-12 09:54:03 +00001290/* Define to the address where bug reports for this package should be sent. */
1291#undef PACKAGE_BUGREPORT
1292
1293/* Define to the full name of this package. */
1294#undef PACKAGE_NAME
1295
1296/* Define to the full name and version of this package. */
1297#undef PACKAGE_STRING
1298
1299/* Define to the one symbol short name of this package. */
1300#undef PACKAGE_TARNAME
1301
Matthias Kloseb9621712010-04-24 17:59:49 +00001302/* Define to the home page for this package. */
1303#undef PACKAGE_URL
1304
Martin v. Löwis11437992002-04-12 09:54:03 +00001305/* Define to the version of this package. */
1306#undef PACKAGE_VERSION
1307
Mark Dickinsona614f042009-11-28 12:48:43 +00001308/* Define if POSIX semaphores aren't enabled on your system */
1309#undef POSIX_SEMAPHORES_NOT_ENABLED
1310
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001311/* Define if pthread_key_t is compatible with int. */
1312#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT
1313
Martin v. Löwis11437992002-04-12 09:54:03 +00001314/* Defined if PTHREAD_SCOPE_SYSTEM supported. */
1315#undef PTHREAD_SYSTEM_SCHED_SUPPORTED
1316
Mark Dickinsonbd792642009-03-18 20:06:12 +00001317/* Define as the preferred size in bits of long digits */
1318#undef PYLONG_BITS_IN_DIGIT
1319
Nick Coghlan6ea41862017-06-11 13:16:15 +10001320/* Define if you want to coerce the C locale to a UTF-8 based locale */
1321#undef PY_COERCE_C_LOCALE
1322
Thomas Wouters477c8d52006-05-27 19:21:47 +00001323/* Define to printf format modifier for Py_ssize_t */
1324#undef PY_FORMAT_SIZE_T
1325
Christian Heimes892d66e2018-01-29 14:10:18 +01001326/* Default cipher suites list for ssl module. 1: Python's preferred selection,
1327 2: leave OpenSSL defaults untouched, 0: custom string */
1328#undef PY_SSL_DEFAULT_CIPHERS
1329
1330/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
1331#undef PY_SSL_DEFAULT_CIPHER_STRING
1332
Martin v. Löwis11437992002-04-12 09:54:03 +00001333/* Define if you want to build an interpreter with many run-time checks. */
1334#undef Py_DEBUG
1335
Mark Hammond8235ea12002-07-19 06:55:41 +00001336/* Defined if Python is built as a shared library. */
1337#undef Py_ENABLE_SHARED
1338
Christian Heimes985ecdc2013-11-20 11:46:18 +01001339/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
1340 externally defined: 0 */
1341#undef Py_HASH_ALGORITHM
1342
Matthias Klosebada4c32010-04-25 21:18:48 +00001343/* assume C89 semantics that RETSIGTYPE is always void */
Martin v. Löwis11437992002-04-12 09:54:03 +00001344#undef RETSIGTYPE
1345
1346/* Define if setpgrp() must be called as setpgrp(0, 0). */
1347#undef SETPGRP_HAVE_ARG
1348
1349/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1350#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1351
Guido van Rossum806c2462007-08-06 23:33:07 +00001352/* The size of `double', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001353#undef SIZEOF_DOUBLE
1354
Guido van Rossum806c2462007-08-06 23:33:07 +00001355/* The size of `float', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001356#undef SIZEOF_FLOAT
1357
Guido van Rossum806c2462007-08-06 23:33:07 +00001358/* The size of `fpos_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001359#undef SIZEOF_FPOS_T
1360
Guido van Rossum806c2462007-08-06 23:33:07 +00001361/* The size of `int', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001362#undef SIZEOF_INT
1363
Guido van Rossum806c2462007-08-06 23:33:07 +00001364/* The size of `long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001365#undef SIZEOF_LONG
1366
Travis E. Oliphant9b307842007-10-12 22:06:37 +00001367/* The size of `long double', as computed by sizeof. */
1368#undef SIZEOF_LONG_DOUBLE
1369
Guido van Rossum806c2462007-08-06 23:33:07 +00001370/* The size of `long long', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001371#undef SIZEOF_LONG_LONG
1372
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001373/* The size of `off_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001374#undef SIZEOF_OFF_T
1375
Christian Heimes400adb02008-02-01 08:12:03 +00001376/* The size of `pid_t', as computed by sizeof. */
1377#undef SIZEOF_PID_T
1378
Masayuki Yamamoto731e1892017-10-06 19:41:34 +09001379/* The size of `pthread_key_t', as computed by sizeof. */
1380#undef SIZEOF_PTHREAD_KEY_T
1381
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001382/* The size of `pthread_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001383#undef SIZEOF_PTHREAD_T
1384
Guido van Rossum806c2462007-08-06 23:33:07 +00001385/* The size of `short', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001386#undef SIZEOF_SHORT
1387
Guido van Rossum806c2462007-08-06 23:33:07 +00001388/* The size of `size_t', as computed by sizeof. */
Martin v. Löwis18e16552006-02-15 17:27:45 +00001389#undef SIZEOF_SIZE_T
1390
Alexandre Vassalottib0a61d72009-07-17 23:19:37 +00001391/* The size of `time_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001392#undef SIZEOF_TIME_T
1393
Benjamin Petersondf6ff7b2016-09-06 13:53:14 -07001394/* The size of `uintptr_t', as computed by sizeof. */
1395#undef SIZEOF_UINTPTR_T
1396
Guido van Rossum806c2462007-08-06 23:33:07 +00001397/* The size of `void *', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001398#undef SIZEOF_VOID_P
1399
Guido van Rossum806c2462007-08-06 23:33:07 +00001400/* The size of `wchar_t', as computed by sizeof. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001401#undef SIZEOF_WCHAR_T
1402
Guido van Rossum806c2462007-08-06 23:33:07 +00001403/* The size of `_Bool', as computed by sizeof. */
Thomas Woutersb2137042007-02-01 18:02:27 +00001404#undef SIZEOF__BOOL
1405
Martin v. Löwis11437992002-04-12 09:54:03 +00001406/* Define to 1 if you have the ANSI C header files. */
1407#undef STDC_HEADERS
1408
1409/* Define if you can safely include both <sys/select.h> and <sys/time.h>
1410 (which you can't on SCO ODT 3.0). */
1411#undef SYS_SELECT_WITH_SYS_TIME
1412
Christian Heimes81ee3ef2008-05-04 22:42:01 +00001413/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
1414#undef TANH_PRESERVES_ZERO_SIGN
1415
Victor Stinnere0be4232011-10-25 13:06:09 +02001416/* Library needed by timemodule.c: librt may be needed for clock_gettime() */
1417#undef TIMEMODULE_LIB
1418
Martin v. Löwis11437992002-04-12 09:54:03 +00001419/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1420#undef TIME_WITH_SYS_TIME
1421
1422/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1423#undef TM_IN_SYS_TIME
1424
Benjamin Petersond7f73e92010-09-05 00:09:07 +00001425/* Define if you want to use computed gotos in ceval.c. */
Antoine Pitroub52ec782009-01-25 16:34:23 +00001426#undef USE_COMPUTED_GOTOS
1427
Matthias Kloseb9621712010-04-24 17:59:49 +00001428/* Enable extensions on AIX 3, Interix. */
1429#ifndef _ALL_SOURCE
1430# undef _ALL_SOURCE
1431#endif
1432/* Enable GNU extensions on systems that have them. */
1433#ifndef _GNU_SOURCE
1434# undef _GNU_SOURCE
1435#endif
1436/* Enable threading extensions on Solaris. */
1437#ifndef _POSIX_PTHREAD_SEMANTICS
1438# undef _POSIX_PTHREAD_SEMANTICS
1439#endif
1440/* Enable extensions on HP NonStop. */
1441#ifndef _TANDEM_SOURCE
1442# undef _TANDEM_SOURCE
1443#endif
1444/* Enable general extensions on Solaris. */
1445#ifndef __EXTENSIONS__
1446# undef __EXTENSIONS__
1447#endif
1448
1449
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001450/* Define if WINDOW in curses.h offers a field _flags. */
1451#undef WINDOW_HAS_FLAGS
1452
Martin v. Löwisa3fb4f72002-06-09 13:33:54 +00001453/* Define if you want documentation strings in extension modules */
1454#undef WITH_DOC_STRINGS
1455
Łukasz Langaa785c872016-09-09 17:37:37 -07001456/* Define if you want to compile in DTrace support */
1457#undef WITH_DTRACE
1458
Martin v. Löwis11437992002-04-12 09:54:03 +00001459/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1460 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1461 Dyld is necessary to support frameworks. */
1462#undef WITH_DYLD
1463
Martin v. Löwis19d17342003-06-14 21:03:05 +00001464/* Define to 1 if libintl is needed for locale functions. */
1465#undef WITH_LIBINTL
1466
Martin v. Löwis11437992002-04-12 09:54:03 +00001467/* Define if you want to produce an OpenStep/Rhapsody framework (shared
1468 library plus accessory files). */
1469#undef WITH_NEXT_FRAMEWORK
1470
1471/* Define if you want to compile in Python-specific mallocs */
1472#undef WITH_PYMALLOC
1473
Benjamin Peterson05159c42009-12-03 03:01:27 +00001474/* Define if you want pymalloc to be disabled when running under valgrind */
1475#undef WITH_VALGRIND
1476
Matthias Kloseb9621712010-04-24 17:59:49 +00001477/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1478 significant byte first (like Motorola and SPARC, unlike Intel). */
1479#if defined AC_APPLE_UNIVERSAL_BUILD
1480# if defined __BIG_ENDIAN__
1481# define WORDS_BIGENDIAN 1
1482# endif
1483#else
1484# ifndef WORDS_BIGENDIAN
1485# undef WORDS_BIGENDIAN
1486# endif
1487#endif
Martin v. Löwis11437992002-04-12 09:54:03 +00001488
Mark Dickinson3dc7c6a2009-01-04 15:09:02 +00001489/* Define if arithmetic is subject to x87-style double rounding issue */
1490#undef X87_DOUBLE_ROUNDING
1491
Guido van Rossum806c2462007-08-06 23:33:07 +00001492/* Define on OpenBSD to activate all library features */
1493#undef _BSD_SOURCE
1494
Georg Brandlfcaf9102008-07-16 02:17:56 +00001495/* Define on Darwin to activate all library features */
1496#undef _DARWIN_C_SOURCE
1497
Martin v. Löwis11437992002-04-12 09:54:03 +00001498/* This must be set to 64 on some systems to enable large file support. */
1499#undef _FILE_OFFSET_BITS
1500
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001501/* Define on Linux to activate all library features */
1502#undef _GNU_SOURCE
1503
Christian Heimes647cd872013-12-07 23:39:33 +01001504/* Define to include mbstate_t for mbrtowc */
1505#undef _INCLUDE__STDC_A1_SOURCE
1506
Martin v. Löwis11437992002-04-12 09:54:03 +00001507/* This must be defined on some systems to enable large file support. */
1508#undef _LARGEFILE_SOURCE
1509
Benjamin Peterson83a0efd2011-02-25 14:01:05 +00001510/* This must be defined on AIX systems to enable large file support. */
1511#undef _LARGE_FILES
1512
Matthias Kloseb9621712010-04-24 17:59:49 +00001513/* Define to 1 if on MINIX. */
1514#undef _MINIX
1515
Martin v. Löwisbcd93962003-05-03 10:32:18 +00001516/* Define on NetBSD to activate all library features */
1517#undef _NETBSD_SOURCE
1518
Matthias Kloseb9621712010-04-24 17:59:49 +00001519/* Define to 2 if the system does not provide POSIX.1 features except with
1520 this defined. */
1521#undef _POSIX_1_SOURCE
1522
Benjamin Petersonb77fe172011-09-13 17:20:47 -04001523/* Define to activate features from IEEE Stds 1003.1-2008 */
Martin v. Löwise4826582002-10-26 13:33:00 +00001524#undef _POSIX_C_SOURCE
1525
Matthias Kloseb9621712010-04-24 17:59:49 +00001526/* Define to 1 if you need to in order for `stat' and other things to work. */
1527#undef _POSIX_SOURCE
1528
Martin v. Löwis11437992002-04-12 09:54:03 +00001529/* Define if you have POSIX threads, and your system does not define that. */
1530#undef _POSIX_THREADS
1531
INADA Naoki6b42eb12017-06-29 15:31:38 +09001532/* framework name */
1533#undef _PYTHONFRAMEWORK
1534
Martin v. Löwis11437992002-04-12 09:54:03 +00001535/* Define to force use of thread-safe errno, h_errno, and other functions */
1536#undef _REENTRANT
1537
Martin v. Löwis678fc1e2002-11-12 06:04:39 +00001538/* Define to the level of X/Open that your system supports */
1539#undef _XOPEN_SOURCE
Martin v. Löwis6f18a3c2002-07-20 08:51:52 +00001540
Martin v. Löwise4826582002-10-26 13:33:00 +00001541/* Define to activate Unix95-and-earlier features */
1542#undef _XOPEN_SOURCE_EXTENDED
1543
Jason Tishlerfac083d2003-07-22 15:20:49 +00001544/* Define on FreeBSD to activate all library features */
1545#undef __BSD_VISIBLE
1546
Martin v. Löwis11437992002-04-12 09:54:03 +00001547/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1548#ifndef __CHAR_UNSIGNED__
1549# undef __CHAR_UNSIGNED__
1550#endif
1551
Martin v. Löwis11437992002-04-12 09:54:03 +00001552/* Define to 'long' if <time.h> doesn't define. */
1553#undef clock_t
1554
1555/* Define to empty if `const' does not conform to ANSI C. */
1556#undef const
1557
1558/* Define to `int' if <sys/types.h> doesn't define. */
1559#undef gid_t
1560
1561/* Define to `int' if <sys/types.h> does not define. */
1562#undef mode_t
1563
Guido van Rossum806c2462007-08-06 23:33:07 +00001564/* Define to `long int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001565#undef off_t
1566
1567/* Define to `int' if <sys/types.h> does not define. */
1568#undef pid_t
1569
1570/* Define to empty if the keyword does not work. */
1571#undef signed
1572
Guido van Rossum806c2462007-08-06 23:33:07 +00001573/* Define to `unsigned int' if <sys/types.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001574#undef size_t
1575
Martin v. Löwis01c04012002-11-11 14:58:44 +00001576/* Define to `int' if <sys/socket.h> does not define. */
Martin v. Löwis11437992002-04-12 09:54:03 +00001577#undef socklen_t
1578
1579/* Define to `int' if <sys/types.h> doesn't define. */
1580#undef uid_t
1581
Martin v. Löwisc45929e2002-04-06 10:10:49 +00001582
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001583/* Define the macros needed if on a UnixWare 7.x system. */
1584#if defined(__USLC__) && defined(__SCO_VERSION__)
Martin v. Löwis28341ce2001-09-05 15:18:00 +00001585#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1586#endif
1587
Martin v. Löwisbddf5a52002-11-11 13:37:28 +00001588#endif /*Py_PYCONFIG_H*/
1589