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