diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-08-27 18:22:56 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-08-27 18:22:56 +0000 |
commit | d5d752a1db8ad216db2fe018012d757c080a5927 (patch) | |
tree | f59097ac097a98a8c4d67f8c6a5f61584692534c /config.h.in | |
parent | f25d6c1f24e7dcb9d881c820fe5d269259890ace (diff) |
Fixed HAVE_STRNLEN (sheesh, we don't have strnlen.o)
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 9493984..51aed8d 100644 --- a/config.h.in +++ b/config.h.in @@ -39,6 +39,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Check for strnlen */ +#undef HAVE_STRNLEN + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |