mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Also check for strtoll()
This commit is contained in:
parent
f4b28f230a
commit
0143bfaaee
1
configure
vendored
1
configure
vendored
@ -22703,6 +22703,7 @@ for ac_func in \
|
||||
strtoul \
|
||||
strtoq \
|
||||
strtouq \
|
||||
strtoll \
|
||||
strspn \
|
||||
sysconf \
|
||||
usleep \
|
||||
|
@ -2473,6 +2473,7 @@ AC_CHECK_FUNCS( \
|
||||
strtoul \
|
||||
strtoq \
|
||||
strtouq \
|
||||
strtoll \
|
||||
strspn \
|
||||
sysconf \
|
||||
usleep \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user