mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19: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 \
|
||||
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 a new issue