added inline stdnstr() implementation for systems where it doesnt exists (e.g. linux)

This commit is contained in:
git@daemon.de
2014-03-10 16:58:48 +01:00
parent f383630e8e
commit 770d464dd1
4 changed files with 36 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ AC_CHECK_FUNCS( \
memcpy \
perror \
strnlen \
strnstr \
strlen \
strtol \
sizeof \