From 0ce1c00f090a1bdb86a38513b9f2315044ac8a0f Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sun, 21 Sep 2003 05:37:20 +0000 Subject: [PATCH] Check for strtoq, strtouq --- configure.in | 2 ++ include/portable.h.in | 6 ++++++ 2 files changed, 8 insertions(+) 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 -- 2.39.5