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