mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Also check for strtoll()
This commit is contained in:
parent
f4b28f230a
commit
0143bfaaee
3 changed files with 5 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -22703,6 +22703,7 @@ for ac_func in \
|
||||||
strtoul \
|
strtoul \
|
||||||
strtoq \
|
strtoq \
|
||||||
strtouq \
|
strtouq \
|
||||||
|
strtoll \
|
||||||
strspn \
|
strspn \
|
||||||
sysconf \
|
sysconf \
|
||||||
usleep \
|
usleep \
|
||||||
|
|
|
||||||
|
|
@ -2473,6 +2473,7 @@ AC_CHECK_FUNCS( \
|
||||||
strtoul \
|
strtoul \
|
||||||
strtoq \
|
strtoq \
|
||||||
strtouq \
|
strtouq \
|
||||||
|
strtoll \
|
||||||
strspn \
|
strspn \
|
||||||
sysconf \
|
sysconf \
|
||||||
usleep \
|
usleep \
|
||||||
|
|
|
||||||
|
|
@ -308,6 +308,9 @@
|
||||||
/* Define if you have the strtouq function. */
|
/* Define if you have the strtouq function. */
|
||||||
#undef HAVE_STRTOUQ
|
#undef HAVE_STRTOUQ
|
||||||
|
|
||||||
|
/* Define if you have the strtoll function. */
|
||||||
|
#undef HAVE_STRTOLL
|
||||||
|
|
||||||
/* Define if you have the sysconf function. */
|
/* Define if you have the sysconf function. */
|
||||||
#undef HAVE_SYSCONF
|
#undef HAVE_SYSCONF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue