]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLibPrivateInternalFiles/Include/LibConfig.h
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / StdLibPrivateInternalFiles / Include / LibConfig.h
index 67f49c244bedfd96be5d726d2c087c3f3566f5e6..c0299b312c7a221392241d2edaf7f47a8459f8e6 100644 (file)
@@ -8,11 +8,11 @@
   these libraries have been tested with.  Changing this configuration may\r
   produce code that will not build or may not run.  Change at your own risk.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2011, 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.php.\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
 #define _IEEE_LIBM    1\r
 \r
 #undef  WITH_RUNE\r
+\r
+#if defined(__GNUC__)\r
+  #define REAL_LONG_DOUBLE_SUPPORT      1\r
+#endif\r
+\r
+/* Define these if the associated file exists. */\r
+//#define HAVE_NBTOOL_CONFIG_H\r
+\r
+\r
+/* Define these macros in order to enable the associated functions. */\r
+#define HAVE_BASENAME\r
+#define HAVE_FFS\r
+#define HAVE_GETTIMEOFDAY\r
+#define HAVE_DIRNAME\r
+#define HAVE_SETPROGNAME  1\r
+\r
+\r
+/* Define these if StdLib provides the functionality as opposed to a "compatibility" library */\r
+//#define HAVE_GETOPT\r
+//#define HAVE_STRLCPY\r
+//#define HAVE_STRLCAT\r
+#define HAVE_MKSTEMP\r
+#define HAVE_SNPRINTF\r
+#define HAVE_VSNPRINTF\r
+\r
+//#define USE_8BIT_CHARS\r