]> 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 ef95d1be62712ebe4f6ca5036d4fe97417fc9225..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
 \r
 #include  <Uefi.h>\r
 \r
-/* Define to indicate that code is being built to run in the UEFI Environment. */\r
-#define UEFI_ENV    EFI_SYSTEM_TABLE_REVISION\r
-\r
-#define PLATFORM    "UEFI"\r
+#define PLATFORM    "uefi"\r
 \r
 /* Define if building universal (internal helper macro) */\r
 #undef AC_APPLE_UNIVERSAL_BUILD\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 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