]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Python...
authorDaryl McDaniel <edk2-lists@mc2research.org>
Mon, 4 Jan 2016 02:48:18 +0000 (02:48 +0000)
committerdarylm503 <darylm503@Edk2>
Mon, 4 Jan 2016 02:48:18 +0000 (02:48 +0000)
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 <edk2-lists@mc2research.org>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
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
AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h

index cce0a00bc3702933889aabb48fcf5d9d6a5bd8a8..b86cfa5592c0841f8bfd4f729863bdb717088319 100644 (file)
 /* 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
-   */\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
+  #undef HAVE_GCC_ASM_FOR_X87\r
 #endif\r
 \r
 /* Define if you have the getaddrinfo function. */\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
+#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
+#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
 #undef HAVE_UINT64_T\r
 \r
 /* Define to 1 if the system has the type 'uintptr_t'. */\r
-#define HAVE_UINTPTR_T    1\r
+#define HAVE_UINTPTR_T                  1\r
 \r
 /* Define to 1 if you have the 'uname' function. */\r
 #undef HAVE_UNAME\r
 #undef HAVE_UTIMES\r
 \r
 /* Define to 1 if you have the <utime.h> header file. */\r
-#define HAVE_UTIME_H    1\r
+#define HAVE_UTIME_H                    1\r
 \r
 /* Define to 1 if you have the 'wait3' function. */\r
 #undef HAVE_WAIT3\r
 #define SIZEOF__BOOL      1\r
 \r
 /* Define to 1 if you have the ANSI C header files. */\r
-#define STDC_HEADERS    1\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 volatile\r
 \r
 #endif /*Py_PYCONFIG_H*/\r
-\r
index 13a4e9daddccd50f26e25bf661d1c8f3ef6861ea..4b082549fdded95f70ab610b32bc864d991c0cf1 100644 (file)
 /* 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 to 1 if you have the <dirent.h> header file, and it defines 'DIR'. */\r
 #define HAVE_DIRENT_H   1\r
 \r
 /* Define to 1 if you have the <dlfcn.h> header file. */\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
-   */\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
+  #undef HAVE_GCC_ASM_FOR_X87\r
 #endif\r
 \r
 /* Define if you have the getaddrinfo function. */\r
-#undef HAVE_GETADDRINFO\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
 #undef HAVE_GETGROUPS\r
 \r
 /* Define to 1 if you have the 'gethostbyname' function. */\r
-#undef HAVE_GETHOSTBYNAME\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
 #undef HAVE_GETLOGIN\r
 \r
 /* Define to 1 if you have the 'getnameinfo' function. */\r
-#undef HAVE_GETNAMEINFO\r
+//#undef HAVE_GETNAMEINFO\r
+#define HAVE_GETNAMEINFO 1\r
 \r
 /* Define if you have the 'getpagesize' function. */\r
 #undef HAVE_GETPAGESIZE\r
 //#undef volatile\r
 \r
 #endif /*Py_PYCONFIG_H*/\r
-\r