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