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