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