From: Luke Howard Date: Sun, 21 Sep 2003 05:37:20 +0000 (+0000) Subject: Check for strtoq, strtouq X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~694 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ce1c00f090a1bdb86a38513b9f2315044ac8a0f;p=openldap Check for strtoq, strtouq --- diff --git a/configure.in b/configure.in index 42868442ab..50c4e6802f 100644 --- a/configure.in +++ b/configure.in @@ -2471,6 +2471,8 @@ AC_CHECK_FUNCS( \ strstr \ strtol \ strtoul \ + strtoq \ + strtouq \ strspn \ sysconf \ usleep \ diff --git a/include/portable.h.in b/include/portable.h.in index f7e92e2276..83b0f6354a 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -302,6 +302,12 @@ /* 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