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