]> git.sur5r.net Git - openldap/commitdiff
Check for strtoq, strtouq
authorLuke Howard <lukeh@openldap.org>
Sun, 21 Sep 2003 05:37:20 +0000 (05:37 +0000)
committerLuke Howard <lukeh@openldap.org>
Sun, 21 Sep 2003 05:37:20 +0000 (05:37 +0000)
configure.in
include/portable.h.in

index 42868442abfcae942e397c56a9e1b4b5f029aae2..50c4e6802fbf64399666830f4d99902de5a417d8 100644 (file)
@@ -2471,6 +2471,8 @@ AC_CHECK_FUNCS(           \
        strstr                  \
        strtol                  \
        strtoul                 \
+       strtoq                  \
+       strtouq                 \
        strspn                  \
        sysconf                 \
        usleep                  \
index f7e92e2276a047b950b3e5a0d77ee0b713ede99f..83b0f6354a9cff5712148b2ead63166eeac1af81 100644 (file)
 /* 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