From 0beb974536fc77472f34f0cffca3396d03fc48be Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 May 2000 08:37:03 +0000 Subject: [PATCH] (AC_CHECK_DECLS): Add strndup. --- m4/check-decl.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index f9202eab7..e301e44f1 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 10 +#serial 11 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -55,6 +55,7 @@ AC_DEFUN(jm_CHECK_DECLS, nanosleep, realloc, stpcpy, + strndup, strstr, strtoul, strtoull, -- 2.11.0