From c9f46d31f4846e37ddeee6d04ba48e78daf75456 Mon Sep 17 00:00:00 2001 From: Daryl McDaniel Date: Mon, 4 Jan 2016 02:48:18 +0000 Subject: AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Python 2.7.10 compliance. Add new constants required for Python 2.7.10. Update package and help values. Define networking constants so that the getaddrinfo, gethostbyname, and getnameinfo functions are used from the sockets package. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel Reviewed-by: Jaben Carsey Reviewed-by: Erik Bjorge git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19581 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to '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 index cce0a00bc3..b86cfa5592 100644 --- a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h +++ b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h @@ -280,12 +280,11 @@ /* Define to 1 if you have the 'gamma' function. */ #undef HAVE_GAMMA -/* Define if we can use gcc inline assembler to get and set x87 control word - */ +/* 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. */ @@ -803,13 +802,13 @@ #undef HAVE_SYS_NDIR_H /* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 +#define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_SYS_RESOURCE_H 1 +#define HAVE_SYS_RESOURCE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SELECT_H 1 @@ -904,7 +903,7 @@ #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 @@ -927,7 +926,7 @@ #undef HAVE_UTIMES /* Define to 1 if you have the header file. */ -#define HAVE_UTIME_H 1 +#define HAVE_UTIME_H 1 /* Define to 1 if you have the 'wait3' function. */ #undef HAVE_WAIT3 @@ -1083,7 +1082,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 and (which you can't on SCO ODT 3.0). */ @@ -1301,4 +1300,3 @@ //#undef volatile #endif /*Py_PYCONFIG_H*/ - -- cgit v1.2.3