add HAVE_STRNSTR

This commit is contained in:
Michael Gehring
2016-01-26 14:11:10 +01:00
parent 041708f643
commit 0f56b68eac
2 changed files with 24 additions and 0 deletions

View File

@ -444,6 +444,8 @@ fetch_cache_put(conn_t *conn, int (*closecb)(conn_t *))
#ifdef WITH_SSL
#ifndef HAVE_STRNSTR
/*
* Find the first occurrence of find in s, where the search is limited to the
* first slen characters of s.
@ -468,6 +470,7 @@ strnstr(const char *s, const char *find, size_t slen)
}
return ((char *)__UNCONST(s));
}
#endif
/*
* Convert characters A-Z to lowercase (intentionally avoid any locale