From 9ab1558f6ed457bb380131c2221069df62b55d3a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 2 Dec 2014 12:42:23 +0100 Subject: tools: Provide strnlen() if missing --- tools/build/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/build/config.h.in') 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 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 -- cgit v1.2.3