aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-01-21 02:08:45 -0800
committerChris Robinson <[email protected]>2016-01-21 02:09:32 -0800
commit9c05a16c9a394dea90fcefc29eb2ef2be06dc4b5 (patch)
treeb3cc0c79d77e6b36dca7f8f658b34691808116e6 /config.h.in
parentbbd2876afb5265517d25e78d7dcaf7ccb494af0f (diff)
Fix for systems that don't have strnlen
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index e66b1fe8..3bc3eb48 100644
--- a/config.h.in
+++ b/config.h.in
@@ -86,6 +86,9 @@
/* Define if we have the strtof function */
#cmakedefine HAVE_STRTOF
+/* Define if we have the strnlen function */
+#cmakedefine HAVE_STRNLEN
+
/* Define if we have the __int64 type */
#cmakedefine HAVE___INT64