mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Check for strtoq, strtouq
This commit is contained in:
parent
6da0f1e48e
commit
0ce1c00f09
2 changed files with 8 additions and 0 deletions
|
|
@ -2471,6 +2471,8 @@ AC_CHECK_FUNCS( \
|
|||
strstr \
|
||||
strtol \
|
||||
strtoul \
|
||||
strtoq \
|
||||
strtouq \
|
||||
strspn \
|
||||
sysconf \
|
||||
usleep \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue