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