summaryrefslogtreecommitdiff
path: root/StdLibPrivateInternalFiles
diff options
context:
space:
mode:
Diffstat (limited to 'StdLibPrivateInternalFiles')
-rw-r--r--StdLibPrivateInternalFiles/Include/LibConfig.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/StdLibPrivateInternalFiles/Include/LibConfig.h b/StdLibPrivateInternalFiles/Include/LibConfig.h
index d925ac3258..c0299b312c 100644
--- a/StdLibPrivateInternalFiles/Include/LibConfig.h
+++ b/StdLibPrivateInternalFiles/Include/LibConfig.h
@@ -36,16 +36,19 @@
/* Define these if the associated file exists. */
//#define HAVE_NBTOOL_CONFIG_H
-/* Define these if StdLib provides the functionality as opposed to a "compatibility" library */
+/* Define these macros in order to enable the associated functions. */
+#define HAVE_BASENAME
+#define HAVE_FFS
+#define HAVE_GETTIMEOFDAY
+#define HAVE_DIRNAME
+#define HAVE_SETPROGNAME 1
+
+
+/* Define these if StdLib provides the functionality as opposed to a "compatibility" library */
//#define HAVE_GETOPT
-//#define HAVE_BASENAME
-//#define HAVE_FFS
-//#define HAVE_GETTIMEOFDAY
-//#define HAVE_SETPROGNAME 0
//#define HAVE_STRLCPY
//#define HAVE_STRLCAT
-//#define HAVE_DIRNAME
#define HAVE_MKSTEMP
#define HAVE_SNPRINTF
#define HAVE_VSNPRINTF