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