1 | /* pyconfig.h. Generated from pyconfig.h.in by configure. */ |
2 | /* pyconfig.h.in. Generated from configure.ac by autoheader. */ |
3 | |
4 | |
5 | #ifndef Py_PYCONFIG_H |
6 | #define Py_PYCONFIG_H |
7 | |
8 | |
9 | /* Define if building universal (internal helper macro) */ |
10 | /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
11 | |
12 | /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want |
13 | support for AIX C++ shared extension modules. */ |
14 | /* #undef AIX_GENUINE_CPLUSPLUS */ |
15 | |
16 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM |
17 | mixed-endian order (byte order 45670123) */ |
18 | /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */ |
19 | |
20 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most |
21 | significant byte first */ |
22 | /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */ |
23 | |
24 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the |
25 | least significant byte first */ |
26 | #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 |
27 | |
28 | /* Define if --enable-ipv6 is specified */ |
29 | #define ENABLE_IPV6 1 |
30 | |
31 | /* Define if flock needs to be linked with bsd library. */ |
32 | /* #undef FLOCK_NEEDS_LIBBSD */ |
33 | |
34 | /* Define if getpgrp() must be called as getpgrp(0). */ |
35 | /* #undef GETPGRP_HAVE_ARG */ |
36 | |
37 | /* Define if gettimeofday() does not have second (timezone) argument This is |
38 | the case on Motorola V4 (R40V4.2) */ |
39 | /* #undef GETTIMEOFDAY_NO_TZ */ |
40 | |
41 | /* Define to 1 if you have the `accept4' function. */ |
42 | #define HAVE_ACCEPT4 1 |
43 | |
44 | /* Define to 1 if you have the `acosh' function. */ |
45 | #define HAVE_ACOSH 1 |
46 | |
47 | /* struct addrinfo (netdb.h) */ |
48 | #define HAVE_ADDRINFO 1 |
49 | |
50 | /* Define to 1 if you have the `alarm' function. */ |
51 | #define HAVE_ALARM 1 |
52 | |
53 | /* Define if aligned memory access is required */ |
54 | /* #undef HAVE_ALIGNED_REQUIRED */ |
55 | |
56 | /* Define to 1 if you have the <alloca.h> header file. */ |
57 | #define HAVE_ALLOCA_H 1 |
58 | |
59 | /* Define this if your time.h defines altzone. */ |
60 | /* #undef HAVE_ALTZONE */ |
61 | |
62 | /* Define to 1 if you have the `asinh' function. */ |
63 | #define HAVE_ASINH 1 |
64 | |
65 | /* Define to 1 if you have the <asm/types.h> header file. */ |
66 | #define HAVE_ASM_TYPES_H 1 |
67 | |
68 | /* Define to 1 if you have the `atanh' function. */ |
69 | #define HAVE_ATANH 1 |
70 | |
71 | /* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
72 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 |
73 | |
74 | /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ |
75 | #define HAVE_BLUETOOTH_BLUETOOTH_H 1 |
76 | |
77 | /* Define to 1 if you have the <bluetooth.h> header file. */ |
78 | /* #undef HAVE_BLUETOOTH_H */ |
79 | |
80 | /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide |
81 | chars that would be converted. */ |
82 | /* #undef HAVE_BROKEN_MBSTOWCS */ |
83 | |
84 | /* Define if nice() returns success/failure instead of the new priority. */ |
85 | /* #undef HAVE_BROKEN_NICE */ |
86 | |
87 | /* Define if the system reports an invalid PIPE_BUF value. */ |
88 | /* #undef HAVE_BROKEN_PIPE_BUF */ |
89 | |
90 | /* Define if poll() sets errno on invalid file descriptors. */ |
91 | /* #undef HAVE_BROKEN_POLL */ |
92 | |
93 | /* Define if the Posix semaphores do not work on your system */ |
94 | /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */ |
95 | |
96 | /* Define if pthread_sigmask() does not work on your system. */ |
97 | /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */ |
98 | |
99 | /* define to 1 if your sem_getvalue is broken. */ |
100 | /* #undef HAVE_BROKEN_SEM_GETVALUE */ |
101 | |
102 | /* Define if `unsetenv` does not return an int. */ |
103 | /* #undef HAVE_BROKEN_UNSETENV */ |
104 | |
105 | /* Has builtin atomics */ |
106 | #define HAVE_BUILTIN_ATOMIC 1 |
107 | |
108 | /* Define this if you have the type _Bool. */ |
109 | #define HAVE_C99_BOOL 1 |
110 | |
111 | /* Define to 1 if you have the 'chflags' function. */ |
112 | /* #undef HAVE_CHFLAGS */ |
113 | |
114 | /* Define to 1 if you have the `chown' function. */ |
115 | #define HAVE_CHOWN 1 |
116 | |
117 | /* Define if you have the 'chroot' function. */ |
118 | #define HAVE_CHROOT 1 |
119 | |
120 | /* Define to 1 if you have the `clock' function. */ |
121 | #define HAVE_CLOCK 1 |
122 | |
123 | /* Define to 1 if you have the `clock_getres' function. */ |
124 | #define HAVE_CLOCK_GETRES 1 |
125 | |
126 | /* Define to 1 if you have the `clock_gettime' function. */ |
127 | #define HAVE_CLOCK_GETTIME 1 |
128 | |
129 | /* Define if the C compiler supports computed gotos. */ |
130 | #define HAVE_COMPUTED_GOTOS 1 |
131 | |
132 | /* Define to 1 if you have the `confstr' function. */ |
133 | #define HAVE_CONFSTR 1 |
134 | |
135 | /* Define to 1 if you have the <conio.h> header file. */ |
136 | /* #undef HAVE_CONIO_H */ |
137 | |
138 | /* Define to 1 if you have the `copysign' function. */ |
139 | #define HAVE_COPYSIGN 1 |
140 | |
141 | /* Define to 1 if you have the `ctermid' function. */ |
142 | #define HAVE_CTERMID 1 |
143 | |
144 | /* Define if you have the 'ctermid_r' function. */ |
145 | /* #undef HAVE_CTERMID_R */ |
146 | |
147 | /* Define to 1 if you have the <curses.h> header file. */ |
148 | #define HAVE_CURSES_H 1 |
149 | |
150 | /* Define if you have the 'is_term_resized' function. */ |
151 | #define HAVE_CURSES_IS_TERM_RESIZED 1 |
152 | |
153 | /* Define if you have the 'resizeterm' function. */ |
154 | #define HAVE_CURSES_RESIZETERM 1 |
155 | |
156 | /* Define if you have the 'resize_term' function. */ |
157 | #define HAVE_CURSES_RESIZE_TERM 1 |
158 | |
159 | /* Define to 1 if you have the declaration of `isfinite', and to 0 if you |
160 | don't. */ |
161 | #define HAVE_DECL_ISFINITE 1 |
162 | |
163 | /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. |
164 | */ |
165 | #define HAVE_DECL_ISINF 1 |
166 | |
167 | /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. |
168 | */ |
169 | #define HAVE_DECL_ISNAN 1 |
170 | |
171 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
172 | */ |
173 | /* #undef HAVE_DECL_TZNAME */ |
174 | |
175 | /* Define to 1 if you have the device macros. */ |
176 | #define HAVE_DEVICE_MACROS 1 |
177 | |
178 | /* Define to 1 if you have the /dev/ptc device file. */ |
179 | /* #undef HAVE_DEV_PTC */ |
180 | |
181 | /* Define to 1 if you have the /dev/ptmx device file. */ |
182 | #define HAVE_DEV_PTMX 1 |
183 | |
184 | /* Define to 1 if you have the <direct.h> header file. */ |
185 | /* #undef HAVE_DIRECT_H */ |
186 | |
187 | /* Define to 1 if the dirent structure has a d_type field */ |
188 | #define HAVE_DIRENT_D_TYPE 1 |
189 | |
190 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
191 | */ |
192 | #define HAVE_DIRENT_H 1 |
193 | |
194 | /* Define if you have the 'dirfd' function or macro. */ |
195 | #define HAVE_DIRFD 1 |
196 | |
197 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
198 | #define HAVE_DLFCN_H 1 |
199 | |
200 | /* Define to 1 if you have the `dlopen' function. */ |
201 | #define HAVE_DLOPEN 1 |
202 | |
203 | /* Define to 1 if you have the `dup2' function. */ |
204 | #define HAVE_DUP2 1 |
205 | |
206 | /* Define to 1 if you have the `dup3' function. */ |
207 | #define HAVE_DUP3 1 |
208 | |
209 | /* Defined when any dynamic module loading is enabled. */ |
210 | #define HAVE_DYNAMIC_LOADING 1 |
211 | |
212 | /* Define to 1 if you have the <endian.h> header file. */ |
213 | #define HAVE_ENDIAN_H 1 |
214 | |
215 | /* Define if you have the 'epoll' functions. */ |
216 | #define HAVE_EPOLL 1 |
217 | |
218 | /* Define if you have the 'epoll_create1' function. */ |
219 | #define HAVE_EPOLL_CREATE1 1 |
220 | |
221 | /* Define to 1 if you have the `erf' function. */ |
222 | #define HAVE_ERF 1 |
223 | |
224 | /* Define to 1 if you have the `erfc' function. */ |
225 | #define HAVE_ERFC 1 |
226 | |
227 | /* Define to 1 if you have the <errno.h> header file. */ |
228 | #define HAVE_ERRNO_H 1 |
229 | |
230 | /* Define to 1 if you have the `execv' function. */ |
231 | #define HAVE_EXECV 1 |
232 | |
233 | /* Define to 1 if you have the `expm1' function. */ |
234 | #define HAVE_EXPM1 1 |
235 | |
236 | /* Define to 1 if you have the `faccessat' function. */ |
237 | #define HAVE_FACCESSAT 1 |
238 | |
239 | /* Define if you have the 'fchdir' function. */ |
240 | #define HAVE_FCHDIR 1 |
241 | |
242 | /* Define to 1 if you have the `fchmod' function. */ |
243 | #define HAVE_FCHMOD 1 |
244 | |
245 | /* Define to 1 if you have the `fchmodat' function. */ |
246 | #define HAVE_FCHMODAT 1 |
247 | |
248 | /* Define to 1 if you have the `fchown' function. */ |
249 | #define HAVE_FCHOWN 1 |
250 | |
251 | /* Define to 1 if you have the `fchownat' function. */ |
252 | #define HAVE_FCHOWNAT 1 |
253 | |
254 | /* Define to 1 if you have the <fcntl.h> header file. */ |
255 | #define HAVE_FCNTL_H 1 |
256 | |
257 | /* Define if you have the 'fdatasync' function. */ |
258 | #define HAVE_FDATASYNC 1 |
259 | |
260 | /* Define to 1 if you have the `fdopendir' function. */ |
261 | #define HAVE_FDOPENDIR 1 |
262 | |
263 | /* Define to 1 if you have the `fexecve' function. */ |
264 | #define HAVE_FEXECVE 1 |
265 | |
266 | /* Define to 1 if you have the `finite' function. */ |
267 | #define HAVE_FINITE 1 |
268 | |
269 | /* Define to 1 if you have the `flock' function. */ |
270 | #define HAVE_FLOCK 1 |
271 | |
272 | /* Define to 1 if you have the `fork' function. */ |
273 | #define HAVE_FORK 1 |
274 | |
275 | /* Define to 1 if you have the `forkpty' function. */ |
276 | #define HAVE_FORKPTY 1 |
277 | |
278 | /* Define to 1 if you have the `fpathconf' function. */ |
279 | #define HAVE_FPATHCONF 1 |
280 | |
281 | /* Define to 1 if you have the `fseek64' function. */ |
282 | /* #undef HAVE_FSEEK64 */ |
283 | |
284 | /* Define to 1 if you have the `fseeko' function. */ |
285 | #define HAVE_FSEEKO 1 |
286 | |
287 | /* Define to 1 if you have the `fstatat' function. */ |
288 | #define HAVE_FSTATAT 1 |
289 | |
290 | /* Define to 1 if you have the `fstatvfs' function. */ |
291 | #define HAVE_FSTATVFS 1 |
292 | |
293 | /* Define if you have the 'fsync' function. */ |
294 | #define HAVE_FSYNC 1 |
295 | |
296 | /* Define to 1 if you have the `ftell64' function. */ |
297 | /* #undef HAVE_FTELL64 */ |
298 | |
299 | /* Define to 1 if you have the `ftello' function. */ |
300 | #define HAVE_FTELLO 1 |
301 | |
302 | /* Define to 1 if you have the `ftime' function. */ |
303 | #define HAVE_FTIME 1 |
304 | |
305 | /* Define to 1 if you have the `ftruncate' function. */ |
306 | #define HAVE_FTRUNCATE 1 |
307 | |
308 | /* Define to 1 if you have the `futimens' function. */ |
309 | #define HAVE_FUTIMENS 1 |
310 | |
311 | /* Define to 1 if you have the `futimes' function. */ |
312 | #define HAVE_FUTIMES 1 |
313 | |
314 | /* Define to 1 if you have the `futimesat' function. */ |
315 | #define HAVE_FUTIMESAT 1 |
316 | |
317 | /* Define to 1 if you have the `gai_strerror' function. */ |
318 | #define HAVE_GAI_STRERROR 1 |
319 | |
320 | /* Define to 1 if you have the `gamma' function. */ |
321 | #define HAVE_GAMMA 1 |
322 | |
323 | /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */ |
324 | /* #undef HAVE_GCC_ASM_FOR_MC68881 */ |
325 | |
326 | /* Define if we can use x64 gcc inline assembler */ |
327 | #define HAVE_GCC_ASM_FOR_X64 1 |
328 | |
329 | /* Define if we can use gcc inline assembler to get and set x87 control word |
330 | */ |
331 | #define HAVE_GCC_ASM_FOR_X87 1 |
332 | |
333 | /* Define if your compiler provides __uint128_t */ |
334 | #define HAVE_GCC_UINT128_T 1 |
335 | |
336 | /* Define if you have the getaddrinfo function. */ |
337 | #define HAVE_GETADDRINFO 1 |
338 | |
339 | /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ |
340 | #define HAVE_GETC_UNLOCKED 1 |
341 | |
342 | /* Define to 1 if you have the `getentropy' function. */ |
343 | /* #undef HAVE_GETENTROPY */ |
344 | |
345 | /* Define to 1 if you have the `getgrouplist' function. */ |
346 | #define HAVE_GETGROUPLIST 1 |
347 | |
348 | /* Define to 1 if you have the `getgroups' function. */ |
349 | #define HAVE_GETGROUPS 1 |
350 | |
351 | /* Define to 1 if you have the `gethostbyname' function. */ |
352 | /* #undef HAVE_GETHOSTBYNAME */ |
353 | |
354 | /* Define this if you have some version of gethostbyname_r() */ |
355 | #define HAVE_GETHOSTBYNAME_R 1 |
356 | |
357 | /* Define this if you have the 3-arg version of gethostbyname_r(). */ |
358 | /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */ |
359 | |
360 | /* Define this if you have the 5-arg version of gethostbyname_r(). */ |
361 | /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */ |
362 | |
363 | /* Define this if you have the 6-arg version of gethostbyname_r(). */ |
364 | #define HAVE_GETHOSTBYNAME_R_6_ARG 1 |
365 | |
366 | /* Define to 1 if you have the `getitimer' function. */ |
367 | #define HAVE_GETITIMER 1 |
368 | |
369 | /* Define to 1 if you have the `getloadavg' function. */ |
370 | #define HAVE_GETLOADAVG 1 |
371 | |
372 | /* Define to 1 if you have the `getlogin' function. */ |
373 | #define HAVE_GETLOGIN 1 |
374 | |
375 | /* Define to 1 if you have the `getnameinfo' function. */ |
376 | #define HAVE_GETNAMEINFO 1 |
377 | |
378 | /* Define if you have the 'getpagesize' function. */ |
379 | #define HAVE_GETPAGESIZE 1 |
380 | |
381 | /* Define to 1 if you have the `getpeername' function. */ |
382 | #define HAVE_GETPEERNAME 1 |
383 | |
384 | /* Define to 1 if you have the `getpgid' function. */ |
385 | #define HAVE_GETPGID 1 |
386 | |
387 | /* Define to 1 if you have the `getpgrp' function. */ |
388 | #define HAVE_GETPGRP 1 |
389 | |
390 | /* Define to 1 if you have the `getpid' function. */ |
391 | #define HAVE_GETPID 1 |
392 | |
393 | /* Define to 1 if you have the `getpriority' function. */ |
394 | #define HAVE_GETPRIORITY 1 |
395 | |
396 | /* Define to 1 if you have the `getpwent' function. */ |
397 | #define HAVE_GETPWENT 1 |
398 | |
399 | /* Define to 1 if the getrandom() function is available */ |
400 | /* #undef HAVE_GETRANDOM */ |
401 | |
402 | /* Define to 1 if the Linux getrandom() syscall is available */ |
403 | #define HAVE_GETRANDOM_SYSCALL 1 |
404 | |
405 | /* Define to 1 if you have the `getresgid' function. */ |
406 | #define HAVE_GETRESGID 1 |
407 | |
408 | /* Define to 1 if you have the `getresuid' function. */ |
409 | #define HAVE_GETRESUID 1 |
410 | |
411 | /* Define to 1 if you have the `getsid' function. */ |
412 | #define HAVE_GETSID 1 |
413 | |
414 | /* Define to 1 if you have the `getspent' function. */ |
415 | #define HAVE_GETSPENT 1 |
416 | |
417 | /* Define to 1 if you have the `getspnam' function. */ |
418 | #define HAVE_GETSPNAM 1 |
419 | |
420 | /* Define to 1 if you have the `gettimeofday' function. */ |
421 | #define HAVE_GETTIMEOFDAY 1 |
422 | |
423 | /* Define to 1 if you have the `getwd' function. */ |
424 | #define HAVE_GETWD 1 |
425 | |
426 | /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and |
427 | bcopy. */ |
428 | /* #undef HAVE_GLIBC_MEMMOVE_BUG */ |
429 | |
430 | /* Define to 1 if you have the <grp.h> header file. */ |
431 | #define HAVE_GRP_H 1 |
432 | |
433 | /* Define if you have the 'hstrerror' function. */ |
434 | #define HAVE_HSTRERROR 1 |
435 | |
436 | /* Define this if you have le64toh() */ |
437 | #define HAVE_HTOLE64 1 |
438 | |
439 | /* Define to 1 if you have the `hypot' function. */ |
440 | #define HAVE_HYPOT 1 |
441 | |
442 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
443 | /* #undef HAVE_IEEEFP_H */ |
444 | |
445 | /* Define to 1 if you have the `if_nameindex' function. */ |
446 | #define HAVE_IF_NAMEINDEX 1 |
447 | |
448 | /* Define if you have the 'inet_aton' function. */ |
449 | #define HAVE_INET_ATON 1 |
450 | |
451 | /* Define if you have the 'inet_pton' function. */ |
452 | #define HAVE_INET_PTON 1 |
453 | |
454 | /* Define to 1 if you have the `initgroups' function. */ |
455 | #define HAVE_INITGROUPS 1 |
456 | |
457 | /* Define if your compiler provides int32_t. */ |
458 | #define HAVE_INT32_T 1 |
459 | |
460 | /* Define if your compiler provides int64_t. */ |
461 | #define HAVE_INT64_T 1 |
462 | |
463 | /* Define to 1 if you have the <inttypes.h> header file. */ |
464 | #define HAVE_INTTYPES_H 1 |
465 | |
466 | /* Define to 1 if you have the <io.h> header file. */ |
467 | /* #undef HAVE_IO_H */ |
468 | |
469 | /* Define if gcc has the ipa-pure-const bug. */ |
470 | /* #undef HAVE_IPA_PURE_CONST_BUG */ |
471 | |
472 | /* Define to 1 if you have the `kill' function. */ |
473 | #define HAVE_KILL 1 |
474 | |
475 | /* Define to 1 if you have the `killpg' function. */ |
476 | #define HAVE_KILLPG 1 |
477 | |
478 | /* Define if you have the 'kqueue' functions. */ |
479 | /* #undef HAVE_KQUEUE */ |
480 | |
481 | /* Define to 1 if you have the <langinfo.h> header file. */ |
482 | #define HAVE_LANGINFO_H 1 |
483 | |
484 | /* Defined to enable large file support when an off_t is bigger than a long |
485 | and long long is available and at least as big as an off_t. You may need to |
486 | add some flags for configuration and compilation to enable this mode. (For |
487 | Solaris and Linux, the necessary defines are already defined.) */ |
488 | /* #undef HAVE_LARGEFILE_SUPPORT */ |
489 | |
490 | /* Define to 1 if you have the 'lchflags' function. */ |
491 | /* #undef HAVE_LCHFLAGS */ |
492 | |
493 | /* Define to 1 if you have the `lchmod' function. */ |
494 | /* #undef HAVE_LCHMOD */ |
495 | |
496 | /* Define to 1 if you have the `lchown' function. */ |
497 | #define HAVE_LCHOWN 1 |
498 | |
499 | /* Define to 1 if you have the `lgamma' function. */ |
500 | #define HAVE_LGAMMA 1 |
501 | |
502 | /* Define to 1 if you have the `dl' library (-ldl). */ |
503 | #define HAVE_LIBDL 1 |
504 | |
505 | /* Define to 1 if you have the `dld' library (-ldld). */ |
506 | /* #undef HAVE_LIBDLD */ |
507 | |
508 | /* Define to 1 if you have the `ieee' library (-lieee). */ |
509 | /* #undef HAVE_LIBIEEE */ |
510 | |
511 | /* Define to 1 if you have the <libintl.h> header file. */ |
512 | #define HAVE_LIBINTL_H 1 |
513 | |
514 | /* Define if you have the readline library (-lreadline). */ |
515 | #define HAVE_LIBREADLINE 1 |
516 | |
517 | /* Define to 1 if you have the `resolv' library (-lresolv). */ |
518 | /* #undef HAVE_LIBRESOLV */ |
519 | |
520 | /* Define to 1 if you have the `sendfile' library (-lsendfile). */ |
521 | /* #undef HAVE_LIBSENDFILE */ |
522 | |
523 | /* Define to 1 if you have the <libutil.h> header file. */ |
524 | /* #undef HAVE_LIBUTIL_H */ |
525 | |
526 | /* Define if you have the 'link' function. */ |
527 | #define HAVE_LINK 1 |
528 | |
529 | /* Define to 1 if you have the `linkat' function. */ |
530 | #define HAVE_LINKAT 1 |
531 | |
532 | /* Define to 1 if you have the <linux/can/bcm.h> header file. */ |
533 | #define HAVE_LINUX_CAN_BCM_H 1 |
534 | |
535 | /* Define to 1 if you have the <linux/can.h> header file. */ |
536 | #define HAVE_LINUX_CAN_H 1 |
537 | |
538 | /* Define if compiling using Linux 3.6 or later. */ |
539 | #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 |
540 | |
541 | /* Define to 1 if you have the <linux/can/raw.h> header file. */ |
542 | #define HAVE_LINUX_CAN_RAW_H 1 |
543 | |
544 | /* Define to 1 if you have the <linux/netlink.h> header file. */ |
545 | #define HAVE_LINUX_NETLINK_H 1 |
546 | |
547 | /* Define to 1 if you have the <linux/tipc.h> header file. */ |
548 | #define HAVE_LINUX_TIPC_H 1 |
549 | |
550 | /* Define to 1 if you have the <linux/random.h> header file. */ |
551 | #define HAVE_LINUX_RANDOM_H 1 |
552 | |
553 | /* Define to 1 if you have the `lockf' function. */ |
554 | #define HAVE_LOCKF 1 |
555 | |
556 | /* Define to 1 if you have the `log1p' function. */ |
557 | #define HAVE_LOG1P 1 |
558 | |
559 | /* Define to 1 if you have the `log2' function. */ |
560 | #define HAVE_LOG2 1 |
561 | |
562 | /* Define this if you have the type long double. */ |
563 | #define HAVE_LONG_DOUBLE 1 |
564 | |
565 | /* Define this if you have the type long long. */ |
566 | #define HAVE_LONG_LONG 1 |
567 | |
568 | /* Define to 1 if you have the `lstat' function. */ |
569 | #define HAVE_LSTAT 1 |
570 | |
571 | /* Define to 1 if you have the `lutimes' function. */ |
572 | #define HAVE_LUTIMES 1 |
573 | |
574 | /* Define this if you have the makedev macro. */ |
575 | #define HAVE_MAKEDEV 1 |
576 | |
577 | /* Define to 1 if you have the `mbrtowc' function. */ |
578 | #define HAVE_MBRTOWC 1 |
579 | |
580 | /* Define to 1 if you have the `memmove' function. */ |
581 | #define HAVE_MEMMOVE 1 |
582 | |
583 | /* Define to 1 if you have the <memory.h> header file. */ |
584 | #define HAVE_MEMORY_H 1 |
585 | |
586 | /* Define to 1 if you have the `memrchr' function. */ |
587 | #define HAVE_MEMRCHR 1 |
588 | |
589 | /* Define to 1 if you have the `mkdirat' function. */ |
590 | #define HAVE_MKDIRAT 1 |
591 | |
592 | /* Define to 1 if you have the `mkfifo' function. */ |
593 | #define HAVE_MKFIFO 1 |
594 | |
595 | /* Define to 1 if you have the `mkfifoat' function. */ |
596 | #define HAVE_MKFIFOAT 1 |
597 | |
598 | /* Define to 1 if you have the `mknod' function. */ |
599 | #define HAVE_MKNOD 1 |
600 | |
601 | /* Define to 1 if you have the `mknodat' function. */ |
602 | #define HAVE_MKNODAT 1 |
603 | |
604 | /* Define to 1 if you have the `mktime' function. */ |
605 | #define HAVE_MKTIME 1 |
606 | |
607 | /* Define to 1 if you have the `mmap' function. */ |
608 | #define HAVE_MMAP 1 |
609 | |
610 | /* Define to 1 if you have the `mremap' function. */ |
611 | #define HAVE_MREMAP 1 |
612 | |
613 | /* Define to 1 if you have the <ncurses.h> header file. */ |
614 | #define HAVE_NCURSES_H 1 |
615 | |
616 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
617 | /* #undef HAVE_NDIR_H */ |
618 | |
619 | /* Define to 1 if you have the <netpacket/packet.h> header file. */ |
620 | #define HAVE_NETPACKET_PACKET_H 1 |
621 | |
622 | /* Define to 1 if you have the <net/if.h> header file. */ |
623 | #define HAVE_NET_IF_H 1 |
624 | |
625 | /* Define to 1 if you have the `nice' function. */ |
626 | #define HAVE_NICE 1 |
627 | |
628 | /* Define to 1 if you have the `openat' function. */ |
629 | #define HAVE_OPENAT 1 |
630 | |
631 | /* Define to 1 if you have the `openpty' function. */ |
632 | #define HAVE_OPENPTY 1 |
633 | |
634 | /* Define if compiling using MacOS X 10.5 SDK or later. */ |
635 | /* #undef HAVE_OSX105_SDK */ |
636 | |
637 | /* Define to 1 if you have the `pathconf' function. */ |
638 | #define HAVE_PATHCONF 1 |
639 | |
640 | /* Define to 1 if you have the `pause' function. */ |
641 | #define HAVE_PAUSE 1 |
642 | |
643 | /* Define to 1 if you have the `pipe2' function. */ |
644 | #define HAVE_PIPE2 1 |
645 | |
646 | /* Define to 1 if you have the `plock' function. */ |
647 | /* #undef HAVE_PLOCK */ |
648 | |
649 | /* Define to 1 if you have the `poll' function. */ |
650 | #define HAVE_POLL 1 |
651 | |
652 | /* Define to 1 if you have the <poll.h> header file. */ |
653 | #define HAVE_POLL_H 1 |
654 | |
655 | /* Define to 1 if you have the `posix_fadvise' function. */ |
656 | #define HAVE_POSIX_FADVISE 1 |
657 | |
658 | /* Define to 1 if you have the `posix_fallocate' function. */ |
659 | #define HAVE_POSIX_FALLOCATE 1 |
660 | |
661 | /* Define to 1 if you have the `pread' function. */ |
662 | #define HAVE_PREAD 1 |
663 | |
664 | /* Define if you have the 'prlimit' functions. */ |
665 | #define HAVE_PRLIMIT 1 |
666 | |
667 | /* Define to 1 if you have the <process.h> header file. */ |
668 | /* #undef HAVE_PROCESS_H */ |
669 | |
670 | /* Define if your compiler supports function prototype */ |
671 | #define HAVE_PROTOTYPES 1 |
672 | |
673 | /* Define to 1 if you have the `pthread_atfork' function. */ |
674 | #define HAVE_PTHREAD_ATFORK 1 |
675 | |
676 | /* Defined for Solaris 2.6 bug in pthread header. */ |
677 | /* #undef HAVE_PTHREAD_DESTRUCTOR */ |
678 | |
679 | /* Define to 1 if you have the <pthread.h> header file. */ |
680 | #define HAVE_PTHREAD_H 1 |
681 | |
682 | /* Define to 1 if you have the `pthread_init' function. */ |
683 | /* #undef HAVE_PTHREAD_INIT */ |
684 | |
685 | /* Define to 1 if you have the `pthread_kill' function. */ |
686 | #define HAVE_PTHREAD_KILL 1 |
687 | |
688 | /* Define to 1 if you have the `pthread_sigmask' function. */ |
689 | #define HAVE_PTHREAD_SIGMASK 1 |
690 | |
691 | /* Define to 1 if you have the <pty.h> header file. */ |
692 | #define HAVE_PTY_H 1 |
693 | |
694 | /* Define to 1 if you have the `putenv' function. */ |
695 | #define HAVE_PUTENV 1 |
696 | |
697 | /* Define to 1 if you have the `pwrite' function. */ |
698 | #define HAVE_PWRITE 1 |
699 | |
700 | /* Define if the libcrypto has RAND_egd */ |
701 | #define HAVE_RAND_EGD 1 |
702 | |
703 | /* Define to 1 if you have the `readlink' function. */ |
704 | #define HAVE_READLINK 1 |
705 | |
706 | /* Define to 1 if you have the `readlinkat' function. */ |
707 | #define HAVE_READLINKAT 1 |
708 | |
709 | /* Define to 1 if you have the `readv' function. */ |
710 | #define HAVE_READV 1 |
711 | |
712 | /* Define to 1 if you have the `realpath' function. */ |
713 | #define HAVE_REALPATH 1 |
714 | |
715 | /* Define to 1 if you have the `renameat' function. */ |
716 | #define HAVE_RENAMEAT 1 |
717 | |
718 | /* Define if readline supports append_history */ |
719 | #define HAVE_RL_APPEND_HISTORY 1 |
720 | |
721 | /* Define if you have readline 2.1 */ |
722 | #define HAVE_RL_CALLBACK 1 |
723 | |
724 | /* Define if you can turn off readline's signal handling. */ |
725 | #define HAVE_RL_CATCH_SIGNAL 1 |
726 | |
727 | /* Define if you have readline 2.2 */ |
728 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 |
729 | |
730 | /* Define if you have readline 4.0 */ |
731 | #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1 |
732 | |
733 | /* Define if you have readline 4.2 */ |
734 | #define HAVE_RL_COMPLETION_MATCHES 1 |
735 | |
736 | /* Define if you have rl_completion_suppress_append */ |
737 | #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1 |
738 | |
739 | /* Define if you have readline 4.0 */ |
740 | #define HAVE_RL_PRE_INPUT_HOOK 1 |
741 | |
742 | /* Define if you have readline 4.0 */ |
743 | #define HAVE_RL_RESIZE_TERMINAL 1 |
744 | |
745 | /* Define to 1 if you have the `round' function. */ |
746 | #define HAVE_ROUND 1 |
747 | |
748 | /* Define to 1 if you have the `sched_get_priority_max' function. */ |
749 | #define HAVE_SCHED_GET_PRIORITY_MAX 1 |
750 | |
751 | /* Define to 1 if you have the <sched.h> header file. */ |
752 | #define HAVE_SCHED_H 1 |
753 | |
754 | /* Define to 1 if you have the `sched_rr_get_interval' function. */ |
755 | #define HAVE_SCHED_RR_GET_INTERVAL 1 |
756 | |
757 | /* Define to 1 if you have the `sched_setaffinity' function. */ |
758 | #define HAVE_SCHED_SETAFFINITY 1 |
759 | |
760 | /* Define to 1 if you have the `sched_setparam' function. */ |
761 | #define HAVE_SCHED_SETPARAM 1 |
762 | |
763 | /* Define to 1 if you have the `sched_setscheduler' function. */ |
764 | #define HAVE_SCHED_SETSCHEDULER 1 |
765 | |
766 | /* Define to 1 if you have the `select' function. */ |
767 | #define HAVE_SELECT 1 |
768 | |
769 | /* Define to 1 if you have the `sem_getvalue' function. */ |
770 | #define HAVE_SEM_GETVALUE 1 |
771 | |
772 | /* Define to 1 if you have the `sem_open' function. */ |
773 | #define HAVE_SEM_OPEN 1 |
774 | |
775 | /* Define to 1 if you have the `sem_timedwait' function. */ |
776 | #define HAVE_SEM_TIMEDWAIT 1 |
777 | |
778 | /* Define to 1 if you have the `sem_unlink' function. */ |
779 | #define HAVE_SEM_UNLINK 1 |
780 | |
781 | /* Define to 1 if you have the `sendfile' function. */ |
782 | #define HAVE_SENDFILE 1 |
783 | |
784 | /* Define to 1 if you have the `setegid' function. */ |
785 | #define HAVE_SETEGID 1 |
786 | |
787 | /* Define to 1 if you have the `seteuid' function. */ |
788 | #define HAVE_SETEUID 1 |
789 | |
790 | /* Define to 1 if you have the `setgid' function. */ |
791 | #define HAVE_SETGID 1 |
792 | |
793 | /* Define if you have the 'setgroups' function. */ |
794 | #define HAVE_SETGROUPS 1 |
795 | |
796 | /* Define to 1 if you have the `sethostname' function. */ |
797 | #define HAVE_SETHOSTNAME 1 |
798 | |
799 | /* Define to 1 if you have the `setitimer' function. */ |
800 | #define HAVE_SETITIMER 1 |
801 | |
802 | /* Define to 1 if you have the `setlocale' function. */ |
803 | #define HAVE_SETLOCALE 1 |
804 | |
805 | /* Define to 1 if you have the `setpgid' function. */ |
806 | #define HAVE_SETPGID 1 |
807 | |
808 | /* Define to 1 if you have the `setpgrp' function. */ |
809 | #define HAVE_SETPGRP 1 |
810 | |
811 | /* Define to 1 if you have the `setpriority' function. */ |
812 | #define HAVE_SETPRIORITY 1 |
813 | |
814 | /* Define to 1 if you have the `setregid' function. */ |
815 | #define HAVE_SETREGID 1 |
816 | |
817 | /* Define to 1 if you have the `setresgid' function. */ |
818 | #define HAVE_SETRESGID 1 |
819 | |
820 | /* Define to 1 if you have the `setresuid' function. */ |
821 | #define HAVE_SETRESUID 1 |
822 | |
823 | /* Define to 1 if you have the `setreuid' function. */ |
824 | #define HAVE_SETREUID 1 |
825 | |
826 | /* Define to 1 if you have the `setsid' function. */ |
827 | #define HAVE_SETSID 1 |
828 | |
829 | /* Define to 1 if you have the `setuid' function. */ |
830 | #define HAVE_SETUID 1 |
831 | |
832 | /* Define to 1 if you have the `setvbuf' function. */ |
833 | #define HAVE_SETVBUF 1 |
834 | |
835 | /* Define to 1 if you have the <shadow.h> header file. */ |
836 | #define HAVE_SHADOW_H 1 |
837 | |
838 | /* Define to 1 if you have the `sigaction' function. */ |
839 | #define HAVE_SIGACTION 1 |
840 | |
841 | /* Define to 1 if you have the `sigaltstack' function. */ |
842 | #define HAVE_SIGALTSTACK 1 |
843 | |
844 | /* Define to 1 if you have the `siginterrupt' function. */ |
845 | #define HAVE_SIGINTERRUPT 1 |
846 | |
847 | /* Define to 1 if you have the <signal.h> header file. */ |
848 | #define HAVE_SIGNAL_H 1 |
849 | |
850 | /* Define to 1 if you have the `sigpending' function. */ |
851 | #define HAVE_SIGPENDING 1 |
852 | |
853 | /* Define to 1 if you have the `sigrelse' function. */ |
854 | #define HAVE_SIGRELSE 1 |
855 | |
856 | /* Define to 1 if you have the `sigtimedwait' function. */ |
857 | #define HAVE_SIGTIMEDWAIT 1 |
858 | |
859 | /* Define to 1 if you have the `sigwait' function. */ |
860 | #define HAVE_SIGWAIT 1 |
861 | |
862 | /* Define to 1 if you have the `sigwaitinfo' function. */ |
863 | #define HAVE_SIGWAITINFO 1 |
864 | |
865 | /* Define to 1 if you have the `snprintf' function. */ |
866 | #define HAVE_SNPRINTF 1 |
867 | |
868 | /* Define if sockaddr has sa_len member */ |
869 | /* #undef HAVE_SOCKADDR_SA_LEN */ |
870 | |
871 | /* struct sockaddr_storage (sys/socket.h) */ |
872 | #define HAVE_SOCKADDR_STORAGE 1 |
873 | |
874 | /* Define if you have the 'socketpair' function. */ |
875 | #define HAVE_SOCKETPAIR 1 |
876 | |
877 | /* Define to 1 if you have the <spawn.h> header file. */ |
878 | #define HAVE_SPAWN_H 1 |
879 | |
880 | /* Define if your compiler provides ssize_t */ |
881 | #define HAVE_SSIZE_T 1 |
882 | |
883 | /* Define to 1 if you have the `statvfs' function. */ |
884 | #define HAVE_STATVFS 1 |
885 | |
886 | /* Define if you have struct stat.st_mtim.tv_nsec */ |
887 | #define HAVE_STAT_TV_NSEC 1 |
888 | |
889 | /* Define if you have struct stat.st_mtimensec */ |
890 | /* #undef HAVE_STAT_TV_NSEC2 */ |
891 | |
892 | /* Define if your compiler supports variable length function prototypes (e.g. |
893 | void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ |
894 | #define HAVE_STDARG_PROTOTYPES 1 |
895 | |
896 | /* Define to 1 if you have the <stdint.h> header file. */ |
897 | #define HAVE_STDINT_H 1 |
898 | |
899 | /* Define to 1 if you have the <stdlib.h> header file. */ |
900 | #define HAVE_STDLIB_H 1 |
901 | |
902 | /* Has stdatomic.h, atomic_int and _Atomic void* types work */ |
903 | #define HAVE_STD_ATOMIC 1 |
904 | |
905 | /* Define to 1 if you have the `strdup' function. */ |
906 | #define HAVE_STRDUP 1 |
907 | |
908 | /* Define to 1 if you have the `strftime' function. */ |
909 | #define HAVE_STRFTIME 1 |
910 | |
911 | /* Define to 1 if you have the <strings.h> header file. */ |
912 | #define HAVE_STRINGS_H 1 |
913 | |
914 | /* Define to 1 if you have the <string.h> header file. */ |
915 | #define HAVE_STRING_H 1 |
916 | |
917 | /* Define to 1 if you have the `strlcpy' function. */ |
918 | /* #undef HAVE_STRLCPY */ |
919 | |
920 | /* Define to 1 if you have the <stropts.h> header file. */ |
921 | #define HAVE_STROPTS_H 1 |
922 | |
923 | /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ |
924 | /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */ |
925 | |
926 | /* Define to 1 if `st_blksize' is a member of `struct stat'. */ |
927 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 |
928 | |
929 | /* Define to 1 if `st_blocks' is a member of `struct stat'. */ |
930 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 |
931 | |
932 | /* Define to 1 if `st_flags' is a member of `struct stat'. */ |
933 | /* #undef HAVE_STRUCT_STAT_ST_FLAGS */ |
934 | |
935 | /* Define to 1 if `st_gen' is a member of `struct stat'. */ |
936 | /* #undef HAVE_STRUCT_STAT_ST_GEN */ |
937 | |
938 | /* Define to 1 if `st_rdev' is a member of `struct stat'. */ |
939 | #define HAVE_STRUCT_STAT_ST_RDEV 1 |
940 | |
941 | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
942 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
943 | |
944 | /* Define if you have the 'symlink' function. */ |
945 | #define HAVE_SYMLINK 1 |
946 | |
947 | /* Define to 1 if you have the `symlinkat' function. */ |
948 | #define HAVE_SYMLINKAT 1 |
949 | |
950 | /* Define to 1 if you have the `sync' function. */ |
951 | #define HAVE_SYNC 1 |
952 | |
953 | /* Define to 1 if you have the `sysconf' function. */ |
954 | #define HAVE_SYSCONF 1 |
955 | |
956 | /* Define to 1 if you have the <sysexits.h> header file. */ |
957 | #define HAVE_SYSEXITS_H 1 |
958 | |
959 | /* Define to 1 if you have the <sys/audioio.h> header file. */ |
960 | /* #undef HAVE_SYS_AUDIOIO_H */ |
961 | |
962 | /* Define to 1 if you have the <sys/bsdtty.h> header file. */ |
963 | /* #undef HAVE_SYS_BSDTTY_H */ |
964 | |
965 | /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
966 | /* #undef HAVE_SYS_DEVPOLL_H */ |
967 | |
968 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
969 | */ |
970 | /* #undef HAVE_SYS_DIR_H */ |
971 | |
972 | /* Define to 1 if you have the <sys/endian.h> header file. */ |
973 | /* #undef HAVE_SYS_ENDIAN_H */ |
974 | |
975 | /* Define to 1 if you have the <sys/epoll.h> header file. */ |
976 | #define HAVE_SYS_EPOLL_H 1 |
977 | |
978 | /* Define to 1 if you have the <sys/event.h> header file. */ |
979 | /* #undef HAVE_SYS_EVENT_H */ |
980 | |
981 | /* Define to 1 if you have the <sys/file.h> header file. */ |
982 | #define HAVE_SYS_FILE_H 1 |
983 | |
984 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
985 | #define HAVE_SYS_IOCTL_H 1 |
986 | |
987 | /* Define to 1 if you have the <sys/kern_control.h> header file. */ |
988 | /* #undef HAVE_SYS_KERN_CONTROL_H */ |
989 | |
990 | /* Define to 1 if you have the <sys/loadavg.h> header file. */ |
991 | /* #undef HAVE_SYS_LOADAVG_H */ |
992 | |
993 | /* Define to 1 if you have the <sys/lock.h> header file. */ |
994 | /* #undef HAVE_SYS_LOCK_H */ |
995 | |
996 | /* Define to 1 if you have the <sys/mkdev.h> header file. */ |
997 | /* #undef HAVE_SYS_MKDEV_H */ |
998 | |
999 | /* Define to 1 if you have the <sys/modem.h> header file. */ |
1000 | /* #undef HAVE_SYS_MODEM_H */ |
1001 | |
1002 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
1003 | */ |
1004 | /* #undef HAVE_SYS_NDIR_H */ |
1005 | |
1006 | /* Define to 1 if you have the <sys/param.h> header file. */ |
1007 | #define HAVE_SYS_PARAM_H 1 |
1008 | |
1009 | /* Define to 1 if you have the <sys/poll.h> header file. */ |
1010 | #define HAVE_SYS_POLL_H 1 |
1011 | |
1012 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
1013 | #define HAVE_SYS_RESOURCE_H 1 |
1014 | |
1015 | /* Define to 1 if you have the <sys/select.h> header file. */ |
1016 | #define HAVE_SYS_SELECT_H 1 |
1017 | |
1018 | /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
1019 | #define HAVE_SYS_SENDFILE_H 1 |
1020 | |
1021 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
1022 | #define HAVE_SYS_SOCKET_H 1 |
1023 | |
1024 | /* Define to 1 if you have the <sys/statvfs.h> header file. */ |
1025 | #define HAVE_SYS_STATVFS_H 1 |
1026 | |
1027 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
1028 | #define HAVE_SYS_STAT_H 1 |
1029 | |
1030 | /* Define to 1 if you have the <sys/syscall.h> header file. */ |
1031 | #define HAVE_SYS_SYSCALL_H 1 |
1032 | |
1033 | /* Define to 1 if you have the <sys/sys_domain.h> header file. */ |
1034 | /* #undef HAVE_SYS_SYS_DOMAIN_H */ |
1035 | |
1036 | /* Define to 1 if you have the <sys/termio.h> header file. */ |
1037 | /* #undef HAVE_SYS_TERMIO_H */ |
1038 | |
1039 | /* Define to 1 if you have the <sys/times.h> header file. */ |
1040 | #define HAVE_SYS_TIMES_H 1 |
1041 | |
1042 | /* Define to 1 if you have the <sys/time.h> header file. */ |
1043 | #define HAVE_SYS_TIME_H 1 |
1044 | |
1045 | /* Define to 1 if you have the <sys/types.h> header file. */ |
1046 | #define HAVE_SYS_TYPES_H 1 |
1047 | |
1048 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
1049 | #define HAVE_SYS_UIO_H 1 |
1050 | |
1051 | /* Define to 1 if you have the <sys/un.h> header file. */ |
1052 | #define HAVE_SYS_UN_H 1 |
1053 | |
1054 | /* Define to 1 if you have the <sys/utsname.h> header file. */ |
1055 | #define HAVE_SYS_UTSNAME_H 1 |
1056 | |
1057 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
1058 | #define HAVE_SYS_WAIT_H 1 |
1059 | |
1060 | /* Define to 1 if you have the <sys/xattr.h> header file. */ |
1061 | #define HAVE_SYS_XATTR_H 1 |
1062 | |
1063 | /* Define to 1 if you have the `tcgetpgrp' function. */ |
1064 | #define HAVE_TCGETPGRP 1 |
1065 | |
1066 | /* Define to 1 if you have the `tcsetpgrp' function. */ |
1067 | #define HAVE_TCSETPGRP 1 |
1068 | |
1069 | /* Define to 1 if you have the `tempnam' function. */ |
1070 | #define HAVE_TEMPNAM 1 |
1071 | |
1072 | /* Define to 1 if you have the <termios.h> header file. */ |
1073 | #define HAVE_TERMIOS_H 1 |
1074 | |
1075 | /* Define to 1 if you have the <term.h> header file. */ |
1076 | #define HAVE_TERM_H 1 |
1077 | |
1078 | /* Define to 1 if you have the `tgamma' function. */ |
1079 | #define HAVE_TGAMMA 1 |
1080 | |
1081 | /* Define to 1 if you have the `timegm' function. */ |
1082 | #define HAVE_TIMEGM 1 |
1083 | |
1084 | /* Define to 1 if you have the `times' function. */ |
1085 | #define HAVE_TIMES 1 |
1086 | |
1087 | /* Define to 1 if you have the `tmpfile' function. */ |
1088 | #define HAVE_TMPFILE 1 |
1089 | |
1090 | /* Define to 1 if you have the `tmpnam' function. */ |
1091 | #define HAVE_TMPNAM 1 |
1092 | |
1093 | /* Define to 1 if you have the `tmpnam_r' function. */ |
1094 | #define HAVE_TMPNAM_R 1 |
1095 | |
1096 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
1097 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
1098 | #define HAVE_TM_ZONE 1 |
1099 | |
1100 | /* Define to 1 if you have the `truncate' function. */ |
1101 | #define HAVE_TRUNCATE 1 |
1102 | |
1103 | /* Define to 1 if you don't have `tm_zone' but do have the external array |
1104 | `tzname'. */ |
1105 | /* #undef HAVE_TZNAME */ |
1106 | |
1107 | /* Define this if you have tcl and TCL_UTF_MAX==6 */ |
1108 | /* #undef HAVE_UCS4_TCL */ |
1109 | |
1110 | /* Define if your compiler provides uint32_t. */ |
1111 | #define HAVE_UINT32_T 1 |
1112 | |
1113 | /* Define if your compiler provides uint64_t. */ |
1114 | #define HAVE_UINT64_T 1 |
1115 | |
1116 | /* Define to 1 if the system has the type `uintptr_t'. */ |
1117 | #define HAVE_UINTPTR_T 1 |
1118 | |
1119 | /* Define to 1 if you have the `uname' function. */ |
1120 | #define HAVE_UNAME 1 |
1121 | |
1122 | /* Define to 1 if you have the <unistd.h> header file. */ |
1123 | #define HAVE_UNISTD_H 1 |
1124 | |
1125 | /* Define to 1 if you have the `unlinkat' function. */ |
1126 | #define HAVE_UNLINKAT 1 |
1127 | |
1128 | /* Define to 1 if you have the `unsetenv' function. */ |
1129 | #define HAVE_UNSETENV 1 |
1130 | |
1131 | /* Define if you have a useable wchar_t type defined in wchar.h; useable means |
1132 | wchar_t must be an unsigned type with at least 16 bits. (see |
1133 | Include/unicodeobject.h). */ |
1134 | /* #undef HAVE_USABLE_WCHAR_T */ |
1135 | |
1136 | /* Define to 1 if you have the <util.h> header file. */ |
1137 | /* #undef HAVE_UTIL_H */ |
1138 | |
1139 | /* Define to 1 if you have the `utimensat' function. */ |
1140 | #define HAVE_UTIMENSAT 1 |
1141 | |
1142 | /* Define to 1 if you have the `utimes' function. */ |
1143 | #define HAVE_UTIMES 1 |
1144 | |
1145 | /* Define to 1 if you have the <utime.h> header file. */ |
1146 | #define HAVE_UTIME_H 1 |
1147 | |
1148 | /* Define to 1 if you have the `wait3' function. */ |
1149 | #define HAVE_WAIT3 1 |
1150 | |
1151 | /* Define to 1 if you have the `wait4' function. */ |
1152 | #define HAVE_WAIT4 1 |
1153 | |
1154 | /* Define to 1 if you have the `waitid' function. */ |
1155 | #define HAVE_WAITID 1 |
1156 | |
1157 | /* Define to 1 if you have the `waitpid' function. */ |
1158 | #define HAVE_WAITPID 1 |
1159 | |
1160 | /* Define if the compiler provides a wchar.h header file. */ |
1161 | #define HAVE_WCHAR_H 1 |
1162 | |
1163 | /* Define to 1 if you have the `wcscoll' function. */ |
1164 | #define HAVE_WCSCOLL 1 |
1165 | |
1166 | /* Define to 1 if you have the `wcsftime' function. */ |
1167 | #define HAVE_WCSFTIME 1 |
1168 | |
1169 | /* Define to 1 if you have the `wcsxfrm' function. */ |
1170 | #define HAVE_WCSXFRM 1 |
1171 | |
1172 | /* Define to 1 if you have the `wmemcmp' function. */ |
1173 | #define HAVE_WMEMCMP 1 |
1174 | |
1175 | /* Define if tzset() actually switches the local timezone in a meaningful way. |
1176 | */ |
1177 | #define HAVE_WORKING_TZSET 1 |
1178 | |
1179 | /* Define to 1 if you have the `writev' function. */ |
1180 | #define HAVE_WRITEV 1 |
1181 | |
1182 | /* Define if the zlib library has inflateCopy */ |
1183 | #define HAVE_ZLIB_COPY 1 |
1184 | |
1185 | /* Define to 1 if you have the `_getpty' function. */ |
1186 | /* #undef HAVE__GETPTY */ |
1187 | |
1188 | /* Define if log1p(-0.) is 0. rather than -0. */ |
1189 | /* #undef LOG1P_DROPS_ZERO_SIGN */ |
1190 | |
1191 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. |
1192 | */ |
1193 | /* #undef MAJOR_IN_MKDEV */ |
1194 | |
1195 | /* Define to 1 if `major', `minor', and `makedev' are declared in |
1196 | <sysmacros.h>. */ |
1197 | /* #undef MAJOR_IN_SYSMACROS */ |
1198 | |
1199 | /* Define if mvwdelch in curses.h is an expression. */ |
1200 | #define MVWDELCH_IS_EXPRESSION 1 |
1201 | |
1202 | /* Define to the address where bug reports for this package should be sent. */ |
1203 | /* #undef PACKAGE_BUGREPORT */ |
1204 | |
1205 | /* Define to the full name of this package. */ |
1206 | /* #undef PACKAGE_NAME */ |
1207 | |
1208 | /* Define to the full name and version of this package. */ |
1209 | /* #undef PACKAGE_STRING */ |
1210 | |
1211 | /* Define to the one symbol short name of this package. */ |
1212 | /* #undef PACKAGE_TARNAME */ |
1213 | |
1214 | /* Define to the home page for this package. */ |
1215 | /* #undef PACKAGE_URL */ |
1216 | |
1217 | /* Define to the version of this package. */ |
1218 | /* #undef PACKAGE_VERSION */ |
1219 | |
1220 | /* Define if POSIX semaphores aren't enabled on your system */ |
1221 | /* #undef POSIX_SEMAPHORES_NOT_ENABLED */ |
1222 | |
1223 | /* Defined if PTHREAD_SCOPE_SYSTEM supported. */ |
1224 | #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 |
1225 | |
1226 | /* Define as the preferred size in bits of long digits */ |
1227 | /* #undef PYLONG_BITS_IN_DIGIT */ |
1228 | |
1229 | /* Define to printf format modifier for long long type */ |
1230 | #define PY_FORMAT_LONG_LONG "ll" |
1231 | |
1232 | /* Define to printf format modifier for Py_ssize_t */ |
1233 | #define PY_FORMAT_SIZE_T "z" |
1234 | |
1235 | /* Define if you want to build an interpreter with many run-time checks. */ |
1236 | /* #undef Py_DEBUG */ |
1237 | |
1238 | /* Defined if Python is built as a shared library. */ |
1239 | /* #undef Py_ENABLE_SHARED */ |
1240 | |
1241 | /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2, |
1242 | externally defined: 0 */ |
1243 | /* #undef Py_HASH_ALGORITHM */ |
1244 | |
1245 | /* assume C89 semantics that RETSIGTYPE is always void */ |
1246 | #define RETSIGTYPE void |
1247 | |
1248 | /* Define if setpgrp() must be called as setpgrp(0, 0). */ |
1249 | /* #undef SETPGRP_HAVE_ARG */ |
1250 | |
1251 | /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ |
1252 | /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */ |
1253 | |
1254 | /* The size of `double', as computed by sizeof. */ |
1255 | #define SIZEOF_DOUBLE 8 |
1256 | |
1257 | /* The size of `float', as computed by sizeof. */ |
1258 | #define SIZEOF_FLOAT 4 |
1259 | |
1260 | /* The size of `fpos_t', as computed by sizeof. */ |
1261 | #define SIZEOF_FPOS_T 16 |
1262 | |
1263 | /* The size of `int', as computed by sizeof. */ |
1264 | #define SIZEOF_INT 4 |
1265 | |
1266 | /* The size of `long', as computed by sizeof. */ |
1267 | #define SIZEOF_LONG 8 |
1268 | |
1269 | /* The size of `long double', as computed by sizeof. */ |
1270 | #define SIZEOF_LONG_DOUBLE 16 |
1271 | |
1272 | /* The size of `long long', as computed by sizeof. */ |
1273 | #define SIZEOF_LONG_LONG 8 |
1274 | |
1275 | /* The size of `off_t', as computed by sizeof. */ |
1276 | #define SIZEOF_OFF_T 8 |
1277 | |
1278 | /* The size of `pid_t', as computed by sizeof. */ |
1279 | #define SIZEOF_PID_T 4 |
1280 | |
1281 | /* The size of `pthread_t', as computed by sizeof. */ |
1282 | #define SIZEOF_PTHREAD_T 8 |
1283 | |
1284 | /* The size of `short', as computed by sizeof. */ |
1285 | #define SIZEOF_SHORT 2 |
1286 | |
1287 | /* The size of `size_t', as computed by sizeof. */ |
1288 | #define SIZEOF_SIZE_T 8 |
1289 | |
1290 | /* The size of `time_t', as computed by sizeof. */ |
1291 | #define SIZEOF_TIME_T 8 |
1292 | |
1293 | /* The size of `uintptr_t', as computed by sizeof. */ |
1294 | #define SIZEOF_UINTPTR_T 8 |
1295 | |
1296 | /* The size of `void *', as computed by sizeof. */ |
1297 | #define SIZEOF_VOID_P 8 |
1298 | |
1299 | /* The size of `wchar_t', as computed by sizeof. */ |
1300 | #define SIZEOF_WCHAR_T 4 |
1301 | |
1302 | /* The size of `_Bool', as computed by sizeof. */ |
1303 | #define SIZEOF__BOOL 1 |
1304 | |
1305 | /* Define to 1 if you have the ANSI C header files. */ |
1306 | #define 1 |
1307 | |
1308 | /* Define if you can safely include both <sys/select.h> and <sys/time.h> |
1309 | (which you can't on SCO ODT 3.0). */ |
1310 | #define SYS_SELECT_WITH_SYS_TIME 1 |
1311 | |
1312 | /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */ |
1313 | #define TANH_PRESERVES_ZERO_SIGN 1 |
1314 | |
1315 | /* Library needed by timemodule.c: librt may be needed for clock_gettime() */ |
1316 | /* #undef TIMEMODULE_LIB */ |
1317 | |
1318 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
1319 | #define TIME_WITH_SYS_TIME 1 |
1320 | |
1321 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
1322 | /* #undef TM_IN_SYS_TIME */ |
1323 | |
1324 | /* Define if you want to use computed gotos in ceval.c. */ |
1325 | #define USE_COMPUTED_GOTOS 1 |
1326 | |
1327 | /* Define to use the C99 inline keyword. */ |
1328 | #define USE_INLINE 1 |
1329 | |
1330 | /* Enable extensions on AIX 3, Interix. */ |
1331 | #ifndef _ALL_SOURCE |
1332 | # define _ALL_SOURCE 1 |
1333 | #endif |
1334 | /* Enable GNU extensions on systems that have them. */ |
1335 | #ifndef _GNU_SOURCE |
1336 | # define _GNU_SOURCE 1 |
1337 | #endif |
1338 | /* Enable threading extensions on Solaris. */ |
1339 | #ifndef _POSIX_PTHREAD_SEMANTICS |
1340 | # define _POSIX_PTHREAD_SEMANTICS 1 |
1341 | #endif |
1342 | /* Enable extensions on HP NonStop. */ |
1343 | #ifndef _TANDEM_SOURCE |
1344 | # define _TANDEM_SOURCE 1 |
1345 | #endif |
1346 | /* Enable general extensions on Solaris. */ |
1347 | #ifndef __EXTENSIONS__ |
1348 | # define __EXTENSIONS__ 1 |
1349 | #endif |
1350 | |
1351 | |
1352 | /* Define if a va_list is an array of some kind */ |
1353 | #define VA_LIST_IS_ARRAY 1 |
1354 | |
1355 | /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ |
1356 | #define WANT_SIGFPE_HANDLER 1 |
1357 | |
1358 | /* Define if WINDOW in curses.h offers a field _flags. */ |
1359 | #define WINDOW_HAS_FLAGS 1 |
1360 | |
1361 | /* Define if you want documentation strings in extension modules */ |
1362 | #define WITH_DOC_STRINGS 1 |
1363 | |
1364 | /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic |
1365 | linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). |
1366 | Dyld is necessary to support frameworks. */ |
1367 | /* #undef WITH_DYLD */ |
1368 | |
1369 | /* Define to 1 if libintl is needed for locale functions. */ |
1370 | /* #undef WITH_LIBINTL */ |
1371 | |
1372 | /* Define if you want to produce an OpenStep/Rhapsody framework (shared |
1373 | library plus accessory files). */ |
1374 | /* #undef WITH_NEXT_FRAMEWORK */ |
1375 | |
1376 | /* Define if you want to compile in Python-specific mallocs */ |
1377 | #define WITH_PYMALLOC 1 |
1378 | |
1379 | /* Define if you want to compile in rudimentary thread support */ |
1380 | #define WITH_THREAD 1 |
1381 | |
1382 | /* Define to profile with the Pentium timestamp counter */ |
1383 | /* #undef WITH_TSC */ |
1384 | |
1385 | /* Define if you want pymalloc to be disabled when running under valgrind */ |
1386 | /* #undef WITH_VALGRIND */ |
1387 | |
1388 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
1389 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
1390 | #if defined AC_APPLE_UNIVERSAL_BUILD |
1391 | # if defined __BIG_ENDIAN__ |
1392 | # define WORDS_BIGENDIAN 1 |
1393 | # endif |
1394 | #else |
1395 | # ifndef WORDS_BIGENDIAN |
1396 | /* # undef WORDS_BIGENDIAN */ |
1397 | # endif |
1398 | #endif |
1399 | |
1400 | /* Define if arithmetic is subject to x87-style double rounding issue */ |
1401 | /* #undef X87_DOUBLE_ROUNDING */ |
1402 | |
1403 | /* Define on OpenBSD to activate all library features */ |
1404 | /* #undef _BSD_SOURCE */ |
1405 | |
1406 | /* Define on Irix to enable u_int */ |
1407 | #define _BSD_TYPES 1 |
1408 | |
1409 | /* Define on Darwin to activate all library features */ |
1410 | #define _DARWIN_C_SOURCE 1 |
1411 | |
1412 | /* This must be set to 64 on some systems to enable large file support. */ |
1413 | #define _FILE_OFFSET_BITS 64 |
1414 | |
1415 | /* Define on Linux to activate all library features */ |
1416 | #define _GNU_SOURCE 1 |
1417 | |
1418 | /* Define to include mbstate_t for mbrtowc */ |
1419 | /* #undef _INCLUDE__STDC_A1_SOURCE */ |
1420 | |
1421 | /* This must be defined on some systems to enable large file support. */ |
1422 | #define _LARGEFILE_SOURCE 1 |
1423 | |
1424 | /* This must be defined on AIX systems to enable large file support. */ |
1425 | /* #undef _LARGE_FILES */ |
1426 | |
1427 | /* Define to 1 if on MINIX. */ |
1428 | /* #undef _MINIX */ |
1429 | |
1430 | /* Define on NetBSD to activate all library features */ |
1431 | #define _NETBSD_SOURCE 1 |
1432 | |
1433 | /* Define to 2 if the system does not provide POSIX.1 features except with |
1434 | this defined. */ |
1435 | /* #undef _POSIX_1_SOURCE */ |
1436 | |
1437 | /* Define to activate features from IEEE Stds 1003.1-2008 */ |
1438 | #define _POSIX_C_SOURCE 200809L |
1439 | |
1440 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
1441 | /* #undef _POSIX_SOURCE */ |
1442 | |
1443 | /* Define if you have POSIX threads, and your system does not define that. */ |
1444 | /* #undef _POSIX_THREADS */ |
1445 | |
1446 | /* Define to force use of thread-safe errno, h_errno, and other functions */ |
1447 | /* #undef _REENTRANT */ |
1448 | |
1449 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
1450 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
1451 | #define below would cause a syntax error. */ |
1452 | /* #undef _UINT32_T */ |
1453 | |
1454 | /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, |
1455 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
1456 | #define below would cause a syntax error. */ |
1457 | /* #undef _UINT64_T */ |
1458 | |
1459 | /* Define to the level of X/Open that your system supports */ |
1460 | #define _XOPEN_SOURCE 700 |
1461 | |
1462 | /* Define to activate Unix95-and-earlier features */ |
1463 | #define _XOPEN_SOURCE_EXTENDED 1 |
1464 | |
1465 | /* Define on FreeBSD to activate all library features */ |
1466 | #define __BSD_VISIBLE 1 |
1467 | |
1468 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
1469 | #ifndef __CHAR_UNSIGNED__ |
1470 | /* # undef __CHAR_UNSIGNED__ */ |
1471 | #endif |
1472 | |
1473 | /* Define to 'long' if <time.h> doesn't define. */ |
1474 | /* #undef clock_t */ |
1475 | |
1476 | /* Define to empty if `const' does not conform to ANSI C. */ |
1477 | /* #undef const */ |
1478 | |
1479 | /* Define to `int' if <sys/types.h> doesn't define. */ |
1480 | /* #undef gid_t */ |
1481 | |
1482 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
1483 | calls it, or to nothing if 'inline' is not supported under any name. */ |
1484 | #ifndef __cplusplus |
1485 | /* #undef inline */ |
1486 | #endif |
1487 | |
1488 | /* Define to the type of a signed integer type of width exactly 32 bits if |
1489 | such a type exists and the standard includes do not define it. */ |
1490 | /* #undef int32_t */ |
1491 | |
1492 | /* Define to the type of a signed integer type of width exactly 64 bits if |
1493 | such a type exists and the standard includes do not define it. */ |
1494 | /* #undef int64_t */ |
1495 | |
1496 | /* Define to `int' if <sys/types.h> does not define. */ |
1497 | /* #undef mode_t */ |
1498 | |
1499 | /* Define to `long int' if <sys/types.h> does not define. */ |
1500 | /* #undef off_t */ |
1501 | |
1502 | /* Define to `int' if <sys/types.h> does not define. */ |
1503 | /* #undef pid_t */ |
1504 | |
1505 | /* Define to empty if the keyword does not work. */ |
1506 | /* #undef signed */ |
1507 | |
1508 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
1509 | /* #undef size_t */ |
1510 | |
1511 | /* Define to `int' if <sys/socket.h> does not define. */ |
1512 | /* #undef socklen_t */ |
1513 | |
1514 | /* Define to `int' if <sys/types.h> doesn't define. */ |
1515 | /* #undef uid_t */ |
1516 | |
1517 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
1518 | such a type exists and the standard includes do not define it. */ |
1519 | /* #undef uint32_t */ |
1520 | |
1521 | /* Define to the type of an unsigned integer type of width exactly 64 bits if |
1522 | such a type exists and the standard includes do not define it. */ |
1523 | /* #undef uint64_t */ |
1524 | |
1525 | /* Define to empty if the keyword does not work. */ |
1526 | /* #undef volatile */ |
1527 | |
1528 | |
1529 | /* Define the macros needed if on a UnixWare 7.x system. */ |
1530 | #if defined(__USLC__) && defined(__SCO_VERSION__) |
1531 | #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ |
1532 | #endif |
1533 | |
1534 | #endif /*Py_PYCONFIG_H*/ |
1535 | |
1536 | |