]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/X64/pyconfig.h
EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.
[mirror_edk2.git] / AppPkg / Applications / Python / X64 / pyconfig.h
index 41b06827f577bd5f680d7a75e6c43767b832d2d2..ddb00c6f4a1c073485aeccd55ee821a52d4d7aac 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
     Manually generated Python Configuration file for EDK II.\r
 \r
-    Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+    Copyright (c) 2011 - 2012, 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
     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
-\r
-\r
 #ifndef Py_PYCONFIG_H\r
 #define Py_PYCONFIG_H\r
 \r
-#define PLATFORM    "UEFI 2.3 X64"\r
+#include  <Uefi.h>\r
 \r
-//#ifndef PYTHONPATH\r
-//# define PYTHONPATH "/Efi/StdLib/lib/python.27;/Efi/StdLib/lib/python.27/lib-dynload"\r
-//#endif\r
+#define PLATFORM    "uefi"\r
 \r
 /* Define if building universal (internal helper macro) */\r
 #undef AC_APPLE_UNIVERSAL_BUILD\r
 \r
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.\r
    */\r
-#undef HAVE_DIRENT_H\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
 #undef HAVE_GETPAGESIZE\r
 \r
 /* Define to 1 if you have the `getpeername' function. */\r
-#undef HAVE_GETPEERNAME\r
+#define HAVE_GETPEERNAME  1\r
 \r
 /* Define to 1 if you have the `getpgid' function. */\r
 #undef HAVE_GETPGID\r
 #undef HAVE_PLOCK\r
 \r
 /* Define to 1 if you have the `poll' function. */\r
-#undef HAVE_POLL\r
+#define HAVE_POLL         1\r
 \r
 /* Define to 1 if you have the <poll.h> header file. */\r
-#define HAVE_POLL_H     1\r
+#undef HAVE_POLL_H\r
 \r
 /* Define to 1 if you have the <process.h> header file. */\r
 #undef HAVE_PROCESS_H\r
 #undef HAVE_READLINK\r
 \r
 /* Define to 1 if you have the `realpath' function. */\r
-#undef HAVE_REALPATH\r
+#define HAVE_REALPATH   1\r
 \r
 /* Define if you have readline 2.1 */\r
 #undef HAVE_RL_CALLBACK\r
 #undef HAVE_ROUND\r
 \r
 /* Define to 1 if you have the `select' function. */\r
-#undef HAVE_SELECT\r
+#define HAVE_SELECT       1\r
 \r
 /* Define to 1 if you have the `sem_getvalue' function. */\r
 #undef HAVE_SEM_GETVALUE\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 HAVE_TEMPNAM      1\r
 \r
 /* Define to 1 if you have the <termios.h> header file. */\r
-#define HAVE_TERMIOS_H    1\r
+#undef HAVE_TERMIOS_H\r
 \r
 /* Define to 1 if you have the <term.h> header file. */\r
 #undef HAVE_TERM_H\r
 #undef HAVE_UTIMES\r
 \r
 /* Define to 1 if you have the <utime.h> header file. */\r
-#undef HAVE_UTIME_H\r
+#define HAVE_UTIME_H    1\r
 \r
 /* Define to 1 if you have the `wait3' function. */\r
 #undef HAVE_WAIT3\r
 #define PACKAGE_NAME    "EDK II Python Package"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING  "EDK II Python Package V0.2"\r
+#define PACKAGE_STRING  "EDK II Python Package V0.8"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME   "EADK_Python"\r
 #define PACKAGE_URL   "http://edk2.tianocore.org/toolkit/python"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION  "V0.2"\r
+#define PACKAGE_VERSION  "V0.8"\r
 \r
 /* Define if POSIX semaphores aren't enabled on your system */\r
 #define POSIX_SEMAPHORES_NOT_ENABLED    1\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
-#undef WANT_WCTYPE_FUNCTIONS\r
+#define WANT_WCTYPE_FUNCTIONS   1\r
 \r
 /* Define if WINDOW in curses.h offers a field _flags. */\r
 #undef WINDOW_HAS_FLAGS\r
 #undef _MINIX\r
 \r
 /* Define on NetBSD to activate all library features */\r
-#define _NETBSD_SOURCE\r
+#ifndef _NETBSD_SOURCE\r
+  #define _NETBSD_SOURCE  1\r
+#endif\r
 \r
 /* Define _OSF_SOURCE to get the makedev macro. */\r
 #undef _OSF_SOURCE\r