mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Check for strtoq, strtouq
This commit is contained in:
parent
6da0f1e48e
commit
0ce1c00f09
@ -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…
x
Reference in New Issue
Block a user