From: Jim Meyering Date: Sat, 6 May 2000 14:37:59 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Add strnlen. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2f88d1e9e9ba9363b0218170b6e2f2eeba0449;p=pspp (AC_REPLACE_FUNCS): Add strnlen. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index d9f7701c58..41130aa176 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -109,6 +109,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp) AC_REPLACE_FUNCS(atexit) + AC_REPLACE_FUNCS(strnlen) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup)