1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

check for strtok_r

This commit is contained in:
Daniel Stenberg 2001-05-29 19:25:28 +00:00
parent edd608aa76
commit 4e376a2f1a

View File

@ -768,6 +768,7 @@ AC_CHECK_FUNCS( socket \
select \ select \
strdup \ strdup \
strstr \ strstr \
strtok_r \
strftime \ strftime \
uname \ uname \
strcasecmp \ strcasecmp \