Also check for strtoll()

This commit is contained in:
Luke Howard 2003-09-21 06:04:14 +00:00
parent f4b28f230a
commit 0143bfaaee
3 changed files with 5 additions and 0 deletions

1
configure vendored
View File

@ -22703,6 +22703,7 @@ for ac_func in \
strtoul \
strtoq \
strtouq \
strtoll \
strspn \
sysconf \
usleep \

View File

@ -2473,6 +2473,7 @@ AC_CHECK_FUNCS( \
strtoul \
strtoq \
strtouq \
strtoll \
strspn \
sysconf \
usleep \

View File

@ -308,6 +308,9 @@
/* Define if you have the strtouq function. */
#undef HAVE_STRTOUQ
/* Define if you have the strtoll function. */
#undef HAVE_STRTOLL
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF