diff options
author | Chris Robinson <[email protected]> | 2016-01-21 02:08:45 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-01-21 02:09:32 -0800 |
commit | 9c05a16c9a394dea90fcefc29eb2ef2be06dc4b5 (patch) | |
tree | b3cc0c79d77e6b36dca7f8f658b34691808116e6 /config.h.in | |
parent | bbd2876afb5265517d25e78d7dcaf7ccb494af0f (diff) |
Fix for systems that don't have strnlen
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |