]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Ia32 / pyconfig.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
deleted file mode 100644 (file)
index 5aa936c..0000000
+++ /dev/null
@@ -1,1302 +0,0 @@
-/** @file\r
-    Manually generated Python Configuration file for EDK II.\r
-\r
-    Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>\r
-    Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
-    This program and the accompanying materials are licensed and made available under\r
-    the terms and conditions of the BSD License that accompanies this distribution.\r
-    The full text of the license may be found at\r
-    http://opensource.org/licenses/bsd-license.\r
-\r
-    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-**/\r
-#ifndef Py_PYCONFIG_H\r
-#define Py_PYCONFIG_H\r
-\r
-#include  <Uefi.h>\r
-\r
-#define PLATFORM    "uefi"\r
-\r
-/* Define if building universal (internal helper macro) */\r
-#undef AC_APPLE_UNIVERSAL_BUILD\r
-\r
-/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want\r
-   support for AIX C++ shared extension modules. */\r
-#undef AIX_GENUINE_CPLUSPLUS\r
-\r
-/* Define this if you have AtheOS threads. */\r
-#undef ATHEOS_THREADS\r
-\r
-/* Define this if you have BeOS threads. */\r
-#undef BEOS_THREADS\r
-\r
-/* Define if you have the Mach cthreads package */\r
-#undef C_THREADS\r
-\r
-/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM\r
-   mixed-endian order (byte order 45670123) */\r
-#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754\r
-\r
-/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most\r
-   significant byte first */\r
-#undef DOUBLE_IS_BIG_ENDIAN_IEEE754\r
-\r
-/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the\r
-   least significant byte first */\r
-#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754\r
-\r
-/* Define if --enable-ipv6 is specified */\r
-#undef ENABLE_IPV6\r
-\r
-/* Define if flock needs to be linked with bsd library. */\r
-#undef FLOCK_NEEDS_LIBBSD\r
-\r
-/* Define if getpgrp() must be called as getpgrp(0). */\r
-#undef GETPGRP_HAVE_ARG\r
-\r
-/* Define if gettimeofday() does not have second (timezone) argument This is\r
-   the case on Motorola V4 (R40V4.2) */\r
-#undef GETTIMEOFDAY_NO_TZ\r
-\r
-/* Define to 1 if you have the 'acosh' function. */\r
-#undef HAVE_ACOSH\r
-\r
-/* struct addrinfo (netdb.h) */\r
-#undef HAVE_ADDRINFO\r
-\r
-/* Define to 1 if you have the 'alarm' function. */\r
-#undef HAVE_ALARM\r
-\r
-/* Define to 1 if you have the <alloca.h> header file. */\r
-#undef HAVE_ALLOCA_H\r
-\r
-/* Define this if your time.h defines altzone. */\r
-#undef HAVE_ALTZONE\r
-\r
-/* Define to 1 if you have the 'asinh' function. */\r
-#undef HAVE_ASINH\r
-\r
-/* Define to 1 if you have the <asm/types.h> header file. */\r
-#undef HAVE_ASM_TYPES_H\r
-\r
-/* Define to 1 if you have the 'atanh' function. */\r
-#undef HAVE_ATANH\r
-\r
-/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */\r
-#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE\r
-\r
-/* Define to 1 if you have the 'bind_textdomain_codeset' function. */\r
-#undef HAVE_BIND_TEXTDOMAIN_CODESET\r
-\r
-/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */\r
-#undef HAVE_BLUETOOTH_BLUETOOTH_H\r
-\r
-/* Define to 1 if you have the <bluetooth.h> header file. */\r
-#undef HAVE_BLUETOOTH_H\r
-\r
-/* Define if nice() returns success/failure instead of the new priority. */\r
-#undef HAVE_BROKEN_NICE\r
-\r
-/* Define if the system reports an invalid PIPE_BUF value. */\r
-#undef HAVE_BROKEN_PIPE_BUF\r
-\r
-/* Define if poll() sets errno on invalid file descriptors. */\r
-#undef HAVE_BROKEN_POLL\r
-\r
-/* Define if the Posix semaphores do not work on your system */\r
-#define HAVE_BROKEN_POSIX_SEMAPHORES  1\r
-\r
-/* Define if pthread_sigmask() does not work on your system. */\r
-#define HAVE_BROKEN_PTHREAD_SIGMASK   1\r
-\r
-/* define to 1 if your sem_getvalue is broken. */\r
-#define HAVE_BROKEN_SEM_GETVALUE      1\r
-\r
-/* Define if 'unsetenv' does not return an int. */\r
-#undef HAVE_BROKEN_UNSETENV\r
-\r
-/* Define this if you have the type _Bool. */\r
-#define HAVE_C99_BOOL                 1\r
-\r
-/* Define to 1 if you have the 'chflags' function. */\r
-#undef HAVE_CHFLAGS\r
-\r
-/* Define to 1 if you have the 'chown' function. */\r
-#undef HAVE_CHOWN\r
-\r
-/* Define if you have the 'chroot' function. */\r
-#undef HAVE_CHROOT\r
-\r
-/* Define to 1 if you have the 'clock' function. */\r
-#define HAVE_CLOCK                    1\r
-\r
-/* Define to 1 if you have the 'confstr' function. */\r
-#undef HAVE_CONFSTR\r
-\r
-/* Define to 1 if you have the <conio.h> header file. */\r
-#undef HAVE_CONIO_H\r
-\r
-/* Define to 1 if you have the 'copysign' function. */\r
-#undef HAVE_COPYSIGN\r
-\r
-/* Define to 1 if you have the 'ctermid' function. */\r
-#undef HAVE_CTERMID\r
-\r
-/* Define if you have the 'ctermid_r' function. */\r
-#undef HAVE_CTERMID_R\r
-\r
-/* Define to 1 if you have the <curses.h> header file. */\r
-#undef HAVE_CURSES_H\r
-\r
-/* Define if you have the 'is_term_resized' function. */\r
-#undef HAVE_CURSES_IS_TERM_RESIZED\r
-\r
-/* Define if you have the 'resizeterm' function. */\r
-#undef HAVE_CURSES_RESIZETERM\r
-\r
-/* Define if you have the 'resize_term' function. */\r
-#undef HAVE_CURSES_RESIZE_TERM\r
-\r
-/* Define to 1 if you have the declaration of 'isfinite', and to 0 if you\r
-   don't. */\r
-#define HAVE_DECL_ISFINITE    0\r
-\r
-/* Define to 1 if you have the declaration of 'isinf', and to 0 if you don't.\r
-   */\r
-#define HAVE_DECL_ISINF       1\r
-\r
-/* Define to 1 if you have the declaration of 'isnan', and to 0 if you don't.\r
-   */\r
-#define HAVE_DECL_ISNAN       1\r
-\r
-/* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.\r
-   */\r
-#define HAVE_DECL_TZNAME      0\r
-\r
-/* Define to 1 if you have the device macros. */\r
-#undef HAVE_DEVICE_MACROS\r
-\r
-/* Define to 1 if you have the /dev/ptc device file. */\r
-#undef HAVE_DEV_PTC\r
-\r
-/* Define to 1 if you have the /dev/ptmx device file. */\r
-#undef HAVE_DEV_PTMX\r
-\r
-/* Define to 1 if you have the <direct.h> header file. */\r
-#undef HAVE_DIRECT_H\r
-\r
-/* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.\r
-   */\r
-#define HAVE_DIRENT_H   1\r
-\r
-/* Define to 1 if you have the <dlfcn.h> header file. */\r
-#undef HAVE_DLFCN_H\r
-\r
-/* Define to 1 if you have the 'dlopen' function. */\r
-#undef HAVE_DLOPEN\r
-\r
-/* Define to 1 if you have the 'dup2' function. */\r
-#define HAVE_DUP2       1\r
-\r
-/* Defined when any dynamic module loading is enabled. */\r
-#undef HAVE_DYNAMIC_LOADING\r
-\r
-/* Define if you have the 'epoll' functions. */\r
-#undef HAVE_EPOLL\r
-\r
-/* Define to 1 if you have the 'erf' function. */\r
-#undef HAVE_ERF\r
-\r
-/* Define to 1 if you have the 'erfc' function. */\r
-#undef HAVE_ERFC\r
-\r
-/* Define to 1 if you have the <errno.h> header file. */\r
-#define HAVE_ERRNO_H    1\r
-\r
-/* Define to 1 if you have the 'execv' function. */\r
-#undef HAVE_EXECV\r
-\r
-/* Define to 1 if you have the 'expm1' function. */\r
-#undef HAVE_EXPM1\r
-\r
-/* Define if you have the 'fchdir' function. */\r
-#undef HAVE_FCHDIR\r
-\r
-/* Define to 1 if you have the 'fchmod' function. */\r
-#undef HAVE_FCHMOD\r
-\r
-/* Define to 1 if you have the 'fchown' function. */\r
-#undef HAVE_FCHOWN\r
-\r
-/* Define to 1 if you have the <fcntl.h> header file. */\r
-#define HAVE_FCNTL_H    1\r
-\r
-/* Define if you have the 'fdatasync' function. */\r
-#undef HAVE_FDATASYNC\r
-\r
-/* Define to 1 if you have the 'finite' function. */\r
-#define HAVE_FINITE     1\r
-\r
-/* Define to 1 if you have the 'flock' function. */\r
-#undef HAVE_FLOCK\r
-\r
-/* Define to 1 if you have the 'fork' function. */\r
-#undef HAVE_FORK\r
-\r
-/* Define to 1 if you have the 'forkpty' function. */\r
-#undef HAVE_FORKPTY\r
-\r
-/* Define to 1 if you have the 'fpathconf' function. */\r
-#undef HAVE_FPATHCONF\r
-\r
-/* Define to 1 if you have the 'fseek64' function. */\r
-#undef HAVE_FSEEK64\r
-\r
-/* Define to 1 if you have the 'fseeko' function. */\r
-#define HAVE_FSEEKO     1\r
-\r
-/* Define to 1 if you have the 'fstatvfs' function. */\r
-#undef HAVE_FSTATVFS\r
-\r
-/* Define if you have the 'fsync' function. */\r
-#undef HAVE_FSYNC\r
-\r
-/* Define to 1 if you have the 'ftell64' function. */\r
-#undef HAVE_FTELL64\r
-\r
-/* Define to 1 if you have the 'ftello' function. */\r
-#define HAVE_FTELLO     1\r
-\r
-/* Define to 1 if you have the 'ftime' function. */\r
-#undef HAVE_FTIME\r
-\r
-/* Define to 1 if you have the 'ftruncate' function. */\r
-#undef HAVE_FTRUNCATE\r
-\r
-/* Define to 1 if you have the 'gai_strerror' function. */\r
-#undef HAVE_GAI_STRERROR\r
-\r
-/* Define to 1 if you have the 'gamma' function. */\r
-#undef HAVE_GAMMA\r
-\r
-/* Define if we can use gcc inline assembler to get and set x87 control word */\r
-#if defined(__GNUC__)\r
-  #define HAVE_GCC_ASM_FOR_X87  1\r
-#else\r
-  #undef HAVE_GCC_ASM_FOR_X87\r
-#endif\r
-\r
-/* Define if you have the getaddrinfo function. */\r
-//#undef HAVE_GETADDRINFO\r
-#define HAVE_GETADDRINFO  1\r
-\r
-/* Define to 1 if you have the 'getcwd' function. */\r
-#define HAVE_GETCWD   1\r
-\r
-/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */\r
-#undef HAVE_GETC_UNLOCKED\r
-\r
-/* Define to 1 if you have the 'getentropy' function. */\r
-#undef HAVE_GETENTROPY\r
-\r
-/* Define to 1 if you have the 'getgroups' function. */\r
-#undef HAVE_GETGROUPS\r
-\r
-/* Define to 1 if you have the 'gethostbyname' function. */\r
-//#undef HAVE_GETHOSTBYNAME\r
-#define HAVE_GETHOSTBYNAME  1\r
-\r
-/* Define this if you have some version of gethostbyname_r() */\r
-#undef HAVE_GETHOSTBYNAME_R\r
-\r
-/* Define this if you have the 3-arg version of gethostbyname_r(). */\r
-#undef HAVE_GETHOSTBYNAME_R_3_ARG\r
-\r
-/* Define this if you have the 5-arg version of gethostbyname_r(). */\r
-#undef HAVE_GETHOSTBYNAME_R_5_ARG\r
-\r
-/* Define this if you have the 6-arg version of gethostbyname_r(). */\r
-#undef HAVE_GETHOSTBYNAME_R_6_ARG\r
-\r
-/* Define to 1 if you have the 'getitimer' function. */\r
-#undef HAVE_GETITIMER\r
-\r
-/* Define to 1 if you have the 'getloadavg' function. */\r
-#undef HAVE_GETLOADAVG\r
-\r
-/* Define to 1 if you have the 'getlogin' function. */\r
-#undef HAVE_GETLOGIN\r
-\r
-/* Define to 1 if you have the 'getnameinfo' function. */\r
-//#undef HAVE_GETNAMEINFO\r
-#define HAVE_GETNAMEINFO 1\r
-\r
-/* Define if you have the 'getpagesize' function. */\r
-#undef HAVE_GETPAGESIZE\r
-\r
-/* Define to 1 if you have the 'getpeername' function. */\r
-#define HAVE_GETPEERNAME  1\r
-\r
-/* Define to 1 if you have the 'getpgid' function. */\r
-#undef HAVE_GETPGID\r
-\r
-/* Define to 1 if you have the 'getpgrp' function. */\r
-#undef HAVE_GETPGRP\r
-\r
-/* Define to 1 if you have the 'getpid' function. */\r
-#undef HAVE_GETPID\r
-\r
-/* Define to 1 if you have the 'getpriority' function. */\r
-#undef HAVE_GETPRIORITY\r
-\r
-/* Define to 1 if you have the 'getpwent' function. */\r
-#undef HAVE_GETPWENT\r
-\r
-/* Define to 1 if you have the 'getresgid' function. */\r
-#undef HAVE_GETRESGID\r
-\r
-/* Define to 1 if you have the 'getresuid' function. */\r
-#undef HAVE_GETRESUID\r
-\r
-/* Define to 1 if you have the 'getsid' function. */\r
-#undef HAVE_GETSID\r
-\r
-/* Define to 1 if you have the 'getspent' function. */\r
-#undef HAVE_GETSPENT\r
-\r
-/* Define to 1 if you have the 'getspnam' function. */\r
-#undef HAVE_GETSPNAM\r
-\r
-/* Define to 1 if you have the 'gettimeofday' function. */\r
-#undef HAVE_GETTIMEOFDAY\r
-\r
-/* Define to 1 if you have the 'getwd' function. */\r
-#undef HAVE_GETWD\r
-\r
-/* Define to 1 if you have the <grp.h> header file. */\r
-#undef HAVE_GRP_H\r
-\r
-/* Define if you have the 'hstrerror' function. */\r
-#undef HAVE_HSTRERROR\r
-\r
-/* Define to 1 if you have the 'hypot' function. */\r
-#undef HAVE_HYPOT\r
-\r
-/* Define to 1 if you have the <ieeefp.h> header file. */\r
-#undef HAVE_IEEEFP_H\r
-\r
-/* Define if you have the 'inet_aton' function. */\r
-#define HAVE_INET_ATON    1\r
-\r
-/* Define if you have the 'inet_pton' function. */\r
-#define HAVE_INET_PTON    1\r
-\r
-/* Define to 1 if you have the 'initgroups' function. */\r
-#undef HAVE_INITGROUPS\r
-\r
-/* Define if your compiler provides int32_t. */\r
-#undef HAVE_INT32_T\r
-\r
-/* Define if your compiler provides int64_t. */\r
-#undef HAVE_INT64_T\r
-\r
-/* Define to 1 if you have the <inttypes.h> header file. */\r
-#define HAVE_INTTYPES_H   1\r
-\r
-/* Define to 1 if you have the <io.h> header file. */\r
-#undef HAVE_IO_H\r
-\r
-/* Define to 1 if you have the 'kill' function. */\r
-#undef HAVE_KILL\r
-\r
-/* Define to 1 if you have the 'killpg' function. */\r
-#undef HAVE_KILLPG\r
-\r
-/* Define if you have the 'kqueue' functions. */\r
-#undef HAVE_KQUEUE\r
-\r
-/* Define to 1 if you have the <langinfo.h> header file. */\r
-#undef HAVE_LANGINFO_H   /* non-functional in EFI. */\r
-\r
-/* Defined to enable large file support when an off_t is bigger than a long\r
-   and long long is available and at least as big as an off_t. You may need to\r
-   add some flags for configuration and compilation to enable this mode. (For\r
-   Solaris and Linux, the necessary defines are already defined.) */\r
-#undef HAVE_LARGEFILE_SUPPORT\r
-\r
-/* Define to 1 if you have the 'lchflags' function. */\r
-#undef HAVE_LCHFLAGS\r
-\r
-/* Define to 1 if you have the 'lchmod' function. */\r
-#undef HAVE_LCHMOD\r
-\r
-/* Define to 1 if you have the 'lchown' function. */\r
-#undef HAVE_LCHOWN\r
-\r
-/* Define to 1 if you have the 'lgamma' function. */\r
-#undef HAVE_LGAMMA\r
-\r
-/* Define to 1 if you have the 'dl' library (-ldl). */\r
-#undef HAVE_LIBDL\r
-\r
-/* Define to 1 if you have the 'dld' library (-ldld). */\r
-#undef HAVE_LIBDLD\r
-\r
-/* Define to 1 if you have the 'ieee' library (-lieee). */\r
-#undef HAVE_LIBIEEE\r
-\r
-/* Define to 1 if you have the <libintl.h> header file. */\r
-#undef HAVE_LIBINTL_H\r
-\r
-/* Define if you have the readline library (-lreadline). */\r
-#undef HAVE_LIBREADLINE\r
-\r
-/* Define to 1 if you have the 'resolv' library (-lresolv). */\r
-#undef HAVE_LIBRESOLV\r
-\r
-/* Define to 1 if you have the <libutil.h> header file. */\r
-#undef HAVE_LIBUTIL_H\r
-\r
-/* Define if you have the 'link' function. */\r
-#undef HAVE_LINK\r
-\r
-/* Define to 1 if you have the <linux/netlink.h> header file. */\r
-#undef HAVE_LINUX_NETLINK_H\r
-\r
-/* Define to 1 if you have the <linux/tipc.h> header file. */\r
-#undef HAVE_LINUX_TIPC_H\r
-\r
-/* Define to 1 if you have the 'log1p' function. */\r
-#undef HAVE_LOG1P\r
-\r
-/* Define this if you have the type long double. */\r
-#undef HAVE_LONG_DOUBLE\r
-\r
-/* Define this if you have the type long long. */\r
-#define HAVE_LONG_LONG  1\r
-\r
-/* Define to 1 if you have the 'lstat' function. */\r
-#define HAVE_LSTAT      1\r
-\r
-/* Define this if you have the makedev macro. */\r
-#undef HAVE_MAKEDEV\r
-\r
-/* Define to 1 if you have the 'memmove' function. */\r
-#define HAVE_MEMMOVE    1\r
-\r
-/* Define to 1 if you have the <memory.h> header file. */\r
-#undef HAVE_MEMORY_H\r
-\r
-/* Define to 1 if you have the 'mkfifo' function. */\r
-#undef HAVE_MKFIFO\r
-\r
-/* Define to 1 if you have the 'mknod' function. */\r
-#undef HAVE_MKNOD\r
-\r
-/* Define to 1 if you have the 'mktime' function. */\r
-#define HAVE_MKTIME     1\r
-\r
-/* Define to 1 if you have the 'mmap' function. */\r
-#undef HAVE_MMAP\r
-\r
-/* Define to 1 if you have the 'mremap' function. */\r
-#undef HAVE_MREMAP\r
-\r
-/* Define to 1 if you have the <ncurses.h> header file. */\r
-#undef HAVE_NCURSES_H\r
-\r
-/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */\r
-#undef HAVE_NDIR_H\r
-\r
-/* Define to 1 if you have the <netpacket/packet.h> header file. */\r
-#undef HAVE_NETPACKET_PACKET_H\r
-\r
-/* Define to 1 if you have the 'nice' function. */\r
-#undef HAVE_NICE\r
-\r
-/* Define to 1 if you have the 'openpty' function. */\r
-#undef HAVE_OPENPTY\r
-\r
-/* Define if compiling using MacOS X 10.5 SDK or later. */\r
-#undef HAVE_OSX105_SDK\r
-\r
-/* Define to 1 if you have the 'pathconf' function. */\r
-#undef HAVE_PATHCONF\r
-\r
-/* Define to 1 if you have the 'pause' function. */\r
-#undef HAVE_PAUSE\r
-\r
-/* Define to 1 if you have the 'plock' function. */\r
-#undef HAVE_PLOCK\r
-\r
-/* Define to 1 if you have the 'poll' function. */\r
-#define HAVE_POLL         1\r
-\r
-/* Define to 1 if you have the <poll.h> header file. */\r
-#undef HAVE_POLL_H\r
-\r
-/* Define to 1 if you have the <process.h> header file. */\r
-#undef HAVE_PROCESS_H\r
-\r
-/* Define if your compiler supports function prototype */\r
-#define HAVE_PROTOTYPES   1\r
-\r
-/* Define if you have GNU PTH threads. */\r
-#undef HAVE_PTH\r
-\r
-/* Define to 1 if you have the 'pthread_atfork' function. */\r
-#undef HAVE_PTHREAD_ATFORK\r
-\r
-/* Defined for Solaris 2.6 bug in pthread header. */\r
-#undef HAVE_PTHREAD_DESTRUCTOR\r
-\r
-/* Define to 1 if you have the <pthread.h> header file. */\r
-#undef HAVE_PTHREAD_H\r
-\r
-/* Define to 1 if you have the 'pthread_init' function. */\r
-#undef HAVE_PTHREAD_INIT\r
-\r
-/* Define to 1 if you have the 'pthread_sigmask' function. */\r
-#undef HAVE_PTHREAD_SIGMASK\r
-\r
-/* Define to 1 if you have the <pty.h> header file. */\r
-#undef HAVE_PTY_H\r
-\r
-/* Define to 1 if you have the 'putenv' function. */\r
-#undef HAVE_PUTENV\r
-\r
-/* Define if the libcrypto has RAND_egd */\r
-#undef HAVE_RAND_EGD\r
-\r
-/* Define to 1 if you have the 'readlink' function. */\r
-#undef HAVE_READLINK\r
-\r
-/* Define to 1 if you have the 'realpath' function. */\r
-#define HAVE_REALPATH   1\r
-\r
-/* Define if you have readline 2.1 */\r
-#undef HAVE_RL_CALLBACK\r
-\r
-/* Define if you can turn off readline's signal handling. */\r
-#undef HAVE_RL_CATCH_SIGNAL\r
-\r
-/* Define if you have readline 2.2 */\r
-#undef HAVE_RL_COMPLETION_APPEND_CHARACTER\r
-\r
-/* Define if you have readline 4.0 */\r
-#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK\r
-\r
-/* Define if you have readline 4.2 */\r
-#undef HAVE_RL_COMPLETION_MATCHES\r
-\r
-/* Define if you have rl_completion_suppress_append */\r
-#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND\r
-\r
-/* Define if you have readline 4.0 */\r
-#undef HAVE_RL_PRE_INPUT_HOOK\r
-\r
-/* Define to 1 if you have the 'round' function. */\r
-#undef HAVE_ROUND\r
-\r
-/* Define to 1 if you have the 'select' function. */\r
-#define HAVE_SELECT       1\r
-\r
-/* Define to 1 if you have the 'sem_getvalue' function. */\r
-#undef HAVE_SEM_GETVALUE\r
-\r
-/* Define to 1 if you have the 'sem_open' function. */\r
-#undef HAVE_SEM_OPEN\r
-\r
-/* Define to 1 if you have the 'sem_timedwait' function. */\r
-#undef HAVE_SEM_TIMEDWAIT\r
-\r
-/* Define to 1 if you have the 'sem_unlink' function. */\r
-#undef HAVE_SEM_UNLINK\r
-\r
-/* Define to 1 if you have the 'setegid' function. */\r
-#undef HAVE_SETEGID\r
-\r
-/* Define to 1 if you have the 'seteuid' function. */\r
-#undef HAVE_SETEUID\r
-\r
-/* Define to 1 if you have the 'setgid' function. */\r
-#undef HAVE_SETGID\r
-\r
-/* Define if you have the 'setgroups' function. */\r
-#undef HAVE_SETGROUPS\r
-\r
-/* Define to 1 if you have the 'setitimer' function. */\r
-#undef HAVE_SETITIMER\r
-\r
-/* Define to 1 if you have the 'setlocale' function. */\r
-#define HAVE_SETLOCALE    1\r
-\r
-/* Define to 1 if you have the 'setpgid' function. */\r
-#undef HAVE_SETPGID\r
-\r
-/* Define to 1 if you have the 'setpgrp' function. */\r
-#undef HAVE_SETPGRP\r
-\r
-/* Define to 1 if you have the 'setregid' function. */\r
-#undef HAVE_SETREGID\r
-\r
-/* Define to 1 if you have the 'setresgid' function. */\r
-#undef HAVE_SETRESGID\r
-\r
-/* Define to 1 if you have the 'setresuid' function. */\r
-#undef HAVE_SETRESUID\r
-\r
-/* Define to 1 if you have the 'setreuid' function. */\r
-#undef HAVE_SETREUID\r
-\r
-/* Define to 1 if you have the 'setsid' function. */\r
-#undef HAVE_SETSID\r
-\r
-/* Define to 1 if you have the 'setuid' function. */\r
-#undef HAVE_SETUID\r
-\r
-/* Define to 1 if you have the 'setvbuf' function. */\r
-#define HAVE_SETVBUF    1\r
-\r
-/* Define to 1 if you have the <shadow.h> header file. */\r
-#undef HAVE_SHADOW_H\r
-\r
-/* Define to 1 if you have the 'sigaction' function. */\r
-#undef HAVE_SIGACTION\r
-\r
-/* Define to 1 if you have the 'siginterrupt' function. */\r
-#undef HAVE_SIGINTERRUPT\r
-\r
-/* Define to 1 if you have the <signal.h> header file. */\r
-#define HAVE_SIGNAL_H   1\r
-\r
-/* Define to 1 if you have the 'sigrelse' function. */\r
-#undef HAVE_SIGRELSE\r
-\r
-/* Define to 1 if you have the 'snprintf' function. */\r
-#define HAVE_SNPRINTF   1\r
-\r
-/* Define if sockaddr has sa_len member */\r
-#undef HAVE_SOCKADDR_SA_LEN\r
-\r
-/* struct sockaddr_storage (sys/socket.h) */\r
-#undef HAVE_SOCKADDR_STORAGE\r
-\r
-/* Define if you have the 'socketpair' function. */\r
-#undef HAVE_SOCKETPAIR\r
-\r
-/* Define to 1 if you have the <spawn.h> header file. */\r
-#undef HAVE_SPAWN_H\r
-\r
-/* Define if your compiler provides ssize_t */\r
-#define HAVE_SSIZE_T    1\r
-\r
-/* Define to 1 if you have the 'statvfs' function. */\r
-#undef HAVE_STATVFS\r
-\r
-/* Define if you have struct stat.st_mtim.tv_nsec */\r
-#undef HAVE_STAT_TV_NSEC\r
-\r
-/* Define if you have struct stat.st_mtimensec */\r
-#undef HAVE_STAT_TV_NSEC2\r
-\r
-/* Define if your compiler supports variable length function prototypes (e.g.\r
-   void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */\r
-#define HAVE_STDARG_PROTOTYPES          1\r
-\r
-/* Define to 1 if you have the <stdint.h> header file. */\r
-#define HAVE_STDINT_H   1\r
-\r
-/* Define to 1 if you have the <stdlib.h> header file. */\r
-#define HAVE_STDLIB_H   1\r
-\r
-/* Define to 1 if you have the 'strdup' function. */\r
-#define HAVE_STRDUP     1\r
-\r
-/* Define to 1 if you have the 'strftime' function. */\r
-#define HAVE_STRFTIME   1\r
-\r
-/* Define to 1 if you have the <strings.h> header file. */\r
-#undef HAVE_STRINGS_H\r
-\r
-/* Define to 1 if you have the <string.h> header file. */\r
-#define HAVE_STRING_H   1\r
-\r
-/* Define to 1 if you have the <stropts.h> header file. */\r
-#undef HAVE_STROPTS_H\r
-\r
-/* Define to 1 if 'st_birthtime' is a member of 'struct stat'. */\r
-#define HAVE_STRUCT_STAT_ST_BIRTHTIME   1\r
-\r
-/* Define to 1 if 'st_blksize' is a member of 'struct stat'. */\r
-#define HAVE_STRUCT_STAT_ST_BLKSIZE     1\r
-\r
-/* Define to 1 if 'st_blocks' is a member of 'struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_BLOCKS\r
-\r
-/* Define to 1 if 'st_flags' is a member of 'struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_FLAGS\r
-\r
-/* Define to 1 if 'st_gen' is a member of 'struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_GEN\r
-\r
-/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_RDEV\r
-\r
-/* Define to 1 if 'st_dev' is a member of 'struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_DEV\r
-\r
-/* Define to 1 if 'st_ino' is a member of 'struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_INO\r
-\r
-/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */\r
-#undef HAVE_STRUCT_TM_TM_ZONE\r
-\r
-/* Define to 1 if your 'struct stat' has 'st_blocks'. Deprecated, use\r
-   'HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
-#undef HAVE_ST_BLOCKS\r
-\r
-/* Define if you have the 'symlink' function. */\r
-#undef HAVE_SYMLINK\r
-\r
-/* Define to 1 if you have the 'sysconf' function. */\r
-#undef HAVE_SYSCONF\r
-\r
-/* Define to 1 if you have the <sysexits.h> header file. */\r
-#undef HAVE_SYSEXITS_H\r
-\r
-/* Define to 1 if you have the <sys/audioio.h> header file. */\r
-#undef HAVE_SYS_AUDIOIO_H\r
-\r
-/* Define to 1 if you have the <sys/bsdtty.h> header file. */\r
-#undef HAVE_SYS_BSDTTY_H\r
-\r
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.\r
-   */\r
-#undef HAVE_SYS_DIR_H\r
-\r
-/* Define to 1 if you have the <sys/epoll.h> header file. */\r
-#undef HAVE_SYS_EPOLL_H\r
-\r
-/* Define to 1 if you have the <sys/event.h> header file. */\r
-#undef HAVE_SYS_EVENT_H\r
-\r
-/* Define to 1 if you have the <sys/file.h> header file. */\r
-#undef HAVE_SYS_FILE_H\r
-\r
-/* Define to 1 if you have the <sys/loadavg.h> header file. */\r
-#undef HAVE_SYS_LOADAVG_H\r
-\r
-/* Define to 1 if you have the <sys/lock.h> header file. */\r
-#undef HAVE_SYS_LOCK_H\r
-\r
-/* Define to 1 if you have the <sys/mkdev.h> header file. */\r
-#undef HAVE_SYS_MKDEV_H\r
-\r
-/* Define to 1 if you have the <sys/modem.h> header file. */\r
-#undef HAVE_SYS_MODEM_H\r
-\r
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.\r
-   */\r
-#undef HAVE_SYS_NDIR_H\r
-\r
-/* Define to 1 if you have the <sys/param.h> header file. */\r
-#define HAVE_SYS_PARAM_H                1\r
-\r
-/* Define to 1 if you have the <sys/poll.h> header file. */\r
-#define HAVE_SYS_POLL_H                 1\r
-\r
-/* Define to 1 if you have the <sys/resource.h> header file. */\r
-#define HAVE_SYS_RESOURCE_H             1\r
-\r
-/* Define to 1 if you have the <sys/select.h> header file. */\r
-#define HAVE_SYS_SELECT_H               1\r
-\r
-/* Define to 1 if you have the <sys/socket.h> header file. */\r
-#define HAVE_SYS_SOCKET_H               1\r
-\r
-/* Define to 1 if you have the <sys/statvfs.h> header file. */\r
-#undef HAVE_SYS_STATVFS_H\r
-\r
-/* Define to 1 if you have the <sys/stat.h> header file. */\r
-#define HAVE_SYS_STAT_H   1\r
-\r
-/* Define to 1 if you have the <sys/termio.h> header file. */\r
-#undef HAVE_SYS_TERMIO_H\r
-\r
-/* Define to 1 if you have the <sys/times.h> header file. */\r
-#undef HAVE_SYS_TIMES_H\r
-\r
-/* Define to 1 if you have the <sys/time.h> header file. */\r
-#define HAVE_SYS_TIME_H     1\r
-\r
-/* Define to 1 if you have the <sys/types.h> header file. */\r
-#define HAVE_SYS_TYPES_H    1\r
-\r
-/* Define to 1 if you have the <sys/un.h> header file. */\r
-#undef HAVE_SYS_UN_H\r
-\r
-/* Define to 1 if you have the <sys/utsname.h> header file. */\r
-#undef HAVE_SYS_UTSNAME_H\r
-\r
-/* Define to 1 if you have the <sys/wait.h> header file. */\r
-#undef HAVE_SYS_WAIT_H\r
-\r
-/* Define to 1 if you have the system() command. */\r
-#define HAVE_SYSTEM       1\r
-\r
-/* Define to 1 if you have the 'tcgetpgrp' function. */\r
-#undef HAVE_TCGETPGRP\r
-\r
-/* Define to 1 if you have the 'tcsetpgrp' function. */\r
-#undef HAVE_TCSETPGRP\r
-\r
-/* Define to 1 if you have the 'tempnam' function. */\r
-#define HAVE_TEMPNAM      1\r
-\r
-/* Define to 1 if you have the <termios.h> header file. */\r
-#undef HAVE_TERMIOS_H\r
-\r
-/* Define to 1 if you have the <term.h> header file. */\r
-#undef HAVE_TERM_H\r
-\r
-/* Define to 1 if you have the 'tgamma' function. */\r
-#undef HAVE_TGAMMA\r
-\r
-/* Define to 1 if you have the <thread.h> header file. */\r
-#undef HAVE_THREAD_H\r
-\r
-/* Define to 1 if you have the 'timegm' function. */\r
-#undef HAVE_TIMEGM\r
-\r
-/* Define to 1 if you have the 'times' function. */\r
-#undef HAVE_TIMES\r
-\r
-/* Define to 1 if you have the 'tmpfile' function. */\r
-#define HAVE_TMPFILE    1\r
-\r
-/* Define to 1 if you have the 'tmpnam' function. */\r
-#define HAVE_TMPNAM     1\r
-\r
-/* Define to 1 if you have the 'tmpnam_r' function. */\r
-#undef HAVE_TMPNAM_R\r
-\r
-/* Define to 1 if your 'struct tm' has 'tm_zone'. Deprecated, use\r
-   'HAVE_STRUCT_TM_TM_ZONE' instead. */\r
-#undef HAVE_TM_ZONE\r
-\r
-/* Define to 1 if you have the 'truncate' function. */\r
-#undef HAVE_TRUNCATE\r
-\r
-/* Define to 1 if you don't have 'tm_zone' but do have the external array\r
-   'tzname'. */\r
-#undef HAVE_TZNAME\r
-\r
-/* Define this if you have tcl and TCL_UTF_MAX==6 */\r
-#undef HAVE_UCS4_TCL\r
-\r
-/* Define if your compiler provides uint32_t. */\r
-#undef HAVE_UINT32_T\r
-\r
-/* Define if your compiler provides uint64_t. */\r
-#undef HAVE_UINT64_T\r
-\r
-/* Define to 1 if the system has the type 'uintptr_t'. */\r
-#define HAVE_UINTPTR_T                  1\r
-\r
-/* Define to 1 if you have the 'uname' function. */\r
-#undef HAVE_UNAME\r
-\r
-/* Define to 1 if you have the <unistd.h> header file. */\r
-#define HAVE_UNISTD_H                   1\r
-\r
-/* Define to 1 if you have the 'unsetenv' function. */\r
-#undef HAVE_UNSETENV\r
-\r
-/* Define if you have a useable wchar_t type defined in wchar.h; useable means\r
-   wchar_t must be an unsigned type with at least 16 bits. (see\r
-   Include/unicodeobject.h). */\r
-#define HAVE_USABLE_WCHAR_T             1\r
-\r
-/* Define to 1 if you have the <util.h> header file. */\r
-#undef HAVE_UTIL_H\r
-\r
-/* Define to 1 if you have the 'utimes' function. */\r
-#undef HAVE_UTIMES\r
-\r
-/* Define to 1 if you have the <utime.h> header file. */\r
-#define HAVE_UTIME_H                    1\r
-\r
-/* Define to 1 if you have the 'wait3' function. */\r
-#undef HAVE_WAIT3\r
-\r
-/* Define to 1 if you have the 'wait4' function. */\r
-#undef HAVE_WAIT4\r
-\r
-/* Define to 1 if you have the 'waitpid' function. */\r
-#undef HAVE_WAITPID\r
-\r
-/* Define if the compiler provides a wchar.h header file. */\r
-#define HAVE_WCHAR_H    1\r
-\r
-/* Define to 1 if you have the 'wcscoll' function. */\r
-#define HAVE_WCSCOLL    1\r
-\r
-/* Define if tzset() actually switches the local timezone in a meaningful way.\r
-   */\r
-#undef HAVE_WORKING_TZSET\r
-\r
-/* Define if the zlib library has inflateCopy */\r
-#undef HAVE_ZLIB_COPY\r
-\r
-/* Define to 1 if you have the '_getpty' function. */\r
-#undef HAVE__GETPTY\r
-\r
-/* Define if you are using Mach cthreads directly under /include */\r
-#undef HURD_C_THREADS\r
-\r
-/* Define if you are using Mach cthreads under mach / */\r
-#undef MACH_C_THREADS\r
-\r
-/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.\r
-   */\r
-#undef MAJOR_IN_MKDEV\r
-\r
-/* Define to 1 if 'major', 'minor', and 'makedev' are declared in\r
-   <sysmacros.h>. */\r
-#undef MAJOR_IN_SYSMACROS\r
-\r
-/* Define if mvwdelch in curses.h is an expression. */\r
-#undef MVWDELCH_IS_EXPRESSION\r
-\r
-/* Define to the address where bug reports for this package should be sent. */\r
-#define PACKAGE_BUGREPORT   "edk2-devel@lists.01.org"\r
-\r
-/* Define to the full name of this package. */\r
-#define PACKAGE_NAME    "EDK II Python 2.7.10 Package"\r
-\r
-/* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING  "EDK II Python 2.7.10 Package V0.1"\r
-\r
-/* Define to the one symbol short name of this package. */\r
-#define PACKAGE_TARNAME   "EADK_Python"\r
-\r
-/* Define to the home page for this package. */\r
-#define PACKAGE_URL   "http://www.tianocore.org/"\r
-\r
-/* Define to the version of this package. */\r
-#define PACKAGE_VERSION  "V0.1"\r
-\r
-/* Define if POSIX semaphores aren't enabled on your system */\r
-#define POSIX_SEMAPHORES_NOT_ENABLED    1\r
-\r
-/* Defined if PTHREAD_SCOPE_SYSTEM supported. */\r
-#undef PTHREAD_SYSTEM_SCHED_SUPPORTED\r
-\r
-/* Define as the preferred size in bits of long digits */\r
-#undef PYLONG_BITS_IN_DIGIT\r
-\r
-/* Define to printf format modifier for long long type */\r
-#define PY_FORMAT_LONG_LONG   "ll"\r
-\r
-/* Define to printf format modifier for Py_ssize_t */\r
-#define PY_FORMAT_SIZE_T    "z"\r
-\r
-/* Define as the integral type used for Unicode representation. */\r
-#define PY_UNICODE_TYPE     wchar_t\r
-\r
-/* Define if you want to build an interpreter with many run-time checks. */\r
-#undef Py_DEBUG\r
-\r
-/* Defined if Python is built as a shared library. */\r
-#undef Py_ENABLE_SHARED\r
-\r
-/* Define as the size of the unicode type. */\r
-#define Py_UNICODE_SIZE   2\r
-\r
-/* Define if you want to have a Unicode type. */\r
-#define Py_USING_UNICODE\r
-\r
-/* assume C89 semantics that RETSIGTYPE is always void */\r
-#undef RETSIGTYPE\r
-\r
-/* Define if setpgrp() must be called as setpgrp(0, 0). */\r
-#undef SETPGRP_HAVE_ARG\r
-\r
-/* Define this to be extension of shared libraries (including the dot!). */\r
-#undef SHLIB_EXT\r
-\r
-/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */\r
-#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS\r
-\r
-/* The size of 'double', as computed by sizeof. */\r
-#define SIZEOF_DOUBLE     8\r
-\r
-/* The size of 'float', as computed by sizeof. */\r
-#define SIZEOF_FLOAT      4\r
-\r
-/* The size of 'fpos_t', as computed by sizeof. */\r
-#define SIZEOF_FPOS_T     8\r
-\r
-/* The size of 'int', as computed by sizeof. */\r
-#define SIZEOF_INT        4\r
-\r
-/* The size of 'long', as computed by sizeof. */\r
-#define SIZEOF_LONG       4\r
-\r
-/* The size of 'long double', as computed by sizeof. */\r
-#undef SIZEOF_LONG_DOUBLE\r
-\r
-/* The size of 'long long', as computed by sizeof. */\r
-#define SIZEOF_LONG_LONG  8\r
-\r
-/* The size of 'off_t', as computed by sizeof. */\r
-#define SIZEOF_OFF_T      4\r
-\r
-/* The size of 'pid_t', as computed by sizeof. */\r
-#define SIZEOF_PID_T      4\r
-\r
-/* The size of 'pthread_t', as computed by sizeof. */\r
-#undef SIZEOF_PTHREAD_T\r
-\r
-/* The size of 'short', as computed by sizeof. */\r
-#define SIZEOF_SHORT      2\r
-\r
-/* The size of 'size_t', as computed by sizeof. */\r
-#define SIZEOF_SIZE_T     4\r
-\r
-/* The size of 'time_t', as computed by sizeof. */\r
-#define SIZEOF_TIME_T     4\r
-\r
-/* The size of 'uintptr_t', as computed by sizeof. */\r
-#define SIZEOF_UINTPTR_T  4\r
-\r
-/* The size of 'void *', as computed by sizeof. */\r
-#define SIZEOF_VOID_P     4\r
-\r
-/* The size of 'wchar_t', as computed by sizeof. */\r
-#define SIZEOF_WCHAR_T    2\r
-\r
-/* The size of '_Bool', as computed by sizeof. */\r
-#define SIZEOF__BOOL      1\r
-\r
-/* Define to 1 if you have the ANSI C header files. */\r
-#define STDC_HEADERS      1\r
-\r
-/* Define if you can safely include both <sys/select.h> and <sys/time.h>\r
-   (which you can't on SCO ODT 3.0). */\r
-#undef SYS_SELECT_WITH_SYS_TIME\r
-\r
-/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */\r
-#undef TANH_PRESERVES_ZERO_SIGN\r
-\r
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */\r
-#undef TIME_WITH_SYS_TIME\r
-\r
-/* Define to 1 if your <sys/time.h> declares 'struct tm'. */\r
-#undef TM_IN_SYS_TIME\r
-\r
-/* Enable extensions on AIX 3, Interix.  */\r
-#ifndef _ALL_SOURCE\r
-# undef _ALL_SOURCE\r
-#endif\r
-/* Enable GNU extensions on systems that have them.  */\r
-#ifndef _GNU_SOURCE\r
-# undef _GNU_SOURCE\r
-#endif\r
-/* Enable threading extensions on Solaris.  */\r
-#ifndef _POSIX_PTHREAD_SEMANTICS\r
-# undef _POSIX_PTHREAD_SEMANTICS\r
-#endif\r
-/* Enable extensions on HP NonStop.  */\r
-#ifndef _TANDEM_SOURCE\r
-# undef _TANDEM_SOURCE\r
-#endif\r
-/* Enable general extensions on Solaris.  */\r
-#ifndef __EXTENSIONS__\r
-# undef __EXTENSIONS__\r
-#endif\r
-\r
-\r
-/* Define if you want to use MacPython modules on MacOSX in unix-Python. */\r
-#undef USE_TOOLBOX_OBJECT_GLUE\r
-\r
-/* Define if a va_list is an array of some kind */\r
-#undef VA_LIST_IS_ARRAY\r
-\r
-/* Define if you want SIGFPE handled (see Include/pyfpe.h). */\r
-#undef WANT_SIGFPE_HANDLER\r
-\r
-/* Define if you want wctype.h functions to be used instead of the one\r
-   supplied by Python itself. (see Include/unicodectype.h). */\r
-#define WANT_WCTYPE_FUNCTIONS   1\r
-\r
-/* Define if WINDOW in curses.h offers a field _flags. */\r
-#undef WINDOW_HAS_FLAGS\r
-\r
-/* Define if you want documentation strings in extension modules */\r
-#undef WITH_DOC_STRINGS\r
-\r
-/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic\r
-   linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).\r
-   Dyld is necessary to support frameworks. */\r
-#undef WITH_DYLD\r
-\r
-/* Define to 1 if libintl is needed for locale functions. */\r
-#undef WITH_LIBINTL\r
-\r
-/* Define if you want to produce an OpenStep/Rhapsody framework (shared\r
-   library plus accessory files). */\r
-#undef WITH_NEXT_FRAMEWORK\r
-\r
-/* Define if you want to compile in Python-specific mallocs */\r
-#undef WITH_PYMALLOC\r
-\r
-/* Define if you want to compile in rudimentary thread support */\r
-#undef WITH_THREAD\r
-\r
-/* Define to profile with the Pentium timestamp counter */\r
-#undef WITH_TSC\r
-\r
-/* Define if you want pymalloc to be disabled when running under valgrind */\r
-#undef WITH_VALGRIND\r
-\r
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most\r
-   significant byte first (like Motorola and SPARC, unlike Intel). */\r
-#if defined AC_APPLE_UNIVERSAL_BUILD\r
-# if defined __BIG_ENDIAN__\r
-#  define WORDS_BIGENDIAN 1\r
-# endif\r
-#else\r
-# ifndef WORDS_BIGENDIAN\r
-#  undef WORDS_BIGENDIAN\r
-# endif\r
-#endif\r
-\r
-/* Define if arithmetic is subject to x87-style double rounding issue */\r
-#undef X87_DOUBLE_ROUNDING\r
-\r
-/* Define on OpenBSD to activate all library features */\r
-#undef _BSD_SOURCE\r
-\r
-/* Define on Irix to enable u_int */\r
-#undef _BSD_TYPES\r
-\r
-/* Define on Darwin to activate all library features */\r
-#undef _DARWIN_C_SOURCE\r
-\r
-/* This must be set to 64 on some systems to enable large file support. */\r
-#undef _FILE_OFFSET_BITS\r
-\r
-/* Define on Linux to activate all library features */\r
-#undef _GNU_SOURCE\r
-\r
-/* This must be defined on some systems to enable large file support. */\r
-#undef _LARGEFILE_SOURCE\r
-\r
-/* This must be defined on AIX systems to enable large file support. */\r
-#undef _LARGE_FILES\r
-\r
-/* Define to 1 if on MINIX. */\r
-#undef _MINIX\r
-\r
-/* Define on NetBSD to activate all library features */\r
-#define _NETBSD_SOURCE  1\r
-\r
-/* Define _OSF_SOURCE to get the makedev macro. */\r
-#undef _OSF_SOURCE\r
-\r
-/* Define to 2 if the system does not provide POSIX.1 features except with\r
-   this defined. */\r
-#undef _POSIX_1_SOURCE\r
-\r
-/* Define to activate features from IEEE Stds 1003.1-2001 */\r
-#undef _POSIX_C_SOURCE\r
-\r
-/* Define to 1 if you need to in order for 'stat' and other things to work. */\r
-#undef _POSIX_SOURCE\r
-\r
-/* Define if you have POSIX threads, and your system does not define that. */\r
-#undef _POSIX_THREADS\r
-\r
-/* Define to force use of thread-safe errno, h_errno, and other functions */\r
-#undef _REENTRANT\r
-\r
-/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,\r
-   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the\r
-   #define below would cause a syntax error. */\r
-#undef _UINT32_T\r
-\r
-/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,\r
-   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the\r
-   #define below would cause a syntax error. */\r
-#undef _UINT64_T\r
-\r
-/* Define to the level of X/Open that your system supports */\r
-#undef _XOPEN_SOURCE\r
-\r
-/* Define to activate Unix95-and-earlier features */\r
-#undef _XOPEN_SOURCE_EXTENDED\r
-\r
-/* Define on FreeBSD to activate all library features */\r
-#undef __BSD_VISIBLE\r
-\r
-/* Define to 1 if type 'char' is unsigned and you are not using gcc.  */\r
-#ifndef __CHAR_UNSIGNED__\r
-# undef __CHAR_UNSIGNED__\r
-#endif\r
-\r
-/* Defined on Solaris to see additional function prototypes. */\r
-#undef __EXTENSIONS__\r
-\r
-/* Define to 'long' if <time.h> doesn't define. */\r
-//#undef clock_t\r
-\r
-/* Define to empty if 'const' does not conform to ANSI C. */\r
-//#undef const\r
-\r
-/* Define to 'int' if <sys/types.h> doesn't define. */\r
-//#undef gid_t\r
-\r
-/* Define to the type of a signed integer type of width exactly 32 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef int32_t\r
-\r
-/* Define to the type of a signed integer type of width exactly 64 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef int64_t\r
-\r
-/* Define to 'int' if <sys/types.h> does not define. */\r
-//#undef mode_t\r
-\r
-/* Define to 'long int' if <sys/types.h> does not define. */\r
-//#undef off_t\r
-\r
-/* Define to 'int' if <sys/types.h> does not define. */\r
-//#undef pid_t\r
-\r
-/* Define to empty if the keyword does not work. */\r
-//#undef signed\r
-\r
-/* Define to 'unsigned int' if <sys/types.h> does not define. */\r
-//#undef size_t\r
-\r
-/* Define to 'int' if <sys/socket.h> does not define. */\r
-//#undef socklen_t\r
-\r
-/* Define to 'int' if <sys/types.h> doesn't define. */\r
-//#undef uid_t\r
-\r
-/* Define to the type of an unsigned integer type of width exactly 32 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef uint32_t\r
-\r
-/* Define to the type of an unsigned integer type of width exactly 64 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef uint64_t\r
-\r
-/* Define to empty if the keyword does not work. */\r
-//#undef volatile\r
-\r
-#endif /*Py_PYCONFIG_H*/\r