]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AppPkg: Removing ipf which is no longer supported from edk2.
authorchenc2 <chen.a.chen@intel.com>
Fri, 29 Jun 2018 03:11:48 +0000 (11:11 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Fri, 29 Jun 2018 08:19:35 +0000 (16:19 +0800)
Removing rules for Ipf sources file:
* Remove the source file which path with "ipf" and also listed in
  [Sources.IPF] section of INF file.
* Remove the source file which listed in [Components.IPF] section
  of DSC file and not listed in any other [Components] section.
* Remove the embedded Ipf code for MDE_CPU_IPF.

Removing rules for Inf file:
* Remove IPF from VALID_ARCHITECTURES comments.
* Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
* Remove the INF which only listed in [Components.IPF] section in DSC.
* Remove statements from [BuildOptions] that provide IPF specific flags.
* Remove any IPF sepcific sections.

Removing rules for Dec file:
* Remove [Includes.IPF] section from Dec.

Removing rules for Dsc file:
* Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
* Remove any IPF specific sections.
* Remove statements from [BuildOptions] that provide IPF specific flags.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
26 files changed:
AppPkg/AppPkg.dsc
AppPkg/Applications/Enquire/Enquire.inf
AppPkg/Applications/Hello/Hello.inf
AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf
AppPkg/Applications/Python/Ipf/pyconfig.h [deleted file]
AppPkg/Applications/Python/PythonCore.inf
AppPkg/Applications/Sockets/DataSink/DataSink.inf
AppPkg/Applications/Sockets/DataSource/DataSource.inf
AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.inf
AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf
AppPkg/Applications/Sockets/GetHostByName/GetHostByName.inf
AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.inf
AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf
AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf
AppPkg/Applications/Sockets/GetServByName/GetServByName.inf
AppPkg/Applications/Sockets/GetServByPort/GetServByPort.inf
AppPkg/Applications/Sockets/OobRx/OobRx.inf
AppPkg/Applications/Sockets/OobTx/OobTx.inf
AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf
AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
AppPkg/Applications/Sockets/RecvDgram/RecvDgram.inf
AppPkg/Applications/Sockets/SetHostName/SetHostName.inf
AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf
AppPkg/Applications/Sockets/TftpServer/TftpServer.inf
AppPkg/Applications/Sockets/WebServer/WebServer.inf

index 58bc84e4ed365c40e89f693d0ff5c7ab7754c209..a4ea6630df8c0b7ed3dc3e8125c627402e184df6 100644 (file)
@@ -7,7 +7,7 @@
 #   for important information about configuring this package for your\r
 #   environment.\r
 #\r
-#   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#   Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #   This program and the accompanying materials\r
 #   are licensed and made available under the terms and conditions of the BSD License\r
 #   which accompanies this distribution. The full text of the license may be found at\r
@@ -40,8 +40,6 @@
   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|$(DEBUG_PROPERTY_MASK)\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)\r
 \r
-[PcdsFixedAtBuild.IPF]\r
-\r
 [LibraryClasses]\r
   #\r
   # Entry Point Libraries\r
index b0a0a2932020f478699b0134b9e717d317cb7c42..090eec19ef5cf29c6914c462eede851390d638ca 100644 (file)
@@ -9,7 +9,7 @@
 # NOTE: Improvements gratefully received. Please mention the version.\r
 #       "http://www.cwi.nl/~steven/enquire.html"\r
 #\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -29,7 +29,7 @@
   ENTRY_POINT                    = ShellCEntryLib\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
index 739478b44314f44f5a73431fc6ccd1059db6071e..20782f7b1a4f57ad84b917d8d96468a960e0ff76 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  A simple, basic, EDK II native, "hello" application.\r
 #\r
-#   Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#   Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #   This program and the accompanying materials\r
 #   are licensed and made available under the terms and conditions of the BSD License\r
 #   which accompanies this distribution. The full text of the license may be found at\r
@@ -21,7 +21,7 @@
   ENTRY_POINT                    = ShellCEntryLib\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
index cfa835b7619f82e6a4ec1df0a089019d87155afa..9f87f2f361b203ce0b7f37ca6473b3dc94c97d1c 100644 (file)
@@ -3,7 +3,7 @@
 #  from the standard input, and writing results to the standard output.\r
 #\r
 #  Copyright (C) 2014, Red Hat, Inc.\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License which accompanies this\r
@@ -24,7 +24,7 @@
   ENTRY_POINT                    = ShellCEntryLib\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
diff --git a/AppPkg/Applications/Python/Ipf/pyconfig.h b/AppPkg/Applications/Python/Ipf/pyconfig.h
deleted file mode 100644 (file)
index 3da9280..0000000
+++ /dev/null
@@ -1,1262 +0,0 @@
-/** @file\r
-    Manually generated Python Configuration file for EDK II.\r
-\r
-    Copyright (c) 2011 - 2016, 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
-    http://opensource.org/licenses/bsd-license.\r
-\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
-#ifndef Py_PYCONFIG_H\r
-#define Py_PYCONFIG_H\r
-\r
-#include  <Uefi.h>\r
-\r
-#define PLATFORM    "uefi"\r
-\r
-/* Define if building universal (internal helper macro) */\r
-#undef AC_APPLE_UNIVERSAL_BUILD\r
-\r
-/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want\r
-   support for AIX C++ shared extension modules. */\r
-#undef AIX_GENUINE_CPLUSPLUS\r
-\r
-/* Define this if you have AtheOS threads. */\r
-#undef ATHEOS_THREADS\r
-\r
-/* Define this if you have BeOS threads. */\r
-#undef BEOS_THREADS\r
-\r
-/* Define if you have the Mach cthreads package */\r
-#undef C_THREADS\r
-\r
-/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM\r
-   mixed-endian order (byte order 45670123) */\r
-#undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754\r
-\r
-/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most\r
-   significant byte first */\r
-#undef DOUBLE_IS_BIG_ENDIAN_IEEE754\r
-\r
-/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the\r
-   least significant byte first */\r
-#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754\r
-\r
-/* Define if --enable-ipv6 is specified */\r
-#undef ENABLE_IPV6\r
-\r
-/* Define if flock needs to be linked with bsd library. */\r
-#undef FLOCK_NEEDS_LIBBSD\r
-\r
-/* Define if getpgrp() must be called as getpgrp(0). */\r
-#undef GETPGRP_HAVE_ARG\r
-\r
-/* Define if gettimeofday() does not have second (timezone) argument This is\r
-   the case on Motorola V4 (R40V4.2) */\r
-#undef GETTIMEOFDAY_NO_TZ\r
-\r
-/* Define to 1 if you have the `acosh' function. */\r
-#undef HAVE_ACOSH\r
-\r
-/* struct addrinfo (netdb.h) */\r
-#undef HAVE_ADDRINFO\r
-\r
-/* Define to 1 if you have the `alarm' function. */\r
-#undef HAVE_ALARM\r
-\r
-/* Define this if your time.h defines altzone. */\r
-#undef HAVE_ALTZONE\r
-\r
-/* Define to 1 if you have the `asinh' function. */\r
-#undef HAVE_ASINH\r
-\r
-/* Define to 1 if you have the <asm/types.h> header file. */\r
-#undef HAVE_ASM_TYPES_H\r
-\r
-/* Define to 1 if you have the `atanh' function. */\r
-#undef HAVE_ATANH\r
-\r
-/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */\r
-#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE\r
-\r
-/* Define to 1 if you have the `bind_textdomain_codeset' function. */\r
-#undef HAVE_BIND_TEXTDOMAIN_CODESET\r
-\r
-/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */\r
-#undef HAVE_BLUETOOTH_BLUETOOTH_H\r
-\r
-/* Define to 1 if you have the <bluetooth.h> header file. */\r
-#undef HAVE_BLUETOOTH_H\r
-\r
-/* Define if nice() returns success/failure instead of the new priority. */\r
-#undef HAVE_BROKEN_NICE\r
-\r
-/* Define if the system reports an invalid PIPE_BUF value. */\r
-#undef HAVE_BROKEN_PIPE_BUF\r
-\r
-/* Define if poll() sets errno on invalid file descriptors. */\r
-#undef HAVE_BROKEN_POLL\r
-\r
-/* Define if the Posix semaphores do not work on your system */\r
-#define HAVE_BROKEN_POSIX_SEMAPHORES  1\r
-\r
-/* Define if pthread_sigmask() does not work on your system. */\r
-#define HAVE_BROKEN_PTHREAD_SIGMASK   1\r
-\r
-/* define to 1 if your sem_getvalue is broken. */\r
-#define HAVE_BROKEN_SEM_GETVALUE      1\r
-\r
-/* Define this if you have the type _Bool. */\r
-#define HAVE_C99_BOOL                 1\r
-\r
-/* Define to 1 if you have the `chflags' function. */\r
-#undef HAVE_CHFLAGS\r
-\r
-/* Define to 1 if you have the `chown' function. */\r
-#undef HAVE_CHOWN\r
-\r
-/* Define if you have the 'chroot' function. */\r
-#undef HAVE_CHROOT\r
-\r
-/* Define to 1 if you have the `clock' function. */\r
-#define HAVE_CLOCK                    1\r
-\r
-/* Define to 1 if you have the `confstr' function. */\r
-#undef HAVE_CONFSTR\r
-\r
-/* Define to 1 if you have the <conio.h> header file. */\r
-#undef HAVE_CONIO_H\r
-\r
-/* Define to 1 if you have the `copysign' function. */\r
-#undef HAVE_COPYSIGN\r
-\r
-/* Define to 1 if you have the `ctermid' function. */\r
-#undef HAVE_CTERMID\r
-\r
-/* Define if you have the 'ctermid_r' function. */\r
-#undef HAVE_CTERMID_R\r
-\r
-/* Define to 1 if you have the <curses.h> header file. */\r
-#undef HAVE_CURSES_H\r
-\r
-/* Define if you have the 'is_term_resized' function. */\r
-#undef HAVE_CURSES_IS_TERM_RESIZED\r
-\r
-/* Define if you have the 'resizeterm' function. */\r
-#undef HAVE_CURSES_RESIZETERM\r
-\r
-/* Define if you have the 'resize_term' function. */\r
-#undef HAVE_CURSES_RESIZE_TERM\r
-\r
-/* Define to 1 if you have the declaration of `isfinite', and to 0 if you\r
-   don't. */\r
-#define HAVE_DECL_ISFINITE    0\r
-\r
-/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.\r
-   */\r
-#define HAVE_DECL_ISINF       1\r
-\r
-/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.\r
-   */\r
-#define HAVE_DECL_ISNAN       1\r
-\r
-/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.\r
-   */\r
-#define HAVE_DECL_TZNAME      0\r
-\r
-/* Define to 1 if you have the device macros. */\r
-#undef HAVE_DEVICE_MACROS\r
-\r
-/* Define if we have /dev/ptc. */\r
-#undef HAVE_DEV_PTC\r
-\r
-/* Define if we have /dev/ptmx. */\r
-#undef HAVE_DEV_PTMX\r
-\r
-/* 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 HAVE_DIRENT_H   1\r
-\r
-/* Define to 1 if you have the <dlfcn.h> header file. */\r
-#undef HAVE_DLFCN_H\r
-\r
-/* Define to 1 if you have the `dlopen' function. */\r
-#undef HAVE_DLOPEN\r
-\r
-/* Define to 1 if you have the `dup2' function. */\r
-#define HAVE_DUP2       1\r
-\r
-/* Defined when any dynamic module loading is enabled. */\r
-#undef HAVE_DYNAMIC_LOADING\r
-\r
-/* Define if you have the 'epoll' functions. */\r
-#undef HAVE_EPOLL\r
-\r
-/* Define to 1 if you have the `erf' function. */\r
-#undef HAVE_ERF\r
-\r
-/* Define to 1 if you have the `erfc' function. */\r
-#undef HAVE_ERFC\r
-\r
-/* Define to 1 if you have the <errno.h> header file. */\r
-#define HAVE_ERRNO_H    1\r
-\r
-/* Define to 1 if you have the `execv' function. */\r
-#undef HAVE_EXECV\r
-\r
-/* Define to 1 if you have the `expm1' function. */\r
-#undef HAVE_EXPM1\r
-\r
-/* Define if you have the 'fchdir' function. */\r
-#undef HAVE_FCHDIR\r
-\r
-/* Define to 1 if you have the `fchmod' function. */\r
-#undef HAVE_FCHMOD\r
-\r
-/* Define to 1 if you have the `fchown' function. */\r
-#undef HAVE_FCHOWN\r
-\r
-/* Define to 1 if you have the <fcntl.h> header file. */\r
-#define HAVE_FCNTL_H    1\r
-\r
-/* Define if you have the 'fdatasync' function. */\r
-#undef HAVE_FDATASYNC\r
-\r
-/* Define to 1 if you have the `finite' function. */\r
-#define HAVE_FINITE     1\r
-\r
-/* Define to 1 if you have the `flock' function. */\r
-#undef HAVE_FLOCK\r
-\r
-/* Define to 1 if you have the `fork' function. */\r
-#undef HAVE_FORK\r
-\r
-/* Define to 1 if you have the `forkpty' function. */\r
-#undef HAVE_FORKPTY\r
-\r
-/* Define to 1 if you have the `fpathconf' function. */\r
-#undef HAVE_FPATHCONF\r
-\r
-/* Define to 1 if you have the `fseek64' function. */\r
-#undef HAVE_FSEEK64\r
-\r
-/* Define to 1 if you have the `fseeko' function. */\r
-#define HAVE_FSEEKO     1\r
-\r
-/* Define to 1 if you have the `fstatvfs' function. */\r
-#undef HAVE_FSTATVFS\r
-\r
-/* Define if you have the 'fsync' function. */\r
-#undef HAVE_FSYNC\r
-\r
-/* Define to 1 if you have the `ftell64' function. */\r
-#undef HAVE_FTELL64\r
-\r
-/* Define to 1 if you have the `ftello' function. */\r
-#define HAVE_FTELLO     1\r
-\r
-/* Define to 1 if you have the `ftime' function. */\r
-#undef HAVE_FTIME\r
-\r
-/* Define to 1 if you have the `ftruncate' function. */\r
-#undef HAVE_FTRUNCATE\r
-\r
-/* Define to 1 if you have the `gai_strerror' function. */\r
-#undef HAVE_GAI_STRERROR\r
-\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
-#undef HAVE_GCC_ASM_FOR_X87\r
-\r
-/* Define if you have the getaddrinfo function. */\r
-#undef HAVE_GETADDRINFO\r
-\r
-/* Define to 1 if you have the `getcwd' function. */\r
-#define HAVE_GETCWD   1\r
-\r
-/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */\r
-#undef HAVE_GETC_UNLOCKED\r
-\r
-/* Define to 1 if you have the `getgroups' function. */\r
-#undef HAVE_GETGROUPS\r
-\r
-/* Define to 1 if you have the `gethostbyname' function. */\r
-#undef HAVE_GETHOSTBYNAME\r
-\r
-/* Define this if you have some version of gethostbyname_r() */\r
-#undef HAVE_GETHOSTBYNAME_R\r
-\r
-/* Define this if you have the 3-arg version of gethostbyname_r(). */\r
-#undef HAVE_GETHOSTBYNAME_R_3_ARG\r
-\r
-/* Define this if you have the 5-arg version of gethostbyname_r(). */\r
-#undef HAVE_GETHOSTBYNAME_R_5_ARG\r
-\r
-/* Define this if you have the 6-arg version of gethostbyname_r(). */\r
-#undef HAVE_GETHOSTBYNAME_R_6_ARG\r
-\r
-/* Define to 1 if you have the `getitimer' function. */\r
-#undef HAVE_GETITIMER\r
-\r
-/* Define to 1 if you have the `getloadavg' function. */\r
-#undef HAVE_GETLOADAVG\r
-\r
-/* Define to 1 if you have the `getlogin' function. */\r
-#undef HAVE_GETLOGIN\r
-\r
-/* Define to 1 if you have the `getnameinfo' function. */\r
-#undef HAVE_GETNAMEINFO\r
-\r
-/* Define if you have the 'getpagesize' function. */\r
-#undef HAVE_GETPAGESIZE\r
-\r
-/* Define to 1 if you have the `getpeername' function. */\r
-#define HAVE_GETPEERNAME  1\r
-\r
-/* Define to 1 if you have the `getpgid' function. */\r
-#undef HAVE_GETPGID\r
-\r
-/* Define to 1 if you have the `getpgrp' function. */\r
-#undef HAVE_GETPGRP\r
-\r
-/* Define to 1 if you have the `getpid' function. */\r
-#undef HAVE_GETPID\r
-\r
-/* Define to 1 if you have the `getpriority' function. */\r
-#undef HAVE_GETPRIORITY\r
-\r
-/* Define to 1 if you have the `getpwent' function. */\r
-#undef HAVE_GETPWENT\r
-\r
-/* Define to 1 if you have the `getresgid' function. */\r
-#undef HAVE_GETRESGID\r
-\r
-/* Define to 1 if you have the `getresuid' function. */\r
-#undef HAVE_GETRESUID\r
-\r
-/* Define to 1 if you have the `getsid' function. */\r
-#undef HAVE_GETSID\r
-\r
-/* Define to 1 if you have the `getspent' function. */\r
-#undef HAVE_GETSPENT\r
-\r
-/* Define to 1 if you have the `getspnam' function. */\r
-#undef HAVE_GETSPNAM\r
-\r
-/* Define to 1 if you have the `gettimeofday' function. */\r
-#undef HAVE_GETTIMEOFDAY\r
-\r
-/* Define to 1 if you have the `getwd' function. */\r
-#undef HAVE_GETWD\r
-\r
-/* Define to 1 if you have the <grp.h> header file. */\r
-#undef HAVE_GRP_H\r
-\r
-/* Define if you have the 'hstrerror' function. */\r
-#undef HAVE_HSTRERROR\r
-\r
-/* Define to 1 if you have the `hypot' function. */\r
-#undef HAVE_HYPOT\r
-\r
-/* Define to 1 if you have the <ieeefp.h> header file. */\r
-#undef HAVE_IEEEFP_H\r
-\r
-/* Define if you have the 'inet_aton' function. */\r
-#define HAVE_INET_ATON    1\r
-\r
-/* Define if you have the 'inet_pton' function. */\r
-#define HAVE_INET_PTON    1\r
-\r
-/* Define to 1 if you have the `initgroups' function. */\r
-#undef HAVE_INITGROUPS\r
-\r
-/* Define to 1 if you have the <inttypes.h> header file. */\r
-#define HAVE_INTTYPES_H   1\r
-\r
-/* Define to 1 if you have the <io.h> header file. */\r
-#undef HAVE_IO_H\r
-\r
-/* Define to 1 if you have the `kill' function. */\r
-#undef HAVE_KILL\r
-\r
-/* Define to 1 if you have the `killpg' function. */\r
-#undef HAVE_KILLPG\r
-\r
-/* Define if you have the 'kqueue' functions. */\r
-#undef HAVE_KQUEUE\r
-\r
-/* Define to 1 if you have the <langinfo.h> header file. */\r
-#undef HAVE_LANGINFO_H   /* non-functional in EFI. */\r
-\r
-/* Defined to enable large file support when an off_t is bigger than a long\r
-   and long long is available and at least as big as an off_t. You may need to\r
-   add some flags for configuration and compilation to enable this mode. (For\r
-   Solaris and Linux, the necessary defines are already defined.) */\r
-#undef HAVE_LARGEFILE_SUPPORT\r
-\r
-/* Define to 1 if you have the `lchflags' function. */\r
-#undef HAVE_LCHFLAGS\r
-\r
-/* Define to 1 if you have the `lchmod' function. */\r
-#undef HAVE_LCHMOD\r
-\r
-/* Define to 1 if you have the `lchown' function. */\r
-#undef HAVE_LCHOWN\r
-\r
-/* Define to 1 if you have the `lgamma' function. */\r
-#undef HAVE_LGAMMA\r
-\r
-/* Define to 1 if you have the `dl' library (-ldl). */\r
-#undef HAVE_LIBDL\r
-\r
-/* Define to 1 if you have the `dld' library (-ldld). */\r
-#undef HAVE_LIBDLD\r
-\r
-/* Define to 1 if you have the `ieee' library (-lieee). */\r
-#undef HAVE_LIBIEEE\r
-\r
-/* Define to 1 if you have the <libintl.h> header file. */\r
-#undef HAVE_LIBINTL_H\r
-\r
-/* Define if you have the readline library (-lreadline). */\r
-#undef HAVE_LIBREADLINE\r
-\r
-/* Define to 1 if you have the `resolv' library (-lresolv). */\r
-#undef HAVE_LIBRESOLV\r
-\r
-/* Define to 1 if you have the <libutil.h> header file. */\r
-#undef HAVE_LIBUTIL_H\r
-\r
-/* Define if you have the 'link' function. */\r
-#undef HAVE_LINK\r
-\r
-/* Define to 1 if you have the <linux/netlink.h> header file. */\r
-#undef HAVE_LINUX_NETLINK_H\r
-\r
-/* Define to 1 if you have the <linux/tipc.h> header file. */\r
-#undef HAVE_LINUX_TIPC_H\r
-\r
-/* Define to 1 if you have the `log1p' function. */\r
-#undef HAVE_LOG1P\r
-\r
-/* Define this if you have the type long double. */\r
-#undef HAVE_LONG_DOUBLE\r
-\r
-/* Define this if you have the type long long. */\r
-#define HAVE_LONG_LONG  1\r
-\r
-/* Define to 1 if you have the `lstat' function. */\r
-#define HAVE_LSTAT      1\r
-\r
-/* Define this if you have the makedev macro. */\r
-#undef HAVE_MAKEDEV\r
-\r
-/* Define to 1 if you have the `memmove' function. */\r
-#define HAVE_MEMMOVE    1\r
-\r
-/* Define to 1 if you have the <memory.h> header file. */\r
-#undef HAVE_MEMORY_H\r
-\r
-/* Define to 1 if you have the `mkfifo' function. */\r
-#undef HAVE_MKFIFO\r
-\r
-/* Define to 1 if you have the `mknod' function. */\r
-#undef HAVE_MKNOD\r
-\r
-/* Define to 1 if you have the `mktime' function. */\r
-#define HAVE_MKTIME     1\r
-\r
-/* Define to 1 if you have the `mremap' function. */\r
-#undef HAVE_MREMAP\r
-\r
-/* Define to 1 if you have the <ncurses.h> header file. */\r
-#undef HAVE_NCURSES_H\r
-\r
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */\r
-#undef HAVE_NDIR_H\r
-\r
-/* Define to 1 if you have the <netpacket/packet.h> header file. */\r
-#undef HAVE_NETPACKET_PACKET_H\r
-\r
-/* Define to 1 if you have the `nice' function. */\r
-#undef HAVE_NICE\r
-\r
-/* Define to 1 if you have the `openpty' function. */\r
-#undef HAVE_OPENPTY\r
-\r
-/* Define if compiling using MacOS X 10.5 SDK or later. */\r
-#undef HAVE_OSX105_SDK\r
-\r
-/* Define to 1 if you have the `pathconf' function. */\r
-#undef HAVE_PATHCONF\r
-\r
-/* Define to 1 if you have the `pause' function. */\r
-#undef HAVE_PAUSE\r
-\r
-/* Define to 1 if you have the `plock' function. */\r
-#undef HAVE_PLOCK\r
-\r
-/* Define to 1 if you have the `poll' function. */\r
-#define HAVE_POLL         1\r
-\r
-/* Define to 1 if you have the <poll.h> header file. */\r
-#undef HAVE_POLL_H\r
-\r
-/* Define to 1 if you have the <process.h> header file. */\r
-#undef HAVE_PROCESS_H\r
-\r
-/* Define if your compiler supports function prototype */\r
-#define HAVE_PROTOTYPES   1\r
-\r
-/* Define if you have GNU PTH threads. */\r
-#undef HAVE_PTH\r
-\r
-/* Defined for Solaris 2.6 bug in pthread header. */\r
-#undef HAVE_PTHREAD_DESTRUCTOR\r
-\r
-/* Define to 1 if you have the <pthread.h> header file. */\r
-#undef HAVE_PTHREAD_H\r
-\r
-/* Define to 1 if you have the `pthread_init' function. */\r
-#undef HAVE_PTHREAD_INIT\r
-\r
-/* Define to 1 if you have the `pthread_sigmask' function. */\r
-#undef HAVE_PTHREAD_SIGMASK\r
-\r
-/* Define to 1 if you have the <pty.h> header file. */\r
-#undef HAVE_PTY_H\r
-\r
-/* Define to 1 if you have the `putenv' function. */\r
-#undef HAVE_PUTENV\r
-\r
-/* Define to 1 if you have the `readlink' function. */\r
-#undef HAVE_READLINK\r
-\r
-/* Define to 1 if you have the `realpath' function. */\r
-#define HAVE_REALPATH   1\r
-\r
-/* Define if you have readline 2.1 */\r
-#undef HAVE_RL_CALLBACK\r
-\r
-/* Define if you can turn off readline's signal handling. */\r
-#undef HAVE_RL_CATCH_SIGNAL\r
-\r
-/* Define if you have readline 2.2 */\r
-#undef HAVE_RL_COMPLETION_APPEND_CHARACTER\r
-\r
-/* Define if you have readline 4.0 */\r
-#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK\r
-\r
-/* Define if you have readline 4.2 */\r
-#undef HAVE_RL_COMPLETION_MATCHES\r
-\r
-/* Define if you have rl_completion_suppress_append */\r
-#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND\r
-\r
-/* Define if you have readline 4.0 */\r
-#undef HAVE_RL_PRE_INPUT_HOOK\r
-\r
-/* Define to 1 if you have the `round' function. */\r
-#undef HAVE_ROUND\r
-\r
-/* Define to 1 if you have the `select' function. */\r
-#define HAVE_SELECT       1\r
-\r
-/* Define to 1 if you have the `sem_getvalue' function. */\r
-#undef HAVE_SEM_GETVALUE\r
-\r
-/* Define to 1 if you have the `sem_open' function. */\r
-#undef HAVE_SEM_OPEN\r
-\r
-/* Define to 1 if you have the `sem_timedwait' function. */\r
-#undef HAVE_SEM_TIMEDWAIT\r
-\r
-/* Define to 1 if you have the `sem_unlink' function. */\r
-#undef HAVE_SEM_UNLINK\r
-\r
-/* Define to 1 if you have the `setegid' function. */\r
-#undef HAVE_SETEGID\r
-\r
-/* Define to 1 if you have the `seteuid' function. */\r
-#undef HAVE_SETEUID\r
-\r
-/* Define to 1 if you have the `setgid' function. */\r
-#undef HAVE_SETGID\r
-\r
-/* Define if you have the 'setgroups' function. */\r
-#undef HAVE_SETGROUPS\r
-\r
-/* Define to 1 if you have the `setitimer' function. */\r
-#undef HAVE_SETITIMER\r
-\r
-/* Define to 1 if you have the `setlocale' function. */\r
-#define HAVE_SETLOCALE    1\r
-\r
-/* Define to 1 if you have the `setpgid' function. */\r
-#undef HAVE_SETPGID\r
-\r
-/* Define to 1 if you have the `setpgrp' function. */\r
-#undef HAVE_SETPGRP\r
-\r
-/* Define to 1 if you have the `setregid' function. */\r
-#undef HAVE_SETREGID\r
-\r
-/* Define to 1 if you have the `setresgid' function. */\r
-#undef HAVE_SETRESGID\r
-\r
-/* Define to 1 if you have the `setresuid' function. */\r
-#undef HAVE_SETRESUID\r
-\r
-/* Define to 1 if you have the `setreuid' function. */\r
-#undef HAVE_SETREUID\r
-\r
-/* Define to 1 if you have the `setsid' function. */\r
-#undef HAVE_SETSID\r
-\r
-/* Define to 1 if you have the `setuid' function. */\r
-#undef HAVE_SETUID\r
-\r
-/* Define to 1 if you have the `setvbuf' function. */\r
-#define HAVE_SETVBUF    1\r
-\r
-/* Define to 1 if you have the <shadow.h> header file. */\r
-#undef HAVE_SHADOW_H\r
-\r
-/* Define to 1 if you have the `sigaction' function. */\r
-#undef HAVE_SIGACTION\r
-\r
-/* Define to 1 if you have the `siginterrupt' function. */\r
-#undef HAVE_SIGINTERRUPT\r
-\r
-/* Define to 1 if you have the <signal.h> header file. */\r
-#define HAVE_SIGNAL_H   1\r
-\r
-/* Define to 1 if you have the `sigrelse' function. */\r
-#undef HAVE_SIGRELSE\r
-\r
-/* Define to 1 if you have the `snprintf' function. */\r
-#define HAVE_SNPRINTF   1\r
-\r
-/* Define if sockaddr has sa_len member */\r
-#undef HAVE_SOCKADDR_SA_LEN\r
-\r
-/* struct sockaddr_storage (sys/socket.h) */\r
-#undef HAVE_SOCKADDR_STORAGE\r
-\r
-/* Define if you have the 'socketpair' function. */\r
-#undef HAVE_SOCKETPAIR\r
-\r
-/* Define to 1 if you have the <spawn.h> header file. */\r
-#undef HAVE_SPAWN_H\r
-\r
-/* Define if your compiler provides ssize_t */\r
-#define HAVE_SSIZE_T    1\r
-\r
-/* Define to 1 if you have the `statvfs' function. */\r
-#undef HAVE_STATVFS\r
-\r
-/* Define if you have struct stat.st_mtim.tv_nsec */\r
-#undef HAVE_STAT_TV_NSEC\r
-\r
-/* Define if you have struct stat.st_mtimensec */\r
-#undef HAVE_STAT_TV_NSEC2\r
-\r
-/* Define if your compiler supports variable length function prototypes (e.g.\r
-   void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */\r
-#define HAVE_STDARG_PROTOTYPES          1\r
-\r
-/* Define to 1 if you have the <stdint.h> header file. */\r
-#define HAVE_STDINT_H   1\r
-\r
-/* Define to 1 if you have the <stdlib.h> header file. */\r
-#define HAVE_STDLIB_H   1\r
-\r
-/* Define to 1 if you have the `strdup' function. */\r
-#define HAVE_STRDUP     1\r
-\r
-/* Define to 1 if you have the `strftime' function. */\r
-#define HAVE_STRFTIME   1\r
-\r
-/* Define to 1 if you have the <strings.h> header file. */\r
-#undef HAVE_STRINGS_H\r
-\r
-/* Define to 1 if you have the <string.h> header file. */\r
-#define HAVE_STRING_H   1\r
-\r
-/* Define to 1 if you have the <stropts.h> header file. */\r
-#undef HAVE_STROPTS_H\r
-\r
-/* Define to 1 if `st_birthtime' is a member of `struct stat'. */\r
-#define HAVE_STRUCT_STAT_ST_BIRTHTIME   1\r
-\r
-/* Define to 1 if `st_blksize' is a member of `struct stat'. */\r
-#define HAVE_STRUCT_STAT_ST_BLKSIZE     1\r
-\r
-/* Define to 1 if `st_blocks' is a member of `struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_BLOCKS\r
-\r
-/* Define to 1 if `st_flags' is a member of `struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_FLAGS\r
-\r
-/* Define to 1 if `st_gen' is a member of `struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_GEN\r
-\r
-/* Define to 1 if `st_rdev' is a member of `struct stat'. */\r
-#undef HAVE_STRUCT_STAT_ST_RDEV\r
-\r
-/* Define to 1 if `tm_zone' is a member of `struct tm'. */\r
-#undef HAVE_STRUCT_TM_TM_ZONE\r
-\r
-/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use\r
-   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
-#undef HAVE_ST_BLOCKS\r
-\r
-/* Define if you have the 'symlink' function. */\r
-#undef HAVE_SYMLINK\r
-\r
-/* Define to 1 if you have the `sysconf' function. */\r
-#undef HAVE_SYSCONF\r
-\r
-/* Define to 1 if you have the <sysexits.h> header file. */\r
-#undef HAVE_SYSEXITS_H\r
-\r
-/* Define to 1 if you have the <sys/audioio.h> header file. */\r
-#undef HAVE_SYS_AUDIOIO_H\r
-\r
-/* Define to 1 if you have the <sys/bsdtty.h> header file. */\r
-#undef HAVE_SYS_BSDTTY_H\r
-\r
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.\r
-   */\r
-#undef HAVE_SYS_DIR_H\r
-\r
-/* Define to 1 if you have the <sys/epoll.h> header file. */\r
-#undef HAVE_SYS_EPOLL_H\r
-\r
-/* Define to 1 if you have the <sys/event.h> header file. */\r
-#undef HAVE_SYS_EVENT_H\r
-\r
-/* Define to 1 if you have the <sys/file.h> header file. */\r
-#undef HAVE_SYS_FILE_H\r
-\r
-/* Define to 1 if you have the <sys/loadavg.h> header file. */\r
-#undef HAVE_SYS_LOADAVG_H\r
-\r
-/* Define to 1 if you have the <sys/lock.h> header file. */\r
-#undef HAVE_SYS_LOCK_H\r
-\r
-/* Define to 1 if you have the <sys/mkdev.h> header file. */\r
-#undef HAVE_SYS_MKDEV_H\r
-\r
-/* Define to 1 if you have the <sys/modem.h> header file. */\r
-#undef HAVE_SYS_MODEM_H\r
-\r
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.\r
-   */\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
-\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
-\r
-/* Define to 1 if you have the <sys/select.h> header file. */\r
-#define HAVE_SYS_SELECT_H               1\r
-\r
-/* Define to 1 if you have the <sys/socket.h> header file. */\r
-#define HAVE_SYS_SOCKET_H               1\r
-\r
-/* Define to 1 if you have the <sys/statvfs.h> header file. */\r
-#undef HAVE_SYS_STATVFS_H\r
-\r
-/* Define to 1 if you have the <sys/stat.h> header file. */\r
-#define HAVE_SYS_STAT_H   1\r
-\r
-/* Define to 1 if you have the <sys/termio.h> header file. */\r
-#undef HAVE_SYS_TERMIO_H\r
-\r
-/* Define to 1 if you have the <sys/times.h> header file. */\r
-#undef HAVE_SYS_TIMES_H\r
-\r
-/* Define to 1 if you have the <sys/time.h> header file. */\r
-#define HAVE_SYS_TIME_H     1\r
-\r
-/* Define to 1 if you have the <sys/types.h> header file. */\r
-#define HAVE_SYS_TYPES_H    1\r
-\r
-/* Define to 1 if you have the <sys/un.h> header file. */\r
-#undef HAVE_SYS_UN_H\r
-\r
-/* Define to 1 if you have the <sys/utsname.h> header file. */\r
-#undef HAVE_SYS_UTSNAME_H\r
-\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 to 1 if you have the `tcsetpgrp' function. */\r
-#undef HAVE_TCSETPGRP\r
-\r
-/* Define to 1 if you have the `tempnam' function. */\r
-#define HAVE_TEMPNAM      1\r
-\r
-/* Define to 1 if you have the <termios.h> header file. */\r
-#undef HAVE_TERMIOS_H\r
-\r
-/* Define to 1 if you have the <term.h> header file. */\r
-#undef HAVE_TERM_H\r
-\r
-/* Define to 1 if you have the `tgamma' function. */\r
-#undef HAVE_TGAMMA\r
-\r
-/* Define to 1 if you have the <thread.h> header file. */\r
-#undef HAVE_THREAD_H\r
-\r
-/* Define to 1 if you have the `timegm' function. */\r
-#undef HAVE_TIMEGM\r
-\r
-/* Define to 1 if you have the `times' function. */\r
-#undef HAVE_TIMES\r
-\r
-/* Define to 1 if you have the `tmpfile' function. */\r
-#define HAVE_TMPFILE    1\r
-\r
-/* Define to 1 if you have the `tmpnam' function. */\r
-#define HAVE_TMPNAM     1\r
-\r
-/* Define to 1 if you have the `tmpnam_r' function. */\r
-#undef HAVE_TMPNAM_R\r
-\r
-/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use\r
-   `HAVE_STRUCT_TM_TM_ZONE' instead. */\r
-#undef HAVE_TM_ZONE\r
-\r
-/* Define to 1 if you have the `truncate' function. */\r
-#undef HAVE_TRUNCATE\r
-\r
-/* Define to 1 if you don't have `tm_zone' but do have the external array\r
-   `tzname'. */\r
-#undef HAVE_TZNAME\r
-\r
-/* Define this if you have tcl and TCL_UTF_MAX==6 */\r
-#undef HAVE_UCS4_TCL\r
-\r
-/* Define to 1 if the system has the type `uintptr_t'. */\r
-#define HAVE_UINTPTR_T    1\r
-\r
-/* Define to 1 if you have the `uname' function. */\r
-#undef HAVE_UNAME\r
-\r
-/* Define to 1 if you have the <unistd.h> header file. */\r
-#define HAVE_UNISTD_H                   1\r
-\r
-/* Define to 1 if you have the `unsetenv' function. */\r
-#undef HAVE_UNSETENV\r
-\r
-/* Define if you have a useable wchar_t type defined in wchar.h; useable means\r
-   wchar_t must be an unsigned type with at least 16 bits. (see\r
-   Include/unicodeobject.h). */\r
-#define HAVE_USABLE_WCHAR_T             1\r
-\r
-/* Define to 1 if you have the <util.h> header file. */\r
-#undef HAVE_UTIL_H\r
-\r
-/* Define to 1 if you have the `utimes' function. */\r
-#undef HAVE_UTIMES\r
-\r
-/* Define to 1 if you have the <utime.h> header file. */\r
-#define HAVE_UTIME_H    1\r
-\r
-/* Define to 1 if you have the `wait3' function. */\r
-#undef HAVE_WAIT3\r
-\r
-/* Define to 1 if you have the `wait4' function. */\r
-#undef HAVE_WAIT4\r
-\r
-/* Define to 1 if you have the `waitpid' function. */\r
-#undef HAVE_WAITPID\r
-\r
-/* Define if the compiler provides a wchar.h header file. */\r
-#define HAVE_WCHAR_H    1\r
-\r
-/* Define to 1 if you have the `wcscoll' function. */\r
-#define HAVE_WCSCOLL    1\r
-\r
-/* Define if tzset() actually switches the local timezone in a meaningful way.\r
-   */\r
-#undef HAVE_WORKING_TZSET\r
-\r
-/* Define if the zlib library has inflateCopy */\r
-#undef HAVE_ZLIB_COPY\r
-\r
-/* Define to 1 if you have the `_getpty' function. */\r
-#undef HAVE__GETPTY\r
-\r
-/* Define if you are using Mach cthreads directly under /include */\r
-#undef HURD_C_THREADS\r
-\r
-/* Define if you are using Mach cthreads under mach / */\r
-#undef MACH_C_THREADS\r
-\r
-/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.\r
-   */\r
-#undef MAJOR_IN_MKDEV\r
-\r
-/* Define to 1 if `major', `minor', and `makedev' are declared in\r
-   <sysmacros.h>. */\r
-#undef MAJOR_IN_SYSMACROS\r
-\r
-/* Define if mvwdelch in curses.h is an expression. */\r
-#undef MVWDELCH_IS_EXPRESSION\r
-\r
-/* Define to the address where bug reports for this package should be sent. */\r
-#define PACKAGE_BUGREPORT   "edk2-devel@lists.01.org"\r
-\r
-/* Define to the full name of this package. */\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.8"\r
-\r
-/* Define to the one symbol short name of this package. */\r
-#define PACKAGE_TARNAME   "EADK_Python"\r
-\r
-/* Define to the home page for this package. */\r
-#define PACKAGE_URL   "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python"\r
-\r
-/* Define to the version of this package. */\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
-/* Defined if PTHREAD_SCOPE_SYSTEM supported. */\r
-#undef PTHREAD_SYSTEM_SCHED_SUPPORTED\r
-\r
-/* Define as the preferred size in bits of long digits */\r
-#undef PYLONG_BITS_IN_DIGIT\r
-\r
-/* Define to printf format modifier for long long type */\r
-#define PY_FORMAT_LONG_LONG   "ll"\r
-\r
-/* Define to printf format modifier for Py_ssize_t */\r
-#define PY_FORMAT_SIZE_T    "z"\r
-\r
-/* Define as the integral type used for Unicode representation. */\r
-#define PY_UNICODE_TYPE     wchar_t\r
-\r
-/* Define if you want to build an interpreter with many run-time checks. */\r
-#undef Py_DEBUG\r
-\r
-/* Defined if Python is built as a shared library. */\r
-#undef Py_ENABLE_SHARED\r
-\r
-/* Define as the size of the unicode type. */\r
-#define Py_UNICODE_SIZE   2\r
-\r
-/* Define if you want to have a Unicode type. */\r
-#define Py_USING_UNICODE\r
-\r
-/* assume C89 semantics that RETSIGTYPE is always void */\r
-#undef RETSIGTYPE\r
-\r
-/* Define if setpgrp() must be called as setpgrp(0, 0). */\r
-#undef SETPGRP_HAVE_ARG\r
-\r
-/* Define this to be extension of shared libraries (including the dot!). */\r
-#undef SHLIB_EXT\r
-\r
-/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */\r
-#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS\r
-\r
-/* The size of `double', as computed by sizeof. */\r
-#define SIZEOF_DOUBLE     8\r
-\r
-/* The size of `float', as computed by sizeof. */\r
-#define SIZEOF_FLOAT      4\r
-\r
-/* The size of `fpos_t', as computed by sizeof. */\r
-#define SIZEOF_FPOS_T     8\r
-\r
-/* The size of `int', as computed by sizeof. */\r
-#define SIZEOF_INT        4\r
-\r
-/* The size of `long', as computed by sizeof. */\r
-#if defined(_MSC_VER)           /* Handle Microsoft VC++ compiler specifics. */\r
-#define SIZEOF_LONG       4\r
-#else\r
-#define SIZEOF_LONG       8\r
-#endif\r
-\r
-/* The size of `long double', as computed by sizeof. */\r
-#undef SIZEOF_LONG_DOUBLE\r
-\r
-/* The size of `long long', as computed by sizeof. */\r
-#define SIZEOF_LONG_LONG  8\r
-\r
-/* The size of `off_t', as computed by sizeof. */\r
-#define SIZEOF_OFF_T      8\r
-\r
-/* The size of `pid_t', as computed by sizeof. */\r
-#define SIZEOF_PID_T      4\r
-\r
-/* The size of `pthread_t', as computed by sizeof. */\r
-#undef SIZEOF_PTHREAD_T\r
-\r
-/* The size of `short', as computed by sizeof. */\r
-#define SIZEOF_SHORT      2\r
-\r
-/* The size of `size_t', as computed by sizeof. */\r
-#define SIZEOF_SIZE_T     8\r
-\r
-/* The size of `time_t', as computed by sizeof. */\r
-#define SIZEOF_TIME_T     4\r
-\r
-/* The size of `uintptr_t', as computed by sizeof. */\r
-#define SIZEOF_UINTPTR_T  8\r
-\r
-/* The size of `void *', as computed by sizeof. */\r
-#define SIZEOF_VOID_P     8\r
-\r
-/* The size of `wchar_t', as computed by sizeof. */\r
-#define SIZEOF_WCHAR_T    2\r
-\r
-/* The size of `_Bool', as computed by sizeof. */\r
-#define SIZEOF__BOOL      1\r
-\r
-/* Define to 1 if you have the ANSI C header files. */\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 SYS_SELECT_WITH_SYS_TIME\r
-\r
-/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */\r
-#undef TANH_PRESERVES_ZERO_SIGN\r
-\r
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */\r
-#undef TIME_WITH_SYS_TIME\r
-\r
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */\r
-#undef TM_IN_SYS_TIME\r
-\r
-/* Enable extensions on AIX 3, Interix.  */\r
-#ifndef _ALL_SOURCE\r
-# undef _ALL_SOURCE\r
-#endif\r
-/* Enable GNU extensions on systems that have them.  */\r
-#ifndef _GNU_SOURCE\r
-# undef _GNU_SOURCE\r
-#endif\r
-/* Enable threading extensions on Solaris.  */\r
-#ifndef _POSIX_PTHREAD_SEMANTICS\r
-# undef _POSIX_PTHREAD_SEMANTICS\r
-#endif\r
-/* Enable extensions on HP NonStop.  */\r
-#ifndef _TANDEM_SOURCE\r
-# undef _TANDEM_SOURCE\r
-#endif\r
-/* Enable general extensions on Solaris.  */\r
-#ifndef __EXTENSIONS__\r
-# undef __EXTENSIONS__\r
-#endif\r
-\r
-\r
-/* Define if you want to use MacPython modules on MacOSX in unix-Python. */\r
-#undef USE_TOOLBOX_OBJECT_GLUE\r
-\r
-/* Define if a va_list is an array of some kind */\r
-#undef VA_LIST_IS_ARRAY\r
-\r
-/* Define if you want SIGFPE handled (see Include/pyfpe.h). */\r
-#undef WANT_SIGFPE_HANDLER\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
-#define WANT_WCTYPE_FUNCTIONS   1\r
-\r
-/* Define if WINDOW in curses.h offers a field _flags. */\r
-#undef WINDOW_HAS_FLAGS\r
-\r
-/* Define if you want documentation strings in extension modules */\r
-#undef WITH_DOC_STRINGS\r
-\r
-/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic\r
-   linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).\r
-   Dyld is necessary to support frameworks. */\r
-#undef WITH_DYLD\r
-\r
-/* Define to 1 if libintl is needed for locale functions. */\r
-#undef WITH_LIBINTL\r
-\r
-/* Define if you want to produce an OpenStep/Rhapsody framework (shared\r
-   library plus accessory files). */\r
-#undef WITH_NEXT_FRAMEWORK\r
-\r
-/* Define if you want to compile in Python-specific mallocs */\r
-#undef WITH_PYMALLOC\r
-\r
-/* Define if you want to compile in rudimentary thread support */\r
-#undef WITH_THREAD\r
-\r
-/* Define to profile with the Pentium timestamp counter */\r
-#undef WITH_TSC\r
-\r
-/* Define if you want pymalloc to be disabled when running under valgrind */\r
-#undef WITH_VALGRIND\r
-\r
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most\r
-   significant byte first (like Motorola and SPARC, unlike Intel). */\r
-#if defined AC_APPLE_UNIVERSAL_BUILD\r
-# if defined __BIG_ENDIAN__\r
-#  define WORDS_BIGENDIAN 1\r
-# endif\r
-#else\r
-# ifndef WORDS_BIGENDIAN\r
-#  undef WORDS_BIGENDIAN\r
-# endif\r
-#endif\r
-\r
-/* Define if arithmetic is subject to x87-style double rounding issue */\r
-#undef X87_DOUBLE_ROUNDING\r
-\r
-/* Define on OpenBSD to activate all library features */\r
-#undef _BSD_SOURCE\r
-\r
-/* Define on Irix to enable u_int */\r
-#undef _BSD_TYPES\r
-\r
-/* Define on Darwin to activate all library features */\r
-#undef _DARWIN_C_SOURCE\r
-\r
-/* This must be set to 64 on some systems to enable large file support. */\r
-#undef _FILE_OFFSET_BITS\r
-\r
-/* Define on Linux to activate all library features */\r
-#undef _GNU_SOURCE\r
-\r
-/* This must be defined on some systems to enable large file support. */\r
-#undef _LARGEFILE_SOURCE\r
-\r
-/* Define to 1 if on MINIX. */\r
-#undef _MINIX\r
-\r
-/* Define on NetBSD to activate all library features */\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
-\r
-/* Define to 2 if the system does not provide POSIX.1 features except with\r
-   this defined. */\r
-#undef _POSIX_1_SOURCE\r
-\r
-/* Define to activate features from IEEE Stds 1003.1-2001 */\r
-#undef _POSIX_C_SOURCE\r
-\r
-/* Define to 1 if you need to in order for `stat' and other things to work. */\r
-#undef _POSIX_SOURCE\r
-\r
-/* Define if you have POSIX threads, and your system does not define that. */\r
-#undef _POSIX_THREADS\r
-\r
-/* Define to force use of thread-safe errno, h_errno, and other functions */\r
-#undef _REENTRANT\r
-\r
-/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,\r
-   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the\r
-   #define below would cause a syntax error. */\r
-#undef _UINT32_T\r
-\r
-/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,\r
-   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the\r
-   #define below would cause a syntax error. */\r
-#undef _UINT64_T\r
-\r
-/* Define to the level of X/Open that your system supports */\r
-#undef _XOPEN_SOURCE\r
-\r
-/* Define to activate Unix95-and-earlier features */\r
-#undef _XOPEN_SOURCE_EXTENDED\r
-\r
-/* Define on FreeBSD to activate all library features */\r
-#undef __BSD_VISIBLE\r
-\r
-/* Define to 1 if type `char' is unsigned and you are not using gcc.  */\r
-#ifndef __CHAR_UNSIGNED__\r
-# undef __CHAR_UNSIGNED__\r
-#endif\r
-\r
-/* Defined on Solaris to see additional function prototypes. */\r
-#undef __EXTENSIONS__\r
-\r
-/* Define to 'long' if <time.h> doesn't define. */\r
-//#undef clock_t\r
-\r
-/* Define to empty if `const' does not conform to ANSI C. */\r
-//#undef const\r
-\r
-/* Define to `int' if <sys/types.h> doesn't define. */\r
-//#undef gid_t\r
-\r
-/* Define to the type of a signed integer type of width exactly 32 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef int32_t\r
-\r
-/* Define to the type of a signed integer type of width exactly 64 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef int64_t\r
-\r
-/* Define to `int' if <sys/types.h> does not define. */\r
-//#undef mode_t\r
-\r
-/* Define to `long int' if <sys/types.h> does not define. */\r
-//#undef off_t\r
-\r
-/* Define to `int' if <sys/types.h> does not define. */\r
-//#undef pid_t\r
-\r
-/* Define to empty if the keyword does not work. */\r
-//#undef signed\r
-\r
-/* Define to `unsigned int' if <sys/types.h> does not define. */\r
-//#undef size_t\r
-\r
-/* Define to `int' if <sys/socket.h> does not define. */\r
-//#undef socklen_t\r
-\r
-/* Define to `int' if <sys/types.h> doesn't define. */\r
-//#undef uid_t\r
-\r
-/* Define to the type of an unsigned integer type of width exactly 32 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef uint32_t\r
-\r
-/* Define to the type of an unsigned integer type of width exactly 64 bits if\r
-   such a type exists and the standard includes do not define it. */\r
-//#undef uint64_t\r
-\r
-/* Define to empty if the keyword does not work. */\r
-//#undef volatile\r
-\r
-#endif /*Py_PYCONFIG_H*/\r
index 94c735d013730f2ab3b6106d1380f7c1df16b110..170549e2e809da722ea0368cc07d3eb230a0d842 100644 (file)
@@ -2,7 +2,7 @@
 # PythonCore.inf\r
 #\r
 #  Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>\r
-#  Copyright (c) 2011-2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -24,7 +24,7 @@
   DEFINE PYTHON_VERSION       = 2.7.2\r
 \r
 #\r
-#  VALID_ARCHITECTURES        = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES        = IA32 X64\r
 #\r
 \r
 [Packages]\r
    MSFT:*_*_X64_CC_FLAGS          = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I$(WORKSPACE)\AppPkg\Applications\Python\X64 /I$(WORKSPACE)\AppPkg\Applications\Python\Efi /I$(WORKSPACE)\AppPkg\Applications\Python\Python-$(PYTHON_VERSION)\Include /DHAVE_MEMMOVE /DUSE_PYEXPAT_CAPI /DXML_STATIC\r
     GCC:*_*_IA32_CC_FLAGS         = -fno-builtin -Wno-format -I$(WORKSPACE)/AppPkg/Applications/Python/Ia32 -I$(WORKSPACE)/AppPkg/Applications/Python/Python-$(PYTHON_VERSION)/Include -DHAVE_MEMMOVE -DUSE_PYEXPAT_CAPI -DXML_STATIC\r
     GCC:*_*_X64_CC_FLAGS          = -Wno-format -I$(WORKSPACE)/AppPkg/Applications/Python/X64 -I$(WORKSPACE)/AppPkg/Applications/Python/Python-$(PYTHON_VERSION)/Include -DHAVE_MEMMOVE -DUSE_PYEXPAT_CAPI -DXML_STATIC\r
-    GCC:*_*_IPF_SYMRENAME_FLAGS   = --redefine-syms=$(WORKSPACE)/StdLib/GccSymRename.txt\r
index 9ad6fd93c9b556571d90b36b7b65b96ad1024a24..6caa06eacb97e89b0f336ab05423a45470e67180 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  DataSink Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index d088177bccd76e3252d292cee24ce98320abdf64..3595fc6bf91a20ab82d423369cefc61a58c67f29 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  DataSource Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index bcfb9854320df126074fb7d89f04ac60ea97329b..edec1b29a554115d8eed3ee0cbcc5eb7a545b3f5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetAddrInfo Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index d164510db190237c91f885abc0db014656705c12..100ce07a16799be97bd30a2def95044078e67873 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetHostByAddr Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 9856578306a5ee1196997c3b0509c6172a583c2c..8fd3135daee6af15c3a4d9432123354386f0253f 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetHostByDns Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index a6f001a76a5aa18f2a53304f4c5c9836db5d724c..dda50991fb00166dff85bab89460999b71311a20 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetHostByName Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 87f8910f8b0d1577f26cc364aeb15106ab25d8b8..a79d02ea24a5f99fff48a4712d051c7d921ed5a8 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetNameInfo Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index f1b3954bc54b71a8cb03803adcb35e6aa1dd947b..78f9591cae149605288d009dc5912a37b2096185 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetNetByAddr Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index bfb1cd61b105b6f21fd6fc8caa3209a44d7af0d9..939ef7c8403f9a3f745b472a1b14b19b15e36101 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetNetByName Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 1b66e50a35646cbc16c83299cf2f54934b17cbec..680af0f29ec1e82dcec06e64fb8a6797f9b9a95d 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetServByName Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index d2a387f36f2fde5e22648834953163525153b28a..2adeb40c6916b63afbd8e6e1563c27a0865c11aa 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GetServByPort Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 17a49356851ae667ec392798df24b0e16d56dff0..044e823e38369db90e0271d4389135bee908206f 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  OobRx Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index f12e389eb934cba2c0c7f42b440315ecef63dc45..d160dce756f89f3b05c7de6e3993cbbdbab3d4c7 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  OobTx Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 232f050a19fbd7e97d159a26182ac4c9a1a39a93..6bfd5f8132212e412ae40cc761cde41b078371fa 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  RawIp4 Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 32d5182691c922590d03ed828f936187244c7057..a1bd9e5d7176efcacdb1f5b2abdb8b51148ca815 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  RawIp4Tx Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 9a9ca711c632c1ab0e09c4b5605bde8f63acfb1a..225f5096e5a7258b625079323833bb13aff17e00 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Receive Datagram Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index ed1b4951e41688f41eeb66f4677bf231072cab6d..f20eb46adb1fd067b4baceedc0a0f436917a25b6 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  SetHostName Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index e088be7cc4d0baae3ac683114a66bec9fec09b1c..dd9fa31aaf90630121b656750c235ca1735861de 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  SetHostName Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 79513c2215668793801b959a2cd584bf2964ef2a..839360f3ad1185209eadfac7e764c0cd52496985 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  TFTP Server Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
index 27faefba2c8120b6385a286aecae17afa906fa8a..f176910c4c55085e74f315ce2a2d358528fa71a9 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Web Server Application\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -24,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r