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