add 'no' output to --with-system-ffi
[python/dscho.git] / pyconfig.h.in
blob45678235efc74d21b063b93c934b4c3855f18e0a
1 /* pyconfig.h.in. Generated from configure.in by autoheader. */
4 #ifndef Py_PYCONFIG_H
5 #define Py_PYCONFIG_H
8 /* Define if building universal (internal helper macro) */
9 #undef AC_APPLE_UNIVERSAL_BUILD
11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
12 support for AIX C++ shared extension modules. */
13 #undef AIX_GENUINE_CPLUSPLUS
15 /* Define this if you have AtheOS threads. */
16 #undef ATHEOS_THREADS
18 /* Define if you have the Mach cthreads package */
19 #undef C_THREADS
21 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
22 mixed-endian order (byte order 45670123) */
23 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
25 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
26 significant byte first */
27 #undef DOUBLE_IS_BIG_ENDIAN_IEEE754
29 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
30 least significant byte first */
31 #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754
33 /* Define if --enable-ipv6 is specified */
34 #undef ENABLE_IPV6
36 /* Define if flock needs to be linked with bsd library. */
37 #undef FLOCK_NEEDS_LIBBSD
39 /* Define if getpgrp() must be called as getpgrp(0). */
40 #undef GETPGRP_HAVE_ARG
42 /* Define if gettimeofday() does not have second (timezone) argument This is
43 the case on Motorola V4 (R40V4.2) */
44 #undef GETTIMEOFDAY_NO_TZ
46 /* Define to 1 if you have the `acosh' function. */
47 #undef HAVE_ACOSH
49 /* struct addrinfo (netdb.h) */
50 #undef HAVE_ADDRINFO
52 /* Define to 1 if you have the `alarm' function. */
53 #undef HAVE_ALARM
55 /* Define this if your time.h defines altzone. */
56 #undef HAVE_ALTZONE
58 /* Define to 1 if you have the `asinh' function. */
59 #undef HAVE_ASINH
61 /* Define to 1 if you have the <asm/types.h> header file. */
62 #undef HAVE_ASM_TYPES_H
64 /* Define to 1 if you have the `atanh' function. */
65 #undef HAVE_ATANH
67 /* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */
68 #undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE
70 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
71 #undef HAVE_BIND_TEXTDOMAIN_CODESET
73 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
74 #undef HAVE_BLUETOOTH_BLUETOOTH_H
76 /* Define to 1 if you have the <bluetooth.h> header file. */
77 #undef HAVE_BLUETOOTH_H
79 /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
80 chars that would be converted. */
81 #undef HAVE_BROKEN_MBSTOWCS
83 /* Define if nice() returns success/failure instead of the new priority. */
84 #undef HAVE_BROKEN_NICE
86 /* Define if poll() sets errno on invalid file descriptors. */
87 #undef HAVE_BROKEN_POLL
89 /* Define if the Posix semaphores do not work on your system */
90 #undef HAVE_BROKEN_POSIX_SEMAPHORES
92 /* Define if pthread_sigmask() does not work on your system. */
93 #undef HAVE_BROKEN_PTHREAD_SIGMASK
95 /* define to 1 if your sem_getvalue is broken. */
96 #undef HAVE_BROKEN_SEM_GETVALUE
98 /* Define this if you have the type _Bool. */
99 #undef HAVE_C99_BOOL
101 /* Define to 1 if you have the `chflags' function. */
102 #undef HAVE_CHFLAGS
104 /* Define to 1 if you have the `chown' function. */
105 #undef HAVE_CHOWN
107 /* Define if you have the 'chroot' function. */
108 #undef HAVE_CHROOT
110 /* Define to 1 if you have the `clock' function. */
111 #undef HAVE_CLOCK
113 /* Define to 1 if you have the `confstr' function. */
114 #undef HAVE_CONFSTR
116 /* Define to 1 if you have the <conio.h> header file. */
117 #undef HAVE_CONIO_H
119 /* Define to 1 if you have the `copysign' function. */
120 #undef HAVE_COPYSIGN
122 /* Define to 1 if you have the `ctermid' function. */
123 #undef HAVE_CTERMID
125 /* Define if you have the 'ctermid_r' function. */
126 #undef HAVE_CTERMID_R
128 /* Define to 1 if you have the <curses.h> header file. */
129 #undef HAVE_CURSES_H
131 /* Define if you have the 'is_term_resized' function. */
132 #undef HAVE_CURSES_IS_TERM_RESIZED
134 /* Define if you have the 'resizeterm' function. */
135 #undef HAVE_CURSES_RESIZETERM
137 /* Define if you have the 'resize_term' function. */
138 #undef HAVE_CURSES_RESIZE_TERM
140 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
141 don't. */
142 #undef HAVE_DECL_ISFINITE
144 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
146 #undef HAVE_DECL_ISINF
148 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
150 #undef HAVE_DECL_ISNAN
152 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
154 #undef HAVE_DECL_TZNAME
156 /* Define to 1 if you have the device macros. */
157 #undef HAVE_DEVICE_MACROS
159 /* Define if we have /dev/ptc. */
160 #undef HAVE_DEV_PTC
162 /* Define if we have /dev/ptmx. */
163 #undef HAVE_DEV_PTMX
165 /* Define to 1 if you have the <direct.h> header file. */
166 #undef HAVE_DIRECT_H
168 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
170 #undef HAVE_DIRENT_H
172 /* Define to 1 if you have the <dlfcn.h> header file. */
173 #undef HAVE_DLFCN_H
175 /* Define to 1 if you have the `dlopen' function. */
176 #undef HAVE_DLOPEN
178 /* Define to 1 if you have the `dup2' function. */
179 #undef HAVE_DUP2
181 /* Defined when any dynamic module loading is enabled. */
182 #undef HAVE_DYNAMIC_LOADING
184 /* Define if you have the 'epoll' functions. */
185 #undef HAVE_EPOLL
187 /* Define to 1 if you have the <errno.h> header file. */
188 #undef HAVE_ERRNO_H
190 /* Define to 1 if you have the `execv' function. */
191 #undef HAVE_EXECV
193 /* Define to 1 if you have the `expm1' function. */
194 #undef HAVE_EXPM1
196 /* Define if you have the 'fchdir' function. */
197 #undef HAVE_FCHDIR
199 /* Define to 1 if you have the `fchmod' function. */
200 #undef HAVE_FCHMOD
202 /* Define to 1 if you have the `fchown' function. */
203 #undef HAVE_FCHOWN
205 /* Define to 1 if you have the <fcntl.h> header file. */
206 #undef HAVE_FCNTL_H
208 /* Define if you have the 'fdatasync' function. */
209 #undef HAVE_FDATASYNC
211 /* Define to 1 if you have the `finite' function. */
212 #undef HAVE_FINITE
214 /* Define to 1 if you have the `flock' function. */
215 #undef HAVE_FLOCK
217 /* Define to 1 if you have the `fork' function. */
218 #undef HAVE_FORK
220 /* Define to 1 if you have the `forkpty' function. */
221 #undef HAVE_FORKPTY
223 /* Define to 1 if you have the `fpathconf' function. */
224 #undef HAVE_FPATHCONF
226 /* Define to 1 if you have the `fseek64' function. */
227 #undef HAVE_FSEEK64
229 /* Define to 1 if you have the `fseeko' function. */
230 #undef HAVE_FSEEKO
232 /* Define to 1 if you have the `fstatvfs' function. */
233 #undef HAVE_FSTATVFS
235 /* Define if you have the 'fsync' function. */
236 #undef HAVE_FSYNC
238 /* Define to 1 if you have the `ftell64' function. */
239 #undef HAVE_FTELL64
241 /* Define to 1 if you have the `ftello' function. */
242 #undef HAVE_FTELLO
244 /* Define to 1 if you have the `ftime' function. */
245 #undef HAVE_FTIME
247 /* Define to 1 if you have the `ftruncate' function. */
248 #undef HAVE_FTRUNCATE
250 /* Define to 1 if you have the `gai_strerror' function. */
251 #undef HAVE_GAI_STRERROR
253 /* Define if we can use gcc inline assembler to get and set x87 control word
255 #undef HAVE_GCC_ASM_FOR_X87
257 /* Define if you have the getaddrinfo function. */
258 #undef HAVE_GETADDRINFO
260 /* Define to 1 if you have the `getcwd' function. */
261 #undef HAVE_GETCWD
263 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
264 #undef HAVE_GETC_UNLOCKED
266 /* Define to 1 if you have the `getgroups' function. */
267 #undef HAVE_GETGROUPS
269 /* Define to 1 if you have the `gethostbyname' function. */
270 #undef HAVE_GETHOSTBYNAME
272 /* Define this if you have some version of gethostbyname_r() */
273 #undef HAVE_GETHOSTBYNAME_R
275 /* Define this if you have the 3-arg version of gethostbyname_r(). */
276 #undef HAVE_GETHOSTBYNAME_R_3_ARG
278 /* Define this if you have the 5-arg version of gethostbyname_r(). */
279 #undef HAVE_GETHOSTBYNAME_R_5_ARG
281 /* Define this if you have the 6-arg version of gethostbyname_r(). */
282 #undef HAVE_GETHOSTBYNAME_R_6_ARG
284 /* Define to 1 if you have the `getitimer' function. */
285 #undef HAVE_GETITIMER
287 /* Define to 1 if you have the `getloadavg' function. */
288 #undef HAVE_GETLOADAVG
290 /* Define to 1 if you have the `getlogin' function. */
291 #undef HAVE_GETLOGIN
293 /* Define to 1 if you have the `getnameinfo' function. */
294 #undef HAVE_GETNAMEINFO
296 /* Define if you have the 'getpagesize' function. */
297 #undef HAVE_GETPAGESIZE
299 /* Define to 1 if you have the `getpeername' function. */
300 #undef HAVE_GETPEERNAME
302 /* Define to 1 if you have the `getpgid' function. */
303 #undef HAVE_GETPGID
305 /* Define to 1 if you have the `getpgrp' function. */
306 #undef HAVE_GETPGRP
308 /* Define to 1 if you have the `getpid' function. */
309 #undef HAVE_GETPID
311 /* Define to 1 if you have the `getpriority' function. */
312 #undef HAVE_GETPRIORITY
314 /* Define to 1 if you have the `getpwent' function. */
315 #undef HAVE_GETPWENT
317 /* Define to 1 if you have the `getsid' function. */
318 #undef HAVE_GETSID
320 /* Define to 1 if you have the `getspent' function. */
321 #undef HAVE_GETSPENT
323 /* Define to 1 if you have the `getspnam' function. */
324 #undef HAVE_GETSPNAM
326 /* Define to 1 if you have the `gettimeofday' function. */
327 #undef HAVE_GETTIMEOFDAY
329 /* Define to 1 if you have the `getwd' function. */
330 #undef HAVE_GETWD
332 /* Define to 1 if you have the <grp.h> header file. */
333 #undef HAVE_GRP_H
335 /* Define if you have the 'hstrerror' function. */
336 #undef HAVE_HSTRERROR
338 /* Define to 1 if you have the `hypot' function. */
339 #undef HAVE_HYPOT
341 /* Define to 1 if you have the <ieeefp.h> header file. */
342 #undef HAVE_IEEEFP_H
344 /* Define if you have the 'inet_aton' function. */
345 #undef HAVE_INET_ATON
347 /* Define if you have the 'inet_pton' function. */
348 #undef HAVE_INET_PTON
350 /* Define to 1 if you have the <inttypes.h> header file. */
351 #undef HAVE_INTTYPES_H
353 /* Define to 1 if you have the <io.h> header file. */
354 #undef HAVE_IO_H
356 /* Define to 1 if you have the `kill' function. */
357 #undef HAVE_KILL
359 /* Define to 1 if you have the `killpg' function. */
360 #undef HAVE_KILLPG
362 /* Define if you have the 'kqueue' functions. */
363 #undef HAVE_KQUEUE
365 /* Define to 1 if you have the <langinfo.h> header file. */
366 #undef HAVE_LANGINFO_H
368 /* Defined to enable large file support when an off_t is bigger than a long
369 and long long is available and at least as big as an off_t. You may need to
370 add some flags for configuration and compilation to enable this mode. (For
371 Solaris and Linux, the necessary defines are already defined.) */
372 #undef HAVE_LARGEFILE_SUPPORT
374 /* Define to 1 if you have the `lchflags' function. */
375 #undef HAVE_LCHFLAGS
377 /* Define to 1 if you have the `lchmod' function. */
378 #undef HAVE_LCHMOD
380 /* Define to 1 if you have the `lchown' function. */
381 #undef HAVE_LCHOWN
383 /* Define to 1 if you have the `dl' library (-ldl). */
384 #undef HAVE_LIBDL
386 /* Define to 1 if you have the `dld' library (-ldld). */
387 #undef HAVE_LIBDLD
389 /* Define to 1 if you have the `ieee' library (-lieee). */
390 #undef HAVE_LIBIEEE
392 /* Define to 1 if you have the <libintl.h> header file. */
393 #undef HAVE_LIBINTL_H
395 /* Define if you have the readline library (-lreadline). */
396 #undef HAVE_LIBREADLINE
398 /* Define to 1 if you have the `resolv' library (-lresolv). */
399 #undef HAVE_LIBRESOLV
401 /* Define to 1 if you have the <libutil.h> header file. */
402 #undef HAVE_LIBUTIL_H
404 /* Define if you have the 'link' function. */
405 #undef HAVE_LINK
407 /* Define to 1 if you have the <linux/netlink.h> header file. */
408 #undef HAVE_LINUX_NETLINK_H
410 /* Define to 1 if you have the <linux/tipc.h> header file. */
411 #undef HAVE_LINUX_TIPC_H
413 /* Define to 1 if you have the `log1p' function. */
414 #undef HAVE_LOG1P
416 /* Define this if you have the type long double. */
417 #undef HAVE_LONG_DOUBLE
419 /* Define this if you have the type long long. */
420 #undef HAVE_LONG_LONG
422 /* Define to 1 if you have the `lstat' function. */
423 #undef HAVE_LSTAT
425 /* Define this if you have the makedev macro. */
426 #undef HAVE_MAKEDEV
428 /* Define to 1 if you have the `mbrtowc' function. */
429 #undef HAVE_MBRTOWC
431 /* Define to 1 if you have the `memmove' function. */
432 #undef HAVE_MEMMOVE
434 /* Define to 1 if you have the <memory.h> header file. */
435 #undef HAVE_MEMORY_H
437 /* Define to 1 if you have the `mkfifo' function. */
438 #undef HAVE_MKFIFO
440 /* Define to 1 if you have the `mknod' function. */
441 #undef HAVE_MKNOD
443 /* Define to 1 if you have the `mktime' function. */
444 #undef HAVE_MKTIME
446 /* Define to 1 if you have the `mremap' function. */
447 #undef HAVE_MREMAP
449 /* Define to 1 if you have the <ncurses.h> header file. */
450 #undef HAVE_NCURSES_H
452 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
453 #undef HAVE_NDIR_H
455 /* Define to 1 if you have the <netpacket/packet.h> header file. */
456 #undef HAVE_NETPACKET_PACKET_H
458 /* Define to 1 if you have the `nice' function. */
459 #undef HAVE_NICE
461 /* Define to 1 if you have the `openpty' function. */
462 #undef HAVE_OPENPTY
464 /* Define if compiling using MacOS X 10.5 SDK or later. */
465 #undef HAVE_OSX105_SDK
467 /* Define to 1 if you have the `pathconf' function. */
468 #undef HAVE_PATHCONF
470 /* Define to 1 if you have the `pause' function. */
471 #undef HAVE_PAUSE
473 /* Define to 1 if you have the `plock' function. */
474 #undef HAVE_PLOCK
476 /* Define to 1 if you have the `poll' function. */
477 #undef HAVE_POLL
479 /* Define to 1 if you have the <poll.h> header file. */
480 #undef HAVE_POLL_H
482 /* Define to 1 if you have the <process.h> header file. */
483 #undef HAVE_PROCESS_H
485 /* Define if your compiler supports function prototype */
486 #undef HAVE_PROTOTYPES
488 /* Define if you have GNU PTH threads. */
489 #undef HAVE_PTH
491 /* Defined for Solaris 2.6 bug in pthread header. */
492 #undef HAVE_PTHREAD_DESTRUCTOR
494 /* Define to 1 if you have the <pthread.h> header file. */
495 #undef HAVE_PTHREAD_H
497 /* Define to 1 if you have the `pthread_init' function. */
498 #undef HAVE_PTHREAD_INIT
500 /* Define to 1 if you have the `pthread_sigmask' function. */
501 #undef HAVE_PTHREAD_SIGMASK
503 /* Define to 1 if you have the <pty.h> header file. */
504 #undef HAVE_PTY_H
506 /* Define to 1 if you have the `putenv' function. */
507 #undef HAVE_PUTENV
509 /* Define to 1 if you have the `readlink' function. */
510 #undef HAVE_READLINK
512 /* Define to 1 if you have the `realpath' function. */
513 #undef HAVE_REALPATH
515 /* Define if you have readline 2.1 */
516 #undef HAVE_RL_CALLBACK
518 /* Define if you can turn off readline's signal handling. */
519 #undef HAVE_RL_CATCH_SIGNAL
521 /* Define if you have readline 2.2 */
522 #undef HAVE_RL_COMPLETION_APPEND_CHARACTER
524 /* Define if you have readline 4.0 */
525 #undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK
527 /* Define if you have readline 4.2 */
528 #undef HAVE_RL_COMPLETION_MATCHES
530 /* Define if you have rl_completion_suppress_append */
531 #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
533 /* Define if you have readline 4.0 */
534 #undef HAVE_RL_PRE_INPUT_HOOK
536 /* Define to 1 if you have the `round' function. */
537 #undef HAVE_ROUND
539 /* Define to 1 if you have the `select' function. */
540 #undef HAVE_SELECT
542 /* Define to 1 if you have the `sem_getvalue' function. */
543 #undef HAVE_SEM_GETVALUE
545 /* Define to 1 if you have the `sem_open' function. */
546 #undef HAVE_SEM_OPEN
548 /* Define to 1 if you have the `sem_timedwait' function. */
549 #undef HAVE_SEM_TIMEDWAIT
551 /* Define to 1 if you have the `sem_unlink' function. */
552 #undef HAVE_SEM_UNLINK
554 /* Define to 1 if you have the `setegid' function. */
555 #undef HAVE_SETEGID
557 /* Define to 1 if you have the `seteuid' function. */
558 #undef HAVE_SETEUID
560 /* Define to 1 if you have the `setgid' function. */
561 #undef HAVE_SETGID
563 /* Define if you have the 'setgroups' function. */
564 #undef HAVE_SETGROUPS
566 /* Define to 1 if you have the `setitimer' function. */
567 #undef HAVE_SETITIMER
569 /* Define to 1 if you have the `setlocale' function. */
570 #undef HAVE_SETLOCALE
572 /* Define to 1 if you have the `setpgid' function. */
573 #undef HAVE_SETPGID
575 /* Define to 1 if you have the `setpgrp' function. */
576 #undef HAVE_SETPGRP
578 /* Define to 1 if you have the `setregid' function. */
579 #undef HAVE_SETREGID
581 /* Define to 1 if you have the `setreuid' function. */
582 #undef HAVE_SETREUID
584 /* Define to 1 if you have the `setsid' function. */
585 #undef HAVE_SETSID
587 /* Define to 1 if you have the `setuid' function. */
588 #undef HAVE_SETUID
590 /* Define to 1 if you have the `setvbuf' function. */
591 #undef HAVE_SETVBUF
593 /* Define to 1 if you have the <shadow.h> header file. */
594 #undef HAVE_SHADOW_H
596 /* Define to 1 if you have the `sigaction' function. */
597 #undef HAVE_SIGACTION
599 /* Define to 1 if you have the `siginterrupt' function. */
600 #undef HAVE_SIGINTERRUPT
602 /* Define to 1 if you have the <signal.h> header file. */
603 #undef HAVE_SIGNAL_H
605 /* Define to 1 if you have the `sigrelse' function. */
606 #undef HAVE_SIGRELSE
608 /* Define to 1 if you have the `snprintf' function. */
609 #undef HAVE_SNPRINTF
611 /* Define if sockaddr has sa_len member */
612 #undef HAVE_SOCKADDR_SA_LEN
614 /* struct sockaddr_storage (sys/socket.h) */
615 #undef HAVE_SOCKADDR_STORAGE
617 /* Define if you have the 'socketpair' function. */
618 #undef HAVE_SOCKETPAIR
620 /* Define if your compiler provides ssize_t */
621 #undef HAVE_SSIZE_T
623 /* Define to 1 if you have the `statvfs' function. */
624 #undef HAVE_STATVFS
626 /* Define if you have struct stat.st_mtim.tv_nsec */
627 #undef HAVE_STAT_TV_NSEC
629 /* Define if you have struct stat.st_mtimensec */
630 #undef HAVE_STAT_TV_NSEC2
632 /* Define if your compiler supports variable length function prototypes (e.g.
633 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
634 #undef HAVE_STDARG_PROTOTYPES
636 /* Define to 1 if you have the <stdint.h> header file. */
637 #undef HAVE_STDINT_H
639 /* Define to 1 if you have the <stdlib.h> header file. */
640 #undef HAVE_STDLIB_H
642 /* Define to 1 if you have the `strdup' function. */
643 #undef HAVE_STRDUP
645 /* Define to 1 if you have the `strftime' function. */
646 #undef HAVE_STRFTIME
648 /* Define to 1 if you have the <strings.h> header file. */
649 #undef HAVE_STRINGS_H
651 /* Define to 1 if you have the <string.h> header file. */
652 #undef HAVE_STRING_H
654 /* Define to 1 if you have the `strlcpy' function. */
655 #undef HAVE_STRLCPY
657 /* Define to 1 if you have the <stropts.h> header file. */
658 #undef HAVE_STROPTS_H
660 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
661 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME
663 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
664 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
666 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
667 #undef HAVE_STRUCT_STAT_ST_BLOCKS
669 /* Define to 1 if `st_flags' is a member of `struct stat'. */
670 #undef HAVE_STRUCT_STAT_ST_FLAGS
672 /* Define to 1 if `st_gen' is a member of `struct stat'. */
673 #undef HAVE_STRUCT_STAT_ST_GEN
675 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
676 #undef HAVE_STRUCT_STAT_ST_RDEV
678 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
679 #undef HAVE_STRUCT_TM_TM_ZONE
681 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
682 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
683 #undef HAVE_ST_BLOCKS
685 /* Define if you have the 'symlink' function. */
686 #undef HAVE_SYMLINK
688 /* Define to 1 if you have the `sysconf' function. */
689 #undef HAVE_SYSCONF
691 /* Define to 1 if you have the <sysexits.h> header file. */
692 #undef HAVE_SYSEXITS_H
694 /* Define to 1 if you have the <sys/audioio.h> header file. */
695 #undef HAVE_SYS_AUDIOIO_H
697 /* Define to 1 if you have the <sys/bsdtty.h> header file. */
698 #undef HAVE_SYS_BSDTTY_H
700 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
702 #undef HAVE_SYS_DIR_H
704 /* Define to 1 if you have the <sys/epoll.h> header file. */
705 #undef HAVE_SYS_EPOLL_H
707 /* Define to 1 if you have the <sys/event.h> header file. */
708 #undef HAVE_SYS_EVENT_H
710 /* Define to 1 if you have the <sys/file.h> header file. */
711 #undef HAVE_SYS_FILE_H
713 /* Define to 1 if you have the <sys/loadavg.h> header file. */
714 #undef HAVE_SYS_LOADAVG_H
716 /* Define to 1 if you have the <sys/lock.h> header file. */
717 #undef HAVE_SYS_LOCK_H
719 /* Define to 1 if you have the <sys/mkdev.h> header file. */
720 #undef HAVE_SYS_MKDEV_H
722 /* Define to 1 if you have the <sys/modem.h> header file. */
723 #undef HAVE_SYS_MODEM_H
725 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
727 #undef HAVE_SYS_NDIR_H
729 /* Define to 1 if you have the <sys/param.h> header file. */
730 #undef HAVE_SYS_PARAM_H
732 /* Define to 1 if you have the <sys/poll.h> header file. */
733 #undef HAVE_SYS_POLL_H
735 /* Define to 1 if you have the <sys/resource.h> header file. */
736 #undef HAVE_SYS_RESOURCE_H
738 /* Define to 1 if you have the <sys/select.h> header file. */
739 #undef HAVE_SYS_SELECT_H
741 /* Define to 1 if you have the <sys/socket.h> header file. */
742 #undef HAVE_SYS_SOCKET_H
744 /* Define to 1 if you have the <sys/statvfs.h> header file. */
745 #undef HAVE_SYS_STATVFS_H
747 /* Define to 1 if you have the <sys/stat.h> header file. */
748 #undef HAVE_SYS_STAT_H
750 /* Define to 1 if you have the <sys/termio.h> header file. */
751 #undef HAVE_SYS_TERMIO_H
753 /* Define to 1 if you have the <sys/times.h> header file. */
754 #undef HAVE_SYS_TIMES_H
756 /* Define to 1 if you have the <sys/time.h> header file. */
757 #undef HAVE_SYS_TIME_H
759 /* Define to 1 if you have the <sys/types.h> header file. */
760 #undef HAVE_SYS_TYPES_H
762 /* Define to 1 if you have the <sys/un.h> header file. */
763 #undef HAVE_SYS_UN_H
765 /* Define to 1 if you have the <sys/utsname.h> header file. */
766 #undef HAVE_SYS_UTSNAME_H
768 /* Define to 1 if you have the <sys/wait.h> header file. */
769 #undef HAVE_SYS_WAIT_H
771 /* Define to 1 if you have the `tcgetpgrp' function. */
772 #undef HAVE_TCGETPGRP
774 /* Define to 1 if you have the `tcsetpgrp' function. */
775 #undef HAVE_TCSETPGRP
777 /* Define to 1 if you have the `tempnam' function. */
778 #undef HAVE_TEMPNAM
780 /* Define to 1 if you have the <termios.h> header file. */
781 #undef HAVE_TERMIOS_H
783 /* Define to 1 if you have the <term.h> header file. */
784 #undef HAVE_TERM_H
786 /* Define to 1 if you have the <thread.h> header file. */
787 #undef HAVE_THREAD_H
789 /* Define to 1 if you have the `timegm' function. */
790 #undef HAVE_TIMEGM
792 /* Define to 1 if you have the `times' function. */
793 #undef HAVE_TIMES
795 /* Define to 1 if you have the `tmpfile' function. */
796 #undef HAVE_TMPFILE
798 /* Define to 1 if you have the `tmpnam' function. */
799 #undef HAVE_TMPNAM
801 /* Define to 1 if you have the `tmpnam_r' function. */
802 #undef HAVE_TMPNAM_R
804 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
805 `HAVE_STRUCT_TM_TM_ZONE' instead. */
806 #undef HAVE_TM_ZONE
808 /* Define to 1 if you have the `truncate' function. */
809 #undef HAVE_TRUNCATE
811 /* Define to 1 if you don't have `tm_zone' but do have the external array
812 `tzname'. */
813 #undef HAVE_TZNAME
815 /* Define this if you have tcl and TCL_UTF_MAX==6 */
816 #undef HAVE_UCS4_TCL
818 /* Define to 1 if the system has the type `uintptr_t'. */
819 #undef HAVE_UINTPTR_T
821 /* Define to 1 if you have the `uname' function. */
822 #undef HAVE_UNAME
824 /* Define to 1 if you have the <unistd.h> header file. */
825 #undef HAVE_UNISTD_H
827 /* Define to 1 if you have the `unsetenv' function. */
828 #undef HAVE_UNSETENV
830 /* Define if you have a useable wchar_t type defined in wchar.h; useable means
831 wchar_t must be an unsigned type with at least 16 bits. (see
832 Include/unicodeobject.h). */
833 #undef HAVE_USABLE_WCHAR_T
835 /* Define to 1 if you have the `utimes' function. */
836 #undef HAVE_UTIMES
838 /* Define to 1 if you have the <utime.h> header file. */
839 #undef HAVE_UTIME_H
841 /* Define to 1 if you have the `wait3' function. */
842 #undef HAVE_WAIT3
844 /* Define to 1 if you have the `wait4' function. */
845 #undef HAVE_WAIT4
847 /* Define to 1 if you have the `waitpid' function. */
848 #undef HAVE_WAITPID
850 /* Define if the compiler provides a wchar.h header file. */
851 #undef HAVE_WCHAR_H
853 /* Define to 1 if you have the `wcscoll' function. */
854 #undef HAVE_WCSCOLL
856 /* Define to 1 if you have the `wcsftime' function. */
857 #undef HAVE_WCSFTIME
859 /* Define to 1 if you have the `wcsxfrm' function. */
860 #undef HAVE_WCSXFRM
862 /* Define if tzset() actually switches the local timezone in a meaningful way.
864 #undef HAVE_WORKING_TZSET
866 /* Define if the zlib library has inflateCopy */
867 #undef HAVE_ZLIB_COPY
869 /* Define to 1 if you have the `_getpty' function. */
870 #undef HAVE__GETPTY
872 /* Define if you are using Mach cthreads directly under /include */
873 #undef HURD_C_THREADS
875 /* Define if you are using Mach cthreads under mach / */
876 #undef MACH_C_THREADS
878 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
880 #undef MAJOR_IN_MKDEV
882 /* Define to 1 if `major', `minor', and `makedev' are declared in
883 <sysmacros.h>. */
884 #undef MAJOR_IN_SYSMACROS
886 /* Define if mvwdelch in curses.h is an expression. */
887 #undef MVWDELCH_IS_EXPRESSION
889 /* Define to the address where bug reports for this package should be sent. */
890 #undef PACKAGE_BUGREPORT
892 /* Define to the full name of this package. */
893 #undef PACKAGE_NAME
895 /* Define to the full name and version of this package. */
896 #undef PACKAGE_STRING
898 /* Define to the one symbol short name of this package. */
899 #undef PACKAGE_TARNAME
901 /* Define to the home page for this package. */
902 #undef PACKAGE_URL
904 /* Define to the version of this package. */
905 #undef PACKAGE_VERSION
907 /* Define if POSIX semaphores aren't enabled on your system */
908 #undef POSIX_SEMAPHORES_NOT_ENABLED
910 /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
911 #undef PTHREAD_SYSTEM_SCHED_SUPPORTED
913 /* Define as the preferred size in bits of long digits */
914 #undef PYLONG_BITS_IN_DIGIT
916 /* Define to printf format modifier for Py_ssize_t */
917 #undef PY_FORMAT_SIZE_T
919 /* Define as the integral type used for Unicode representation. */
920 #undef PY_UNICODE_TYPE
922 /* Define if you want to build an interpreter with many run-time checks. */
923 #undef Py_DEBUG
925 /* Defined if Python is built as a shared library. */
926 #undef Py_ENABLE_SHARED
928 /* Define as the size of the unicode type. */
929 #undef Py_UNICODE_SIZE
931 /* Define as the return type of signal handlers (`int' or `void'). */
932 #undef RETSIGTYPE
934 /* Define if setpgrp() must be called as setpgrp(0, 0). */
935 #undef SETPGRP_HAVE_ARG
937 /* Define this to be extension of shared libraries (including the dot!). */
938 #undef SHLIB_EXT
940 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
941 #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
943 /* The size of `double', as computed by sizeof. */
944 #undef SIZEOF_DOUBLE
946 /* The size of `float', as computed by sizeof. */
947 #undef SIZEOF_FLOAT
949 /* The size of `fpos_t', as computed by sizeof. */
950 #undef SIZEOF_FPOS_T
952 /* The size of `int', as computed by sizeof. */
953 #undef SIZEOF_INT
955 /* The size of `long', as computed by sizeof. */
956 #undef SIZEOF_LONG
958 /* The size of `long double', as computed by sizeof. */
959 #undef SIZEOF_LONG_DOUBLE
961 /* The size of `long long', as computed by sizeof. */
962 #undef SIZEOF_LONG_LONG
964 /* The number of bytes in an off_t. */
965 #undef SIZEOF_OFF_T
967 /* The size of `pid_t', as computed by sizeof. */
968 #undef SIZEOF_PID_T
970 /* The number of bytes in a pthread_t. */
971 #undef SIZEOF_PTHREAD_T
973 /* The size of `short', as computed by sizeof. */
974 #undef SIZEOF_SHORT
976 /* The size of `size_t', as computed by sizeof. */
977 #undef SIZEOF_SIZE_T
979 /* The number of bytes in a time_t. */
980 #undef SIZEOF_TIME_T
982 /* The size of `uintptr_t', as computed by sizeof. */
983 #undef SIZEOF_UINTPTR_T
985 /* The size of `void *', as computed by sizeof. */
986 #undef SIZEOF_VOID_P
988 /* The size of `wchar_t', as computed by sizeof. */
989 #undef SIZEOF_WCHAR_T
991 /* The size of `_Bool', as computed by sizeof. */
992 #undef SIZEOF__BOOL
994 /* Define to 1 if you have the ANSI C header files. */
995 #undef STDC_HEADERS
997 /* Define if you can safely include both <sys/select.h> and <sys/time.h>
998 (which you can't on SCO ODT 3.0). */
999 #undef SYS_SELECT_WITH_SYS_TIME
1001 /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
1002 #undef TANH_PRESERVES_ZERO_SIGN
1004 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1005 #undef TIME_WITH_SYS_TIME
1007 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1008 #undef TM_IN_SYS_TIME
1010 /* Define if you want to use computed gotos in ceval.c. */
1011 #undef USE_COMPUTED_GOTOS
1013 /* Enable extensions on AIX 3, Interix. */
1014 #ifndef _ALL_SOURCE
1015 # undef _ALL_SOURCE
1016 #endif
1017 /* Enable GNU extensions on systems that have them. */
1018 #ifndef _GNU_SOURCE
1019 # undef _GNU_SOURCE
1020 #endif
1021 /* Enable threading extensions on Solaris. */
1022 #ifndef _POSIX_PTHREAD_SEMANTICS
1023 # undef _POSIX_PTHREAD_SEMANTICS
1024 #endif
1025 /* Enable extensions on HP NonStop. */
1026 #ifndef _TANDEM_SOURCE
1027 # undef _TANDEM_SOURCE
1028 #endif
1029 /* Enable general extensions on Solaris. */
1030 #ifndef __EXTENSIONS__
1031 # undef __EXTENSIONS__
1032 #endif
1035 /* Define if a va_list is an array of some kind */
1036 #undef VA_LIST_IS_ARRAY
1038 /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
1039 #undef WANT_SIGFPE_HANDLER
1041 /* Define if you want wctype.h functions to be used instead of the one
1042 supplied by Python itself. (see Include/unicodectype.h). */
1043 #undef WANT_WCTYPE_FUNCTIONS
1045 /* Define if WINDOW in curses.h offers a field _flags. */
1046 #undef WINDOW_HAS_FLAGS
1048 /* Define if you want documentation strings in extension modules */
1049 #undef WITH_DOC_STRINGS
1051 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
1052 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
1053 Dyld is necessary to support frameworks. */
1054 #undef WITH_DYLD
1056 /* Define to 1 if libintl is needed for locale functions. */
1057 #undef WITH_LIBINTL
1059 /* Define if you want to produce an OpenStep/Rhapsody framework (shared
1060 library plus accessory files). */
1061 #undef WITH_NEXT_FRAMEWORK
1063 /* Define if you want to compile in Python-specific mallocs */
1064 #undef WITH_PYMALLOC
1066 /* Define if you want to compile in rudimentary thread support */
1067 #undef WITH_THREAD
1069 /* Define to profile with the Pentium timestamp counter */
1070 #undef WITH_TSC
1072 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1073 significant byte first (like Motorola and SPARC, unlike Intel). */
1074 #if defined AC_APPLE_UNIVERSAL_BUILD
1075 # if defined __BIG_ENDIAN__
1076 # define WORDS_BIGENDIAN 1
1077 # endif
1078 #else
1079 # ifndef WORDS_BIGENDIAN
1080 # undef WORDS_BIGENDIAN
1081 # endif
1082 #endif
1084 /* Define if arithmetic is subject to x87-style double rounding issue */
1085 #undef X87_DOUBLE_ROUNDING
1087 /* Define on OpenBSD to activate all library features */
1088 #undef _BSD_SOURCE
1090 /* Define on Irix to enable u_int */
1091 #undef _BSD_TYPES
1093 /* Define on Darwin to activate all library features */
1094 #undef _DARWIN_C_SOURCE
1096 /* This must be set to 64 on some systems to enable large file support. */
1097 #undef _FILE_OFFSET_BITS
1099 /* Define on Linux to activate all library features */
1100 #undef _GNU_SOURCE
1102 /* This must be defined on some systems to enable large file support. */
1103 #undef _LARGEFILE_SOURCE
1105 /* Define to 1 if on MINIX. */
1106 #undef _MINIX
1108 /* Define on NetBSD to activate all library features */
1109 #undef _NETBSD_SOURCE
1111 /* Define _OSF_SOURCE to get the makedev macro. */
1112 #undef _OSF_SOURCE
1114 /* Define to 2 if the system does not provide POSIX.1 features except with
1115 this defined. */
1116 #undef _POSIX_1_SOURCE
1118 /* Define to activate features from IEEE Stds 1003.1-2001 */
1119 #undef _POSIX_C_SOURCE
1121 /* Define to 1 if you need to in order for `stat' and other things to work. */
1122 #undef _POSIX_SOURCE
1124 /* Define if you have POSIX threads, and your system does not define that. */
1125 #undef _POSIX_THREADS
1127 /* Define to force use of thread-safe errno, h_errno, and other functions */
1128 #undef _REENTRANT
1130 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1131 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1132 #define below would cause a syntax error. */
1133 #undef _UINT32_T
1135 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1136 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1137 #define below would cause a syntax error. */
1138 #undef _UINT64_T
1140 /* Define to the level of X/Open that your system supports */
1141 #undef _XOPEN_SOURCE
1143 /* Define to activate Unix95-and-earlier features */
1144 #undef _XOPEN_SOURCE_EXTENDED
1146 /* Define on FreeBSD to activate all library features */
1147 #undef __BSD_VISIBLE
1149 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
1150 #ifndef __CHAR_UNSIGNED__
1151 # undef __CHAR_UNSIGNED__
1152 #endif
1154 /* Defined on Solaris to see additional function prototypes. */
1155 #undef __EXTENSIONS__
1157 /* Define to 'long' if <time.h> doesn't define. */
1158 #undef clock_t
1160 /* Define to empty if `const' does not conform to ANSI C. */
1161 #undef const
1163 /* Define to `int' if <sys/types.h> doesn't define. */
1164 #undef gid_t
1166 /* Define to the type of a signed integer type of width exactly 32 bits if
1167 such a type exists and the standard includes do not define it. */
1168 #undef int32_t
1170 /* Define to the type of a signed integer type of width exactly 64 bits if
1171 such a type exists and the standard includes do not define it. */
1172 #undef int64_t
1174 /* Define to `int' if <sys/types.h> does not define. */
1175 #undef mode_t
1177 /* Define to `long int' if <sys/types.h> does not define. */
1178 #undef off_t
1180 /* Define to `int' if <sys/types.h> does not define. */
1181 #undef pid_t
1183 /* Define to empty if the keyword does not work. */
1184 #undef signed
1186 /* Define to `unsigned int' if <sys/types.h> does not define. */
1187 #undef size_t
1189 /* Define to `int' if <sys/socket.h> does not define. */
1190 #undef socklen_t
1192 /* Define to `int' if <sys/types.h> doesn't define. */
1193 #undef uid_t
1195 /* Define to the type of an unsigned integer type of width exactly 32 bits if
1196 such a type exists and the standard includes do not define it. */
1197 #undef uint32_t
1199 /* Define to the type of an unsigned integer type of width exactly 64 bits if
1200 such a type exists and the standard includes do not define it. */
1201 #undef uint64_t
1203 /* Define to empty if the keyword does not work. */
1204 #undef volatile
1207 /* Define the macros needed if on a UnixWare 7.x system. */
1208 #if defined(__USLC__) && defined(__SCO_VERSION__)
1209 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1210 #endif
1212 #endif /*Py_PYCONFIG_H*/