]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Ia32/pyconfig.h
AppPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / AppPkg / Applications / Python / Ia32 / pyconfig.h
CommitLineData
41b152c5 1/** @file\r
006fecd5 2 Manually generated Python Configuration file for EDK II.\r
41b152c5 3\r
90b10821 4 Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
bcb96695 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
41b152c5 6**/\r
006fecd5 7#ifndef Py_PYCONFIG_H\r
8#define Py_PYCONFIG_H\r
9\r
b410d6e4 10#include <Uefi.h>\r
11\r
d78fab6b 12#define PLATFORM "uefi"\r
006fecd5 13\r
14/* Define if building universal (internal helper macro) */\r
15#undef AC_APPLE_UNIVERSAL_BUILD\r
16\r
17/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want\r
18 support for AIX C++ shared extension modules. */\r
19#undef AIX_GENUINE_CPLUSPLUS\r
20\r
21/* Define this if you have AtheOS threads. */\r
22#undef ATHEOS_THREADS\r
23\r
24/* Define this if you have BeOS threads. */\r
25#undef BEOS_THREADS\r
26\r
27/* Define if you have the Mach cthreads package */\r
28#undef C_THREADS\r
29\r
30/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM\r
31 mixed-endian order (byte order 45670123) */\r
32#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754\r
33\r
34/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most\r
35 significant byte first */\r
36#undef DOUBLE_IS_BIG_ENDIAN_IEEE754\r
37\r
38/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the\r
39 least significant byte first */\r
40#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754\r
41\r
42/* Define if --enable-ipv6 is specified */\r
43#undef ENABLE_IPV6\r
44\r
45/* Define if flock needs to be linked with bsd library. */\r
46#undef FLOCK_NEEDS_LIBBSD\r
47\r
48/* Define if getpgrp() must be called as getpgrp(0). */\r
49#undef GETPGRP_HAVE_ARG\r
50\r
51/* Define if gettimeofday() does not have second (timezone) argument This is\r
52 the case on Motorola V4 (R40V4.2) */\r
53#undef GETTIMEOFDAY_NO_TZ\r
54\r
e5cffcad 55/* Define to 1 if you have the 'acosh' function. */\r
006fecd5 56#undef HAVE_ACOSH\r
57\r
58/* struct addrinfo (netdb.h) */\r
59#undef HAVE_ADDRINFO\r
60\r
e5cffcad 61/* Define to 1 if you have the 'alarm' function. */\r
006fecd5 62#undef HAVE_ALARM\r
63\r
64/* Define this if your time.h defines altzone. */\r
65#undef HAVE_ALTZONE\r
66\r
e5cffcad 67/* Define to 1 if you have the 'asinh' function. */\r
006fecd5 68#undef HAVE_ASINH\r
69\r
70/* Define to 1 if you have the <asm/types.h> header file. */\r
71#undef HAVE_ASM_TYPES_H\r
72\r
e5cffcad 73/* Define to 1 if you have the 'atanh' function. */\r
006fecd5 74#undef HAVE_ATANH\r
75\r
76/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */\r
77#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE\r
78\r
e5cffcad 79/* Define to 1 if you have the 'bind_textdomain_codeset' function. */\r
006fecd5 80#undef HAVE_BIND_TEXTDOMAIN_CODESET\r
81\r
82/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */\r
83#undef HAVE_BLUETOOTH_BLUETOOTH_H\r
84\r
85/* Define to 1 if you have the <bluetooth.h> header file. */\r
86#undef HAVE_BLUETOOTH_H\r
87\r
88/* Define if nice() returns success/failure instead of the new priority. */\r
89#undef HAVE_BROKEN_NICE\r
90\r
91/* Define if the system reports an invalid PIPE_BUF value. */\r
92#undef HAVE_BROKEN_PIPE_BUF\r
93\r
94/* Define if poll() sets errno on invalid file descriptors. */\r
95#undef HAVE_BROKEN_POLL\r
96\r
97/* Define if the Posix semaphores do not work on your system */\r
98#define HAVE_BROKEN_POSIX_SEMAPHORES 1\r
99\r
100/* Define if pthread_sigmask() does not work on your system. */\r
101#define HAVE_BROKEN_PTHREAD_SIGMASK 1\r
102\r
103/* define to 1 if your sem_getvalue is broken. */\r
104#define HAVE_BROKEN_SEM_GETVALUE 1\r
105\r
106/* Define this if you have the type _Bool. */\r
107#define HAVE_C99_BOOL 1\r
108\r
e5cffcad 109/* Define to 1 if you have the 'chflags' function. */\r
006fecd5 110#undef HAVE_CHFLAGS\r
111\r
e5cffcad 112/* Define to 1 if you have the 'chown' function. */\r
006fecd5 113#undef HAVE_CHOWN\r
114\r
115/* Define if you have the 'chroot' function. */\r
116#undef HAVE_CHROOT\r
117\r
e5cffcad 118/* Define to 1 if you have the 'clock' function. */\r
006fecd5 119#define HAVE_CLOCK 1\r
120\r
e5cffcad 121/* Define to 1 if you have the 'confstr' function. */\r
006fecd5 122#undef HAVE_CONFSTR\r
123\r
124/* Define to 1 if you have the <conio.h> header file. */\r
125#undef HAVE_CONIO_H\r
126\r
e5cffcad 127/* Define to 1 if you have the 'copysign' function. */\r
006fecd5 128#undef HAVE_COPYSIGN\r
129\r
e5cffcad 130/* Define to 1 if you have the 'ctermid' function. */\r
006fecd5 131#undef HAVE_CTERMID\r
132\r
133/* Define if you have the 'ctermid_r' function. */\r
134#undef HAVE_CTERMID_R\r
135\r
136/* Define to 1 if you have the <curses.h> header file. */\r
137#undef HAVE_CURSES_H\r
138\r
139/* Define if you have the 'is_term_resized' function. */\r
140#undef HAVE_CURSES_IS_TERM_RESIZED\r
141\r
142/* Define if you have the 'resizeterm' function. */\r
143#undef HAVE_CURSES_RESIZETERM\r
144\r
145/* Define if you have the 'resize_term' function. */\r
146#undef HAVE_CURSES_RESIZE_TERM\r
147\r
e5cffcad 148/* Define to 1 if you have the declaration of 'isfinite', and to 0 if you\r
006fecd5 149 don't. */\r
150#define HAVE_DECL_ISFINITE 0\r
151\r
e5cffcad 152/* Define to 1 if you have the declaration of 'isinf', and to 0 if you don't.\r
006fecd5 153 */\r
154#define HAVE_DECL_ISINF 1\r
155\r
e5cffcad 156/* Define to 1 if you have the declaration of 'isnan', and to 0 if you don't.\r
006fecd5 157 */\r
158#define HAVE_DECL_ISNAN 1\r
159\r
e5cffcad 160/* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.\r
006fecd5 161 */\r
162#define HAVE_DECL_TZNAME 0\r
163\r
164/* Define to 1 if you have the device macros. */\r
165#undef HAVE_DEVICE_MACROS\r
166\r
167/* Define if we have /dev/ptc. */\r
168#undef HAVE_DEV_PTC\r
169\r
170/* Define if we have /dev/ptmx. */\r
171#undef HAVE_DEV_PTMX\r
172\r
173/* Define to 1 if you have the <direct.h> header file. */\r
174#undef HAVE_DIRECT_H\r
175\r
e5cffcad 176/* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.\r
006fecd5 177 */\r
b410d6e4 178#define HAVE_DIRENT_H 1\r
006fecd5 179\r
180/* Define to 1 if you have the <dlfcn.h> header file. */\r
181#undef HAVE_DLFCN_H\r
182\r
e5cffcad 183/* Define to 1 if you have the 'dlopen' function. */\r
006fecd5 184#undef HAVE_DLOPEN\r
185\r
e5cffcad 186/* Define to 1 if you have the 'dup2' function. */\r
006fecd5 187#define HAVE_DUP2 1\r
188\r
189/* Defined when any dynamic module loading is enabled. */\r
190#undef HAVE_DYNAMIC_LOADING\r
191\r
192/* Define if you have the 'epoll' functions. */\r
193#undef HAVE_EPOLL\r
194\r
e5cffcad 195/* Define to 1 if you have the 'erf' function. */\r
006fecd5 196#undef HAVE_ERF\r
197\r
e5cffcad 198/* Define to 1 if you have the 'erfc' function. */\r
006fecd5 199#undef HAVE_ERFC\r
200\r
201/* Define to 1 if you have the <errno.h> header file. */\r
202#define HAVE_ERRNO_H 1\r
203\r
e5cffcad 204/* Define to 1 if you have the 'execv' function. */\r
006fecd5 205#undef HAVE_EXECV\r
206\r
e5cffcad 207/* Define to 1 if you have the 'expm1' function. */\r
006fecd5 208#undef HAVE_EXPM1\r
209\r
210/* Define if you have the 'fchdir' function. */\r
211#undef HAVE_FCHDIR\r
212\r
e5cffcad 213/* Define to 1 if you have the 'fchmod' function. */\r
006fecd5 214#undef HAVE_FCHMOD\r
215\r
e5cffcad 216/* Define to 1 if you have the 'fchown' function. */\r
006fecd5 217#undef HAVE_FCHOWN\r
218\r
219/* Define to 1 if you have the <fcntl.h> header file. */\r
220#define HAVE_FCNTL_H 1\r
221\r
222/* Define if you have the 'fdatasync' function. */\r
223#undef HAVE_FDATASYNC\r
224\r
e5cffcad 225/* Define to 1 if you have the 'finite' function. */\r
006fecd5 226#define HAVE_FINITE 1\r
227\r
e5cffcad 228/* Define to 1 if you have the 'flock' function. */\r
006fecd5 229#undef HAVE_FLOCK\r
230\r
e5cffcad 231/* Define to 1 if you have the 'fork' function. */\r
006fecd5 232#undef HAVE_FORK\r
233\r
e5cffcad 234/* Define to 1 if you have the 'forkpty' function. */\r
006fecd5 235#undef HAVE_FORKPTY\r
236\r
e5cffcad 237/* Define to 1 if you have the 'fpathconf' function. */\r
006fecd5 238#undef HAVE_FPATHCONF\r
239\r
e5cffcad 240/* Define to 1 if you have the 'fseek64' function. */\r
006fecd5 241#undef HAVE_FSEEK64\r
242\r
e5cffcad 243/* Define to 1 if you have the 'fseeko' function. */\r
006fecd5 244#define HAVE_FSEEKO 1\r
245\r
e5cffcad 246/* Define to 1 if you have the 'fstatvfs' function. */\r
006fecd5 247#undef HAVE_FSTATVFS\r
248\r
249/* Define if you have the 'fsync' function. */\r
250#undef HAVE_FSYNC\r
251\r
e5cffcad 252/* Define to 1 if you have the 'ftell64' function. */\r
006fecd5 253#undef HAVE_FTELL64\r
254\r
e5cffcad 255/* Define to 1 if you have the 'ftello' function. */\r
006fecd5 256#define HAVE_FTELLO 1\r
257\r
e5cffcad 258/* Define to 1 if you have the 'ftime' function. */\r
006fecd5 259#undef HAVE_FTIME\r
260\r
e5cffcad 261/* Define to 1 if you have the 'ftruncate' function. */\r
006fecd5 262#undef HAVE_FTRUNCATE\r
263\r
e5cffcad 264/* Define to 1 if you have the 'gai_strerror' function. */\r
006fecd5 265#undef HAVE_GAI_STRERROR\r
266\r
e5cffcad 267/* Define to 1 if you have the 'gamma' function. */\r
006fecd5 268#undef HAVE_GAMMA\r
269\r
270/* Define if we can use gcc inline assembler to get and set x87 control word\r
271*/\r
272#if defined(__GNUC__)\r
273 #define HAVE_GCC_ASM_FOR_X87 1\r
274#else\r
275 #undef HAVE_GCC_ASM_FOR_X87\r
276#endif\r
277\r
278/* Define if you have the getaddrinfo function. */\r
279#undef HAVE_GETADDRINFO\r
280\r
e5cffcad 281/* Define to 1 if you have the 'getcwd' function. */\r
41b152c5 282#define HAVE_GETCWD 1\r
006fecd5 283\r
284/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */\r
285#undef HAVE_GETC_UNLOCKED\r
286\r
e5cffcad 287/* Define to 1 if you have the 'getgroups' function. */\r
006fecd5 288#undef HAVE_GETGROUPS\r
289\r
e5cffcad 290/* Define to 1 if you have the 'gethostbyname' function. */\r
006fecd5 291#undef HAVE_GETHOSTBYNAME\r
292\r
293/* Define this if you have some version of gethostbyname_r() */\r
294#undef HAVE_GETHOSTBYNAME_R\r
295\r
296/* Define this if you have the 3-arg version of gethostbyname_r(). */\r
297#undef HAVE_GETHOSTBYNAME_R_3_ARG\r
298\r
299/* Define this if you have the 5-arg version of gethostbyname_r(). */\r
300#undef HAVE_GETHOSTBYNAME_R_5_ARG\r
301\r
302/* Define this if you have the 6-arg version of gethostbyname_r(). */\r
303#undef HAVE_GETHOSTBYNAME_R_6_ARG\r
304\r
e5cffcad 305/* Define to 1 if you have the 'getitimer' function. */\r
006fecd5 306#undef HAVE_GETITIMER\r
307\r
e5cffcad 308/* Define to 1 if you have the 'getloadavg' function. */\r
006fecd5 309#undef HAVE_GETLOADAVG\r
310\r
e5cffcad 311/* Define to 1 if you have the 'getlogin' function. */\r
006fecd5 312#undef HAVE_GETLOGIN\r
313\r
e5cffcad 314/* Define to 1 if you have the 'getnameinfo' function. */\r
006fecd5 315#undef HAVE_GETNAMEINFO\r
316\r
317/* Define if you have the 'getpagesize' function. */\r
318#undef HAVE_GETPAGESIZE\r
319\r
e5cffcad 320/* Define to 1 if you have the 'getpeername' function. */\r
b410d6e4 321#define HAVE_GETPEERNAME 1\r
006fecd5 322\r
e5cffcad 323/* Define to 1 if you have the 'getpgid' function. */\r
006fecd5 324#undef HAVE_GETPGID\r
325\r
e5cffcad 326/* Define to 1 if you have the 'getpgrp' function. */\r
006fecd5 327#undef HAVE_GETPGRP\r
328\r
e5cffcad 329/* Define to 1 if you have the 'getpid' function. */\r
006fecd5 330#undef HAVE_GETPID\r
331\r
e5cffcad 332/* Define to 1 if you have the 'getpriority' function. */\r
006fecd5 333#undef HAVE_GETPRIORITY\r
334\r
e5cffcad 335/* Define to 1 if you have the 'getpwent' function. */\r
006fecd5 336#undef HAVE_GETPWENT\r
337\r
e5cffcad 338/* Define to 1 if you have the 'getresgid' function. */\r
006fecd5 339#undef HAVE_GETRESGID\r
340\r
e5cffcad 341/* Define to 1 if you have the 'getresuid' function. */\r
006fecd5 342#undef HAVE_GETRESUID\r
343\r
e5cffcad 344/* Define to 1 if you have the 'getsid' function. */\r
006fecd5 345#undef HAVE_GETSID\r
346\r
e5cffcad 347/* Define to 1 if you have the 'getspent' function. */\r
006fecd5 348#undef HAVE_GETSPENT\r
349\r
e5cffcad 350/* Define to 1 if you have the 'getspnam' function. */\r
006fecd5 351#undef HAVE_GETSPNAM\r
352\r
e5cffcad 353/* Define to 1 if you have the 'gettimeofday' function. */\r
006fecd5 354#undef HAVE_GETTIMEOFDAY\r
355\r
e5cffcad 356/* Define to 1 if you have the 'getwd' function. */\r
006fecd5 357#undef HAVE_GETWD\r
358\r
359/* Define to 1 if you have the <grp.h> header file. */\r
360#undef HAVE_GRP_H\r
361\r
362/* Define if you have the 'hstrerror' function. */\r
363#undef HAVE_HSTRERROR\r
364\r
e5cffcad 365/* Define to 1 if you have the 'hypot' function. */\r
006fecd5 366#undef HAVE_HYPOT\r
367\r
368/* Define to 1 if you have the <ieeefp.h> header file. */\r
369#undef HAVE_IEEEFP_H\r
370\r
371/* Define if you have the 'inet_aton' function. */\r
372#define HAVE_INET_ATON 1\r
373\r
374/* Define if you have the 'inet_pton' function. */\r
375#define HAVE_INET_PTON 1\r
376\r
e5cffcad 377/* Define to 1 if you have the 'initgroups' function. */\r
006fecd5 378#undef HAVE_INITGROUPS\r
379\r
380/* Define to 1 if you have the <inttypes.h> header file. */\r
381#define HAVE_INTTYPES_H 1\r
382\r
383/* Define to 1 if you have the <io.h> header file. */\r
384#undef HAVE_IO_H\r
385\r
e5cffcad 386/* Define to 1 if you have the 'kill' function. */\r
006fecd5 387#undef HAVE_KILL\r
388\r
e5cffcad 389/* Define to 1 if you have the 'killpg' function. */\r
006fecd5 390#undef HAVE_KILLPG\r
391\r
392/* Define if you have the 'kqueue' functions. */\r
393#undef HAVE_KQUEUE\r
394\r
395/* Define to 1 if you have the <langinfo.h> header file. */\r
41b152c5 396#undef HAVE_LANGINFO_H /* non-functional in EFI. */\r
006fecd5 397\r
398/* Defined to enable large file support when an off_t is bigger than a long\r
399 and long long is available and at least as big as an off_t. You may need to\r
400 add some flags for configuration and compilation to enable this mode. (For\r
401 Solaris and Linux, the necessary defines are already defined.) */\r
402#undef HAVE_LARGEFILE_SUPPORT\r
403\r
e5cffcad 404/* Define to 1 if you have the 'lchflags' function. */\r
006fecd5 405#undef HAVE_LCHFLAGS\r
406\r
e5cffcad 407/* Define to 1 if you have the 'lchmod' function. */\r
006fecd5 408#undef HAVE_LCHMOD\r
409\r
e5cffcad 410/* Define to 1 if you have the 'lchown' function. */\r
006fecd5 411#undef HAVE_LCHOWN\r
412\r
e5cffcad 413/* Define to 1 if you have the 'lgamma' function. */\r
006fecd5 414#undef HAVE_LGAMMA\r
415\r
e5cffcad 416/* Define to 1 if you have the 'dl' library (-ldl). */\r
006fecd5 417#undef HAVE_LIBDL\r
418\r
e5cffcad 419/* Define to 1 if you have the 'dld' library (-ldld). */\r
006fecd5 420#undef HAVE_LIBDLD\r
421\r
e5cffcad 422/* Define to 1 if you have the 'ieee' library (-lieee). */\r
006fecd5 423#undef HAVE_LIBIEEE\r
424\r
425/* Define to 1 if you have the <libintl.h> header file. */\r
426#undef HAVE_LIBINTL_H\r
427\r
428/* Define if you have the readline library (-lreadline). */\r
429#undef HAVE_LIBREADLINE\r
430\r
e5cffcad 431/* Define to 1 if you have the 'resolv' library (-lresolv). */\r
006fecd5 432#undef HAVE_LIBRESOLV\r
433\r
434/* Define to 1 if you have the <libutil.h> header file. */\r
435#undef HAVE_LIBUTIL_H\r
436\r
437/* Define if you have the 'link' function. */\r
438#undef HAVE_LINK\r
439\r
440/* Define to 1 if you have the <linux/netlink.h> header file. */\r
441#undef HAVE_LINUX_NETLINK_H\r
442\r
443/* Define to 1 if you have the <linux/tipc.h> header file. */\r
444#undef HAVE_LINUX_TIPC_H\r
445\r
e5cffcad 446/* Define to 1 if you have the 'log1p' function. */\r
006fecd5 447#undef HAVE_LOG1P\r
448\r
449/* Define this if you have the type long double. */\r
450#undef HAVE_LONG_DOUBLE\r
451\r
452/* Define this if you have the type long long. */\r
453#define HAVE_LONG_LONG 1\r
454\r
e5cffcad 455/* Define to 1 if you have the 'lstat' function. */\r
006fecd5 456#define HAVE_LSTAT 1\r
457\r
458/* Define this if you have the makedev macro. */\r
459#undef HAVE_MAKEDEV\r
460\r
e5cffcad 461/* Define to 1 if you have the 'memmove' function. */\r
006fecd5 462#define HAVE_MEMMOVE 1\r
463\r
464/* Define to 1 if you have the <memory.h> header file. */\r
465#undef HAVE_MEMORY_H\r
466\r
e5cffcad 467/* Define to 1 if you have the 'mkfifo' function. */\r
006fecd5 468#undef HAVE_MKFIFO\r
469\r
e5cffcad 470/* Define to 1 if you have the 'mknod' function. */\r
006fecd5 471#undef HAVE_MKNOD\r
472\r
e5cffcad 473/* Define to 1 if you have the 'mktime' function. */\r
006fecd5 474#define HAVE_MKTIME 1\r
475\r
e5cffcad 476/* Define to 1 if you have the 'mremap' function. */\r
006fecd5 477#undef HAVE_MREMAP\r
478\r
479/* Define to 1 if you have the <ncurses.h> header file. */\r
480#undef HAVE_NCURSES_H\r
481\r
e5cffcad 482/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */\r
006fecd5 483#undef HAVE_NDIR_H\r
484\r
485/* Define to 1 if you have the <netpacket/packet.h> header file. */\r
486#undef HAVE_NETPACKET_PACKET_H\r
487\r
e5cffcad 488/* Define to 1 if you have the 'nice' function. */\r
006fecd5 489#undef HAVE_NICE\r
490\r
e5cffcad 491/* Define to 1 if you have the 'openpty' function. */\r
006fecd5 492#undef HAVE_OPENPTY\r
493\r
494/* Define if compiling using MacOS X 10.5 SDK or later. */\r
495#undef HAVE_OSX105_SDK\r
496\r
e5cffcad 497/* Define to 1 if you have the 'pathconf' function. */\r
006fecd5 498#undef HAVE_PATHCONF\r
499\r
e5cffcad 500/* Define to 1 if you have the 'pause' function. */\r
006fecd5 501#undef HAVE_PAUSE\r
502\r
e5cffcad 503/* Define to 1 if you have the 'plock' function. */\r
006fecd5 504#undef HAVE_PLOCK\r
505\r
e5cffcad 506/* Define to 1 if you have the 'poll' function. */\r
b410d6e4 507#define HAVE_POLL 1\r
006fecd5 508\r
509/* Define to 1 if you have the <poll.h> header file. */\r
b410d6e4 510#undef HAVE_POLL_H\r
006fecd5 511\r
512/* Define to 1 if you have the <process.h> header file. */\r
513#undef HAVE_PROCESS_H\r
514\r
515/* Define if your compiler supports function prototype */\r
516#define HAVE_PROTOTYPES 1\r
517\r
518/* Define if you have GNU PTH threads. */\r
519#undef HAVE_PTH\r
520\r
521/* Defined for Solaris 2.6 bug in pthread header. */\r
522#undef HAVE_PTHREAD_DESTRUCTOR\r
523\r
524/* Define to 1 if you have the <pthread.h> header file. */\r
525#undef HAVE_PTHREAD_H\r
526\r
e5cffcad 527/* Define to 1 if you have the 'pthread_init' function. */\r
006fecd5 528#undef HAVE_PTHREAD_INIT\r
529\r
e5cffcad 530/* Define to 1 if you have the 'pthread_sigmask' function. */\r
006fecd5 531#undef HAVE_PTHREAD_SIGMASK\r
532\r
533/* Define to 1 if you have the <pty.h> header file. */\r
534#undef HAVE_PTY_H\r
535\r
e5cffcad 536/* Define to 1 if you have the 'putenv' function. */\r
006fecd5 537#undef HAVE_PUTENV\r
538\r
e5cffcad 539/* Define to 1 if you have the 'readlink' function. */\r
006fecd5 540#undef HAVE_READLINK\r
541\r
e5cffcad 542/* Define to 1 if you have the 'realpath' function. */\r
b410d6e4 543#define HAVE_REALPATH 1\r
006fecd5 544\r
545/* Define if you have readline 2.1 */\r
546#undef HAVE_RL_CALLBACK\r
547\r
548/* Define if you can turn off readline's signal handling. */\r
549#undef HAVE_RL_CATCH_SIGNAL\r
550\r
551/* Define if you have readline 2.2 */\r
552#undef HAVE_RL_COMPLETION_APPEND_CHARACTER\r
553\r
554/* Define if you have readline 4.0 */\r
555#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK\r
556\r
557/* Define if you have readline 4.2 */\r
558#undef HAVE_RL_COMPLETION_MATCHES\r
559\r
560/* Define if you have rl_completion_suppress_append */\r
561#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND\r
562\r
563/* Define if you have readline 4.0 */\r
564#undef HAVE_RL_PRE_INPUT_HOOK\r
565\r
e5cffcad 566/* Define to 1 if you have the 'round' function. */\r
006fecd5 567#undef HAVE_ROUND\r
568\r
e5cffcad 569/* Define to 1 if you have the 'select' function. */\r
b410d6e4 570#define HAVE_SELECT 1\r
006fecd5 571\r
e5cffcad 572/* Define to 1 if you have the 'sem_getvalue' function. */\r
006fecd5 573#undef HAVE_SEM_GETVALUE\r
574\r
e5cffcad 575/* Define to 1 if you have the 'sem_open' function. */\r
006fecd5 576#undef HAVE_SEM_OPEN\r
577\r
e5cffcad 578/* Define to 1 if you have the 'sem_timedwait' function. */\r
006fecd5 579#undef HAVE_SEM_TIMEDWAIT\r
580\r
e5cffcad 581/* Define to 1 if you have the 'sem_unlink' function. */\r
006fecd5 582#undef HAVE_SEM_UNLINK\r
583\r
e5cffcad 584/* Define to 1 if you have the 'setegid' function. */\r
006fecd5 585#undef HAVE_SETEGID\r
586\r
e5cffcad 587/* Define to 1 if you have the 'seteuid' function. */\r
006fecd5 588#undef HAVE_SETEUID\r
589\r
e5cffcad 590/* Define to 1 if you have the 'setgid' function. */\r
006fecd5 591#undef HAVE_SETGID\r
592\r
593/* Define if you have the 'setgroups' function. */\r
594#undef HAVE_SETGROUPS\r
595\r
e5cffcad 596/* Define to 1 if you have the 'setitimer' function. */\r
006fecd5 597#undef HAVE_SETITIMER\r
598\r
e5cffcad 599/* Define to 1 if you have the 'setlocale' function. */\r
006fecd5 600#define HAVE_SETLOCALE 1\r
601\r
e5cffcad 602/* Define to 1 if you have the 'setpgid' function. */\r
006fecd5 603#undef HAVE_SETPGID\r
604\r
e5cffcad 605/* Define to 1 if you have the 'setpgrp' function. */\r
006fecd5 606#undef HAVE_SETPGRP\r
607\r
e5cffcad 608/* Define to 1 if you have the 'setregid' function. */\r
006fecd5 609#undef HAVE_SETREGID\r
610\r
e5cffcad 611/* Define to 1 if you have the 'setresgid' function. */\r
006fecd5 612#undef HAVE_SETRESGID\r
613\r
e5cffcad 614/* Define to 1 if you have the 'setresuid' function. */\r
006fecd5 615#undef HAVE_SETRESUID\r
616\r
e5cffcad 617/* Define to 1 if you have the 'setreuid' function. */\r
006fecd5 618#undef HAVE_SETREUID\r
619\r
e5cffcad 620/* Define to 1 if you have the 'setsid' function. */\r
006fecd5 621#undef HAVE_SETSID\r
622\r
e5cffcad 623/* Define to 1 if you have the 'setuid' function. */\r
006fecd5 624#undef HAVE_SETUID\r
625\r
e5cffcad 626/* Define to 1 if you have the 'setvbuf' function. */\r
41b152c5 627#define HAVE_SETVBUF 1\r
006fecd5 628\r
629/* Define to 1 if you have the <shadow.h> header file. */\r
630#undef HAVE_SHADOW_H\r
631\r
e5cffcad 632/* Define to 1 if you have the 'sigaction' function. */\r
006fecd5 633#undef HAVE_SIGACTION\r
634\r
e5cffcad 635/* Define to 1 if you have the 'siginterrupt' function. */\r
006fecd5 636#undef HAVE_SIGINTERRUPT\r
637\r
638/* Define to 1 if you have the <signal.h> header file. */\r
639#define HAVE_SIGNAL_H 1\r
640\r
e5cffcad 641/* Define to 1 if you have the 'sigrelse' function. */\r
006fecd5 642#undef HAVE_SIGRELSE\r
643\r
e5cffcad 644/* Define to 1 if you have the 'snprintf' function. */\r
006fecd5 645#define HAVE_SNPRINTF 1\r
646\r
647/* Define if sockaddr has sa_len member */\r
648#undef HAVE_SOCKADDR_SA_LEN\r
649\r
650/* struct sockaddr_storage (sys/socket.h) */\r
651#undef HAVE_SOCKADDR_STORAGE\r
652\r
653/* Define if you have the 'socketpair' function. */\r
654#undef HAVE_SOCKETPAIR\r
655\r
656/* Define to 1 if you have the <spawn.h> header file. */\r
657#undef HAVE_SPAWN_H\r
658\r
659/* Define if your compiler provides ssize_t */\r
41b152c5 660#define HAVE_SSIZE_T 1\r
006fecd5 661\r
e5cffcad 662/* Define to 1 if you have the 'statvfs' function. */\r
006fecd5 663#undef HAVE_STATVFS\r
664\r
665/* Define if you have struct stat.st_mtim.tv_nsec */\r
666#undef HAVE_STAT_TV_NSEC\r
667\r
668/* Define if you have struct stat.st_mtimensec */\r
669#undef HAVE_STAT_TV_NSEC2\r
670\r
671/* Define if your compiler supports variable length function prototypes (e.g.\r
672 void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */\r
41b152c5 673#define HAVE_STDARG_PROTOTYPES 1\r
006fecd5 674\r
675/* Define to 1 if you have the <stdint.h> header file. */\r
41b152c5 676#define HAVE_STDINT_H 1\r
006fecd5 677\r
678/* Define to 1 if you have the <stdlib.h> header file. */\r
41b152c5 679#define HAVE_STDLIB_H 1\r
006fecd5 680\r
e5cffcad 681/* Define to 1 if you have the 'strdup' function. */\r
41b152c5 682#define HAVE_STRDUP 1\r
006fecd5 683\r
e5cffcad 684/* Define to 1 if you have the 'strftime' function. */\r
41b152c5 685#define HAVE_STRFTIME 1\r
006fecd5 686\r
687/* Define to 1 if you have the <strings.h> header file. */\r
688#undef HAVE_STRINGS_H\r
689\r
690/* Define to 1 if you have the <string.h> header file. */\r
41b152c5 691#define HAVE_STRING_H 1\r
006fecd5 692\r
693/* Define to 1 if you have the <stropts.h> header file. */\r
694#undef HAVE_STROPTS_H\r
695\r
e5cffcad 696/* Define to 1 if 'st_birthtime' is a member of 'struct stat'. */\r
006fecd5 697#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1\r
698\r
e5cffcad 699/* Define to 1 if 'st_blksize' is a member of 'struct stat'. */\r
006fecd5 700#define HAVE_STRUCT_STAT_ST_BLKSIZE 1\r
701\r
e5cffcad 702/* Define to 1 if 'st_blocks' is a member of 'struct stat'. */\r
006fecd5 703#undef HAVE_STRUCT_STAT_ST_BLOCKS\r
704\r
e5cffcad 705/* Define to 1 if 'st_flags' is a member of 'struct stat'. */\r
006fecd5 706#undef HAVE_STRUCT_STAT_ST_FLAGS\r
707\r
e5cffcad 708/* Define to 1 if 'st_gen' is a member of 'struct stat'. */\r
006fecd5 709#undef HAVE_STRUCT_STAT_ST_GEN\r
710\r
e5cffcad 711/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */\r
006fecd5 712#undef HAVE_STRUCT_STAT_ST_RDEV\r
713\r
e5cffcad 714/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */\r
006fecd5 715#undef HAVE_STRUCT_TM_TM_ZONE\r
716\r
e5cffcad
DM
717/* Define to 1 if your 'struct stat' has 'st_blocks'. Deprecated, use\r
718 'HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
006fecd5 719#undef HAVE_ST_BLOCKS\r
720\r
721/* Define if you have the 'symlink' function. */\r
722#undef HAVE_SYMLINK\r
723\r
e5cffcad 724/* Define to 1 if you have the 'sysconf' function. */\r
006fecd5 725#undef HAVE_SYSCONF\r
726\r
727/* Define to 1 if you have the <sysexits.h> header file. */\r
728#undef HAVE_SYSEXITS_H\r
729\r
730/* Define to 1 if you have the <sys/audioio.h> header file. */\r
731#undef HAVE_SYS_AUDIOIO_H\r
732\r
733/* Define to 1 if you have the <sys/bsdtty.h> header file. */\r
734#undef HAVE_SYS_BSDTTY_H\r
735\r
e5cffcad 736/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.\r
006fecd5 737 */\r
738#undef HAVE_SYS_DIR_H\r
739\r
740/* Define to 1 if you have the <sys/epoll.h> header file. */\r
741#undef HAVE_SYS_EPOLL_H\r
742\r
743/* Define to 1 if you have the <sys/event.h> header file. */\r
744#undef HAVE_SYS_EVENT_H\r
745\r
746/* Define to 1 if you have the <sys/file.h> header file. */\r
747#undef HAVE_SYS_FILE_H\r
748\r
749/* Define to 1 if you have the <sys/loadavg.h> header file. */\r
750#undef HAVE_SYS_LOADAVG_H\r
751\r
752/* Define to 1 if you have the <sys/lock.h> header file. */\r
753#undef HAVE_SYS_LOCK_H\r
754\r
755/* Define to 1 if you have the <sys/mkdev.h> header file. */\r
756#undef HAVE_SYS_MKDEV_H\r
757\r
758/* Define to 1 if you have the <sys/modem.h> header file. */\r
759#undef HAVE_SYS_MODEM_H\r
760\r
e5cffcad 761/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.\r
006fecd5 762 */\r
763#undef HAVE_SYS_NDIR_H\r
764\r
765/* Define to 1 if you have the <sys/param.h> header file. */\r
41b152c5 766#define HAVE_SYS_PARAM_H 1\r
006fecd5 767\r
768/* Define to 1 if you have the <sys/poll.h> header file. */\r
41b152c5 769#define HAVE_SYS_POLL_H 1\r
006fecd5 770\r
771/* Define to 1 if you have the <sys/resource.h> header file. */\r
41b152c5 772#define HAVE_SYS_RESOURCE_H 1\r
006fecd5 773\r
774/* Define to 1 if you have the <sys/select.h> header file. */\r
41b152c5 775#define HAVE_SYS_SELECT_H 1\r
006fecd5 776\r
777/* Define to 1 if you have the <sys/socket.h> header file. */\r
41b152c5 778#define HAVE_SYS_SOCKET_H 1\r
006fecd5 779\r
780/* Define to 1 if you have the <sys/statvfs.h> header file. */\r
781#undef HAVE_SYS_STATVFS_H\r
782\r
783/* Define to 1 if you have the <sys/stat.h> header file. */\r
41b152c5 784#define HAVE_SYS_STAT_H 1\r
006fecd5 785\r
786/* Define to 1 if you have the <sys/termio.h> header file. */\r
787#undef HAVE_SYS_TERMIO_H\r
788\r
789/* Define to 1 if you have the <sys/times.h> header file. */\r
790#undef HAVE_SYS_TIMES_H\r
791\r
792/* Define to 1 if you have the <sys/time.h> header file. */\r
41b152c5 793#define HAVE_SYS_TIME_H 1\r
006fecd5 794\r
795/* Define to 1 if you have the <sys/types.h> header file. */\r
41b152c5 796#define HAVE_SYS_TYPES_H 1\r
006fecd5 797\r
798/* Define to 1 if you have the <sys/un.h> header file. */\r
799#undef HAVE_SYS_UN_H\r
800\r
801/* Define to 1 if you have the <sys/utsname.h> header file. */\r
802#undef HAVE_SYS_UTSNAME_H\r
803\r
804/* Define to 1 if you have the <sys/wait.h> header file. */\r
805#undef HAVE_SYS_WAIT_H\r
806\r
d78fab6b 807/* Define to 1 if you have the system() command. */\r
808#define HAVE_SYSTEM 1\r
809\r
e5cffcad 810/* Define to 1 if you have the 'tcgetpgrp' function. */\r
006fecd5 811#undef HAVE_TCGETPGRP\r
812\r
e5cffcad 813/* Define to 1 if you have the 'tcsetpgrp' function. */\r
006fecd5 814#undef HAVE_TCSETPGRP\r
815\r
e5cffcad 816/* Define to 1 if you have the 'tempnam' function. */\r
41b152c5 817#define HAVE_TEMPNAM 1\r
006fecd5 818\r
819/* Define to 1 if you have the <termios.h> header file. */\r
b410d6e4 820#undef HAVE_TERMIOS_H\r
006fecd5 821\r
822/* Define to 1 if you have the <term.h> header file. */\r
823#undef HAVE_TERM_H\r
824\r
e5cffcad 825/* Define to 1 if you have the 'tgamma' function. */\r
006fecd5 826#undef HAVE_TGAMMA\r
827\r
828/* Define to 1 if you have the <thread.h> header file. */\r
829#undef HAVE_THREAD_H\r
830\r
e5cffcad 831/* Define to 1 if you have the 'timegm' function. */\r
006fecd5 832#undef HAVE_TIMEGM\r
833\r
e5cffcad 834/* Define to 1 if you have the 'times' function. */\r
006fecd5 835#undef HAVE_TIMES\r
836\r
e5cffcad 837/* Define to 1 if you have the 'tmpfile' function. */\r
41b152c5 838#define HAVE_TMPFILE 1\r
006fecd5 839\r
e5cffcad 840/* Define to 1 if you have the 'tmpnam' function. */\r
41b152c5 841#define HAVE_TMPNAM 1\r
006fecd5 842\r
e5cffcad 843/* Define to 1 if you have the 'tmpnam_r' function. */\r
006fecd5 844#undef HAVE_TMPNAM_R\r
845\r
e5cffcad
DM
846/* Define to 1 if your 'struct tm' has 'tm_zone'. Deprecated, use\r
847 'HAVE_STRUCT_TM_TM_ZONE' instead. */\r
006fecd5 848#undef HAVE_TM_ZONE\r
849\r
e5cffcad 850/* Define to 1 if you have the 'truncate' function. */\r
006fecd5 851#undef HAVE_TRUNCATE\r
852\r
e5cffcad
DM
853/* Define to 1 if you don't have 'tm_zone' but do have the external array\r
854 'tzname'. */\r
006fecd5 855#undef HAVE_TZNAME\r
856\r
857/* Define this if you have tcl and TCL_UTF_MAX==6 */\r
858#undef HAVE_UCS4_TCL\r
859\r
e5cffcad 860/* Define to 1 if the system has the type 'uintptr_t'. */\r
41b152c5 861#define HAVE_UINTPTR_T 1\r
006fecd5 862\r
e5cffcad 863/* Define to 1 if you have the 'uname' function. */\r
006fecd5 864#undef HAVE_UNAME\r
865\r
866/* Define to 1 if you have the <unistd.h> header file. */\r
41b152c5 867#define HAVE_UNISTD_H 1\r
006fecd5 868\r
e5cffcad 869/* Define to 1 if you have the 'unsetenv' function. */\r
006fecd5 870#undef HAVE_UNSETENV\r
871\r
872/* Define if you have a useable wchar_t type defined in wchar.h; useable means\r
873 wchar_t must be an unsigned type with at least 16 bits. (see\r
874 Include/unicodeobject.h). */\r
41b152c5 875#define HAVE_USABLE_WCHAR_T 1\r
006fecd5 876\r
877/* Define to 1 if you have the <util.h> header file. */\r
878#undef HAVE_UTIL_H\r
879\r
e5cffcad 880/* Define to 1 if you have the 'utimes' function. */\r
006fecd5 881#undef HAVE_UTIMES\r
882\r
883/* Define to 1 if you have the <utime.h> header file. */\r
b410d6e4 884#define HAVE_UTIME_H 1\r
006fecd5 885\r
e5cffcad 886/* Define to 1 if you have the 'wait3' function. */\r
006fecd5 887#undef HAVE_WAIT3\r
888\r
e5cffcad 889/* Define to 1 if you have the 'wait4' function. */\r
006fecd5 890#undef HAVE_WAIT4\r
891\r
e5cffcad 892/* Define to 1 if you have the 'waitpid' function. */\r
006fecd5 893#undef HAVE_WAITPID\r
894\r
895/* Define if the compiler provides a wchar.h header file. */\r
896#define HAVE_WCHAR_H 1\r
897\r
e5cffcad 898/* Define to 1 if you have the 'wcscoll' function. */\r
006fecd5 899#define HAVE_WCSCOLL 1\r
900\r
901/* Define if tzset() actually switches the local timezone in a meaningful way.\r
902 */\r
903#undef HAVE_WORKING_TZSET\r
904\r
905/* Define if the zlib library has inflateCopy */\r
906#undef HAVE_ZLIB_COPY\r
907\r
e5cffcad 908/* Define to 1 if you have the '_getpty' function. */\r
006fecd5 909#undef HAVE__GETPTY\r
910\r
911/* Define if you are using Mach cthreads directly under /include */\r
912#undef HURD_C_THREADS\r
913\r
914/* Define if you are using Mach cthreads under mach / */\r
915#undef MACH_C_THREADS\r
916\r
e5cffcad 917/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.\r
006fecd5 918 */\r
919#undef MAJOR_IN_MKDEV\r
920\r
e5cffcad 921/* Define to 1 if 'major', 'minor', and 'makedev' are declared in\r
006fecd5 922 <sysmacros.h>. */\r
923#undef MAJOR_IN_SYSMACROS\r
924\r
925/* Define if mvwdelch in curses.h is an expression. */\r
926#undef MVWDELCH_IS_EXPRESSION\r
927\r
928/* Define to the address where bug reports for this package should be sent. */\r
90b10821 929#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org"\r
006fecd5 930\r
931/* Define to the full name of this package. */\r
41b152c5 932#define PACKAGE_NAME "EDK II Python Package"\r
006fecd5 933\r
934/* Define to the full name and version of this package. */\r
d78fab6b 935#define PACKAGE_STRING "EDK II Python Package V0.8"\r
006fecd5 936\r
937/* Define to the one symbol short name of this package. */\r
41b152c5 938#define PACKAGE_TARNAME "EADK_Python"\r
006fecd5 939\r
940/* Define to the home page for this package. */\r
90b10821 941#define PACKAGE_URL "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python"\r
006fecd5 942\r
943/* Define to the version of this package. */\r
d78fab6b 944#define PACKAGE_VERSION "V0.8"\r
006fecd5 945\r
946/* Define if POSIX semaphores aren't enabled on your system */\r
947#define POSIX_SEMAPHORES_NOT_ENABLED 1\r
948\r
949/* Defined if PTHREAD_SCOPE_SYSTEM supported. */\r
950#undef PTHREAD_SYSTEM_SCHED_SUPPORTED\r
951\r
952/* Define as the preferred size in bits of long digits */\r
953#undef PYLONG_BITS_IN_DIGIT\r
954\r
955/* Define to printf format modifier for long long type */\r
956#define PY_FORMAT_LONG_LONG "ll"\r
957\r
958/* Define to printf format modifier for Py_ssize_t */\r
959#define PY_FORMAT_SIZE_T "z"\r
960\r
961/* Define as the integral type used for Unicode representation. */\r
962#define PY_UNICODE_TYPE wchar_t\r
963\r
964/* Define if you want to build an interpreter with many run-time checks. */\r
965#undef Py_DEBUG\r
966\r
967/* Defined if Python is built as a shared library. */\r
968#undef Py_ENABLE_SHARED\r
969\r
970/* Define as the size of the unicode type. */\r
971#define Py_UNICODE_SIZE 2\r
972\r
973/* Define if you want to have a Unicode type. */\r
974#define Py_USING_UNICODE\r
975\r
976/* assume C89 semantics that RETSIGTYPE is always void */\r
977#undef RETSIGTYPE\r
978\r
979/* Define if setpgrp() must be called as setpgrp(0, 0). */\r
980#undef SETPGRP_HAVE_ARG\r
981\r
982/* Define this to be extension of shared libraries (including the dot!). */\r
983#undef SHLIB_EXT\r
984\r
985/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */\r
986#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS\r
987\r
e5cffcad 988/* The size of 'double', as computed by sizeof. */\r
006fecd5 989#define SIZEOF_DOUBLE 8\r
990\r
e5cffcad 991/* The size of 'float', as computed by sizeof. */\r
006fecd5 992#define SIZEOF_FLOAT 4\r
993\r
e5cffcad 994/* The size of 'fpos_t', as computed by sizeof. */\r
41b152c5 995#define SIZEOF_FPOS_T 8\r
006fecd5 996\r
e5cffcad 997/* The size of 'int', as computed by sizeof. */\r
006fecd5 998#define SIZEOF_INT 4\r
999\r
e5cffcad 1000/* The size of 'long', as computed by sizeof. */\r
006fecd5 1001#define SIZEOF_LONG 4\r
1002\r
e5cffcad 1003/* The size of 'long double', as computed by sizeof. */\r
006fecd5 1004#undef SIZEOF_LONG_DOUBLE\r
1005\r
e5cffcad 1006/* The size of 'long long', as computed by sizeof. */\r
006fecd5 1007#define SIZEOF_LONG_LONG 8\r
1008\r
e5cffcad 1009/* The size of 'off_t', as computed by sizeof. */\r
006fecd5 1010#define SIZEOF_OFF_T 4\r
1011\r
e5cffcad 1012/* The size of 'pid_t', as computed by sizeof. */\r
41b152c5 1013#define SIZEOF_PID_T 4\r
006fecd5 1014\r
e5cffcad 1015/* The size of 'pthread_t', as computed by sizeof. */\r
006fecd5 1016#undef SIZEOF_PTHREAD_T\r
1017\r
e5cffcad 1018/* The size of 'short', as computed by sizeof. */\r
006fecd5 1019#define SIZEOF_SHORT 2\r
1020\r
e5cffcad 1021/* The size of 'size_t', as computed by sizeof. */\r
006fecd5 1022#define SIZEOF_SIZE_T 4\r
1023\r
e5cffcad 1024/* The size of 'time_t', as computed by sizeof. */\r
006fecd5 1025#define SIZEOF_TIME_T 4\r
1026\r
e5cffcad 1027/* The size of 'uintptr_t', as computed by sizeof. */\r
006fecd5 1028#define SIZEOF_UINTPTR_T 4\r
1029\r
e5cffcad 1030/* The size of 'void *', as computed by sizeof. */\r
006fecd5 1031#define SIZEOF_VOID_P 4\r
1032\r
e5cffcad 1033/* The size of 'wchar_t', as computed by sizeof. */\r
006fecd5 1034#define SIZEOF_WCHAR_T 2\r
1035\r
e5cffcad 1036/* The size of '_Bool', as computed by sizeof. */\r
006fecd5 1037#define SIZEOF__BOOL 1\r
1038\r
1039/* Define to 1 if you have the ANSI C header files. */\r
41b152c5 1040#define STDC_HEADERS 1\r
006fecd5 1041\r
1042/* Define if you can safely include both <sys/select.h> and <sys/time.h>\r
1043 (which you can't on SCO ODT 3.0). */\r
1044#undef SYS_SELECT_WITH_SYS_TIME\r
1045\r
1046/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */\r
1047#undef TANH_PRESERVES_ZERO_SIGN\r
1048\r
1049/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */\r
1050#undef TIME_WITH_SYS_TIME\r
1051\r
e5cffcad 1052/* Define to 1 if your <sys/time.h> declares 'struct tm'. */\r
006fecd5 1053#undef TM_IN_SYS_TIME\r
1054\r
1055/* Enable extensions on AIX 3, Interix. */\r
1056#ifndef _ALL_SOURCE\r
1057# undef _ALL_SOURCE\r
1058#endif\r
1059/* Enable GNU extensions on systems that have them. */\r
1060#ifndef _GNU_SOURCE\r
1061# undef _GNU_SOURCE\r
1062#endif\r
1063/* Enable threading extensions on Solaris. */\r
1064#ifndef _POSIX_PTHREAD_SEMANTICS\r
1065# undef _POSIX_PTHREAD_SEMANTICS\r
1066#endif\r
1067/* Enable extensions on HP NonStop. */\r
1068#ifndef _TANDEM_SOURCE\r
1069# undef _TANDEM_SOURCE\r
1070#endif\r
1071/* Enable general extensions on Solaris. */\r
1072#ifndef __EXTENSIONS__\r
1073# undef __EXTENSIONS__\r
1074#endif\r
1075\r
1076\r
1077/* Define if you want to use MacPython modules on MacOSX in unix-Python. */\r
1078#undef USE_TOOLBOX_OBJECT_GLUE\r
1079\r
1080/* Define if a va_list is an array of some kind */\r
1081#undef VA_LIST_IS_ARRAY\r
1082\r
1083/* Define if you want SIGFPE handled (see Include/pyfpe.h). */\r
1084#undef WANT_SIGFPE_HANDLER\r
1085\r
1086/* Define if you want wctype.h functions to be used instead of the one\r
1087 supplied by Python itself. (see Include/unicodectype.h). */\r
d78fab6b 1088#define WANT_WCTYPE_FUNCTIONS 1\r
006fecd5 1089\r
1090/* Define if WINDOW in curses.h offers a field _flags. */\r
1091#undef WINDOW_HAS_FLAGS\r
1092\r
1093/* Define if you want documentation strings in extension modules */\r
1094#undef WITH_DOC_STRINGS\r
1095\r
1096/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic\r
1097 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).\r
1098 Dyld is necessary to support frameworks. */\r
1099#undef WITH_DYLD\r
1100\r
1101/* Define to 1 if libintl is needed for locale functions. */\r
1102#undef WITH_LIBINTL\r
1103\r
1104/* Define if you want to produce an OpenStep/Rhapsody framework (shared\r
1105 library plus accessory files). */\r
1106#undef WITH_NEXT_FRAMEWORK\r
1107\r
1108/* Define if you want to compile in Python-specific mallocs */\r
1109#undef WITH_PYMALLOC\r
1110\r
1111/* Define if you want to compile in rudimentary thread support */\r
1112#undef WITH_THREAD\r
1113\r
1114/* Define to profile with the Pentium timestamp counter */\r
1115#undef WITH_TSC\r
1116\r
1117/* Define if you want pymalloc to be disabled when running under valgrind */\r
1118#undef WITH_VALGRIND\r
1119\r
1120/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most\r
1121 significant byte first (like Motorola and SPARC, unlike Intel). */\r
1122#if defined AC_APPLE_UNIVERSAL_BUILD\r
1123# if defined __BIG_ENDIAN__\r
1124# define WORDS_BIGENDIAN 1\r
1125# endif\r
1126#else\r
1127# ifndef WORDS_BIGENDIAN\r
1128# undef WORDS_BIGENDIAN\r
1129# endif\r
1130#endif\r
1131\r
1132/* Define if arithmetic is subject to x87-style double rounding issue */\r
1133#undef X87_DOUBLE_ROUNDING\r
1134\r
1135/* Define on OpenBSD to activate all library features */\r
1136#undef _BSD_SOURCE\r
1137\r
1138/* Define on Irix to enable u_int */\r
1139#undef _BSD_TYPES\r
1140\r
1141/* Define on Darwin to activate all library features */\r
1142#undef _DARWIN_C_SOURCE\r
1143\r
1144/* This must be set to 64 on some systems to enable large file support. */\r
1145#undef _FILE_OFFSET_BITS\r
1146\r
1147/* Define on Linux to activate all library features */\r
1148#undef _GNU_SOURCE\r
1149\r
1150/* This must be defined on some systems to enable large file support. */\r
1151#undef _LARGEFILE_SOURCE\r
1152\r
1153/* Define to 1 if on MINIX. */\r
1154#undef _MINIX\r
1155\r
1156/* Define on NetBSD to activate all library features */\r
d78fab6b 1157#ifndef _NETBSD_SOURCE\r
1158 #define _NETBSD_SOURCE 1\r
1159#endif\r
006fecd5 1160\r
1161/* Define _OSF_SOURCE to get the makedev macro. */\r
1162#undef _OSF_SOURCE\r
1163\r
1164/* Define to 2 if the system does not provide POSIX.1 features except with\r
1165 this defined. */\r
1166#undef _POSIX_1_SOURCE\r
1167\r
1168/* Define to activate features from IEEE Stds 1003.1-2001 */\r
1169#undef _POSIX_C_SOURCE\r
1170\r
e5cffcad 1171/* Define to 1 if you need to in order for 'stat' and other things to work. */\r
006fecd5 1172#undef _POSIX_SOURCE\r
1173\r
1174/* Define if you have POSIX threads, and your system does not define that. */\r
1175#undef _POSIX_THREADS\r
1176\r
1177/* Define to force use of thread-safe errno, h_errno, and other functions */\r
1178#undef _REENTRANT\r
1179\r
1180/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,\r
1181 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the\r
1182 #define below would cause a syntax error. */\r
1183#undef _UINT32_T\r
1184\r
1185/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,\r
1186 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the\r
1187 #define below would cause a syntax error. */\r
1188#undef _UINT64_T\r
1189\r
1190/* Define to the level of X/Open that your system supports */\r
1191#undef _XOPEN_SOURCE\r
1192\r
1193/* Define to activate Unix95-and-earlier features */\r
1194#undef _XOPEN_SOURCE_EXTENDED\r
1195\r
1196/* Define on FreeBSD to activate all library features */\r
1197#undef __BSD_VISIBLE\r
1198\r
e5cffcad 1199/* Define to 1 if type 'char' is unsigned and you are not using gcc. */\r
006fecd5 1200#ifndef __CHAR_UNSIGNED__\r
1201# undef __CHAR_UNSIGNED__\r
1202#endif\r
1203\r
1204/* Defined on Solaris to see additional function prototypes. */\r
1205#undef __EXTENSIONS__\r
1206\r
1207/* Define to 'long' if <time.h> doesn't define. */\r
1208//#undef clock_t\r
1209\r
e5cffcad 1210/* Define to empty if 'const' does not conform to ANSI C. */\r
006fecd5 1211//#undef const\r
1212\r
e5cffcad 1213/* Define to 'int' if <sys/types.h> doesn't define. */\r
006fecd5 1214//#undef gid_t\r
1215\r
1216/* Define to the type of a signed integer type of width exactly 32 bits if\r
1217 such a type exists and the standard includes do not define it. */\r
1218//#undef int32_t\r
1219\r
1220/* Define to the type of a signed integer type of width exactly 64 bits if\r
1221 such a type exists and the standard includes do not define it. */\r
1222//#undef int64_t\r
1223\r
e5cffcad 1224/* Define to 'int' if <sys/types.h> does not define. */\r
006fecd5 1225//#undef mode_t\r
1226\r
e5cffcad 1227/* Define to 'long int' if <sys/types.h> does not define. */\r
006fecd5 1228//#undef off_t\r
1229\r
e5cffcad 1230/* Define to 'int' if <sys/types.h> does not define. */\r
006fecd5 1231//#undef pid_t\r
1232\r
1233/* Define to empty if the keyword does not work. */\r
1234//#undef signed\r
1235\r
e5cffcad 1236/* Define to 'unsigned int' if <sys/types.h> does not define. */\r
006fecd5 1237//#undef size_t\r
1238\r
e5cffcad 1239/* Define to 'int' if <sys/socket.h> does not define. */\r
006fecd5 1240//#undef socklen_t\r
1241\r
e5cffcad 1242/* Define to 'int' if <sys/types.h> doesn't define. */\r
006fecd5 1243//#undef uid_t\r
1244\r
1245/* Define to the type of an unsigned integer type of width exactly 32 bits if\r
1246 such a type exists and the standard includes do not define it. */\r
1247//#undef uint32_t\r
1248\r
1249/* Define to the type of an unsigned integer type of width exactly 64 bits if\r
1250 such a type exists and the standard includes do not define it. */\r
1251//#undef uint64_t\r
1252\r
1253/* Define to empty if the keyword does not work. */\r
1254//#undef volatile\r
1255\r
006fecd5 1256#endif /*Py_PYCONFIG_H*/\r