summaryrefslogtreecommitdiffstats
path: root/tools/build/config.h.in
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-02 12:42:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-02 13:05:30 +0100
commit9ab1558f6ed457bb380131c2221069df62b55d3a (patch)
treebc757cbc917ac3dd5ac47066032a4390963a65d2 /tools/build/config.h.in
parentlibtests/complex,math: Prevent optimizations (diff)
downloadrtems-9ab1558f6ed457bb380131c2221069df62b55d3a.tar.bz2
tools: Provide strnlen() if missing
Diffstat (limited to 'tools/build/config.h.in')
-rw-r--r--tools/build/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/config.h.in b/tools/build/config.h.in
index 7274c7c8d8..9aa5c43023 100644
--- a/tools/build/config.h.in
+++ b/tools/build/config.h.in
@@ -30,6 +30,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strnlen' function. */
+#undef HAVE_STRNLEN
+
/* Define to 1 if you have the `strtol' function. */
#undef HAVE_STRTOL