summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h')
-rw-r--r--AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h93
1 files changed, 66 insertions, 27 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
index 7970f14430..02808583b5 100644
--- a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
+++ b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
@@ -1,6 +1,7 @@
/** @file
Manually generated Python Configuration file for EDK II.
+ Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>
Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
@@ -67,6 +68,9 @@
/* Define to 1 if you have the 'alarm' function. */
#undef HAVE_ALARM
+/* Define to 1 if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
+
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE
@@ -109,6 +113,9 @@
/* define to 1 if your sem_getvalue is broken. */
#define HAVE_BROKEN_SEM_GETVALUE 1
+/* Define if 'unsetenv' does not return an int. */
+#undef HAVE_BROKEN_UNSETENV
+
/* Define this if you have the type _Bool. */
#define HAVE_C99_BOOL 1
@@ -170,10 +177,10 @@
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS
-/* Define if we have /dev/ptc. */
+/* Define to 1 if you have the /dev/ptc device file. */
#undef HAVE_DEV_PTC
-/* Define if we have /dev/ptmx. */
+/* Define to 1 if you have the /dev/ptmx device file. */
#undef HAVE_DEV_PTMX
/* Define to 1 if you have the <direct.h> header file. */
@@ -274,11 +281,11 @@
#undef HAVE_GAMMA
/* Define if we can use gcc inline assembler to get and set x87 control word
-*/
+ */
#if defined(__GNUC__)
#define HAVE_GCC_ASM_FOR_X87 1
#else
- #undef HAVE_GCC_ASM_FOR_X87
+#undef HAVE_GCC_ASM_FOR_X87
#endif
/* Define if you have the getaddrinfo function. */
@@ -290,6 +297,9 @@
/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
#undef HAVE_GETC_UNLOCKED
+/* Define to 1 if you have the 'getentropy' function. */
+#undef HAVE_GETENTROPY
+
/* Define to 1 if you have the 'getgroups' function. */
#undef HAVE_GETGROUPS
@@ -383,6 +393,12 @@
/* Define to 1 if you have the 'initgroups' function. */
#undef HAVE_INITGROUPS
+/* Define if your compiler provides int32_t. */
+#undef HAVE_INT32_T
+
+/* Define if your compiler provides int64_t. */
+#undef HAVE_INT64_T
+
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
@@ -479,6 +495,9 @@
/* Define to 1 if you have the 'mktime' function. */
#define HAVE_MKTIME 1
+/* Define to 1 if you have the 'mmap' function. */
+#undef HAVE_MMAP
+
/* Define to 1 if you have the 'mremap' function. */
#undef HAVE_MREMAP
@@ -524,6 +543,9 @@
/* Define if you have GNU PTH threads. */
#undef HAVE_PTH
+/* Define to 1 if you have the 'pthread_atfork' function. */
+#undef HAVE_PTHREAD_ATFORK
+
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR
@@ -542,6 +564,9 @@
/* Define to 1 if you have the 'putenv' function. */
#undef HAVE_PUTENV
+/* Define if the libcrypto has RAND_egd */
+#undef HAVE_RAND_EGD
+
/* Define to 1 if you have the 'readlink' function. */
#undef HAVE_READLINK
@@ -679,22 +704,22 @@
#define HAVE_STDARG_PROTOTYPES 1
/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
+#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
+#define HAVE_STDLIB_H 1
/* Define to 1 if you have the 'strdup' function. */
-#define HAVE_STRDUP 1
+#define HAVE_STRDUP 1
/* Define to 1 if you have the 'strftime' function. */
-#define HAVE_STRFTIME 1
+#define HAVE_STRFTIME 1
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
+#define HAVE_STRING_H 1
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
@@ -717,6 +742,12 @@
/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
+/* Define to 1 if 'st_dev' is a member of 'struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_DEV
+
+/* Define to 1 if 'st_ino' is a member of 'struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_INO
+
/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
@@ -769,13 +800,13 @@
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
-#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/poll.h> header file. */
#define HAVE_SYS_POLL_H 1
/* Define to 1 if you have the <sys/resource.h> header file. */
-#define HAVE_SYS_RESOURCE_H 1
+#define HAVE_SYS_RESOURCE_H 1
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
@@ -787,7 +818,7 @@
#undef HAVE_SYS_STATVFS_H
/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/termio.h> header file. */
#undef HAVE_SYS_TERMIO_H
@@ -796,10 +827,10 @@
#undef HAVE_SYS_TIMES_H
/* Define to 1 if you have the <sys/time.h> header file. */
-#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
@@ -820,7 +851,7 @@
#undef HAVE_TCSETPGRP
/* Define to 1 if you have the 'tempnam' function. */
-#define HAVE_TEMPNAM 1
+#define HAVE_TEMPNAM 1
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
@@ -841,10 +872,10 @@
#undef HAVE_TIMES
/* Define to 1 if you have the 'tmpfile' function. */
-#define HAVE_TMPFILE 1
+#define HAVE_TMPFILE 1
/* Define to 1 if you have the 'tmpnam' function. */
-#define HAVE_TMPNAM 1
+#define HAVE_TMPNAM 1
/* Define to 1 if you have the 'tmpnam_r' function. */
#undef HAVE_TMPNAM_R
@@ -863,8 +894,14 @@
/* Define this if you have tcl and TCL_UTF_MAX==6 */
#undef HAVE_UCS4_TCL
+/* Define if your compiler provides uint32_t. */
+#undef HAVE_UINT32_T
+
+/* Define if your compiler provides uint64_t. */
+#undef HAVE_UINT64_T
+
/* Define to 1 if the system has the type 'uintptr_t'. */
-#define HAVE_UINTPTR_T 1
+#define HAVE_UINTPTR_T 1
/* Define to 1 if you have the 'uname' function. */
#undef HAVE_UNAME
@@ -932,22 +969,22 @@
#undef MVWDELCH_IS_EXPRESSION
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net"
+#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org"
/* Define to the full name of this package. */
-#define PACKAGE_NAME "EDK II Python Package"
+#define PACKAGE_NAME "EDK II Python 2.7.10 Package"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "EDK II Python Package V0.8"
+#define PACKAGE_STRING "EDK II Python 2.7.10 Package V0.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "EADK_Python"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python"
+#define PACKAGE_URL "http://edk2.tianocore.org/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "V0.8"
+#define PACKAGE_VERSION "V0.1"
/* Define if POSIX semaphores aren't enabled on your system */
#define POSIX_SEMAPHORES_NOT_ENABLED 1
@@ -1043,7 +1080,7 @@
#define SIZEOF__BOOL 1
/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
+#define STDC_HEADERS 1
/* Define if you can safely include both <sys/select.h> and <sys/time.h>
(which you can't on SCO ODT 3.0). */
@@ -1156,13 +1193,14 @@
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
+/* This must be defined on AIX systems to enable large file support. */
+#undef _LARGE_FILES
+
/* Define to 1 if on MINIX. */
#undef _MINIX
/* Define on NetBSD to activate all library features */
-#ifndef _NETBSD_SOURCE
- #define _NETBSD_SOURCE 1
-#endif
+#define _NETBSD_SOURCE 1
/* Define _OSF_SOURCE to get the makedev macro. */
#undef _OSF_SOURCE
@@ -1260,3 +1298,4 @@
//#undef volatile
#endif /*Py_PYCONFIG_H*/
+