Check for strtoq, strtouq

This commit is contained in:
Luke Howard 2003-09-21 05:37:20 +00:00
parent 6da0f1e48e
commit 0ce1c00f09
2 changed files with 8 additions and 0 deletions

View File

@ -2471,6 +2471,8 @@ AC_CHECK_FUNCS( \
strstr \
strtol \
strtoul \
strtoq \
strtouq \
strspn \
sysconf \
usleep \

View File

@ -302,6 +302,12 @@
/* Define if you have the strtoul function. */
#undef HAVE_STRTOUL
/* Define if you have the strtoq function. */
#undef HAVE_STRTOQ
/* Define if you have the strtouq function. */
#undef HAVE_STRTOUQ
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF