projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd608a
)
check for strtok_r
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 29 May 2001 19:25:28 +0000
(19:25 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 29 May 2001 19:25:28 +0000
(19:25 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
1dfc4c5
..
ed641f4
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-768,6
+768,7
@@
AC_CHECK_FUNCS( socket \
select \
strdup \
strstr \
+ strtok_r \
strftime \
uname \
strcasecmp \