]> git.sur5r.net Git - openldap/commitdiff
Also check for strtoll()
authorLuke Howard <lukeh@openldap.org>
Sun, 21 Sep 2003 06:04:14 +0000 (06:04 +0000)
committerLuke Howard <lukeh@openldap.org>
Sun, 21 Sep 2003 06:04:14 +0000 (06:04 +0000)
configure
configure.in
include/portable.h.in

index b753fe442b708c6b1f4309c06236f327b5b36e5e..aedf0d637828e1efbd238e7e9f8e416d9d1d3370 100755 (executable)
--- a/configure
+++ b/configure
@@ -22703,6 +22703,7 @@ for ac_func in \
        strtoul                 \
        strtoq                  \
        strtouq                 \
+       strtoll                 \
        strspn                  \
        sysconf                 \
        usleep                  \
index 50c4e6802fbf64399666830f4d99902de5a417d8..606a367c03522f6108be054b641ce459b30a390c 100644 (file)
@@ -2473,6 +2473,7 @@ AC_CHECK_FUNCS(           \
        strtoul                 \
        strtoq                  \
        strtouq                 \
+       strtoll                 \
        strspn                  \
        sysconf                 \
        usleep                  \
index 83b0f6354a9cff5712148b2ead63166eeac1af81..2a3551f9458a01fa0c194a44d5fdfb9ebbb58c51 100644 (file)
 /* 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