changeset 2502:aca3d7af77b3

(AC_REPLACE_FUNCS): Add strnlen.
author Jim Meyering <jim@meyering.net>
date Sat, 06 May 2000 14:37:59 +0000
parents 9443f73168ff
children 706ec239572c
files m4/jm-macros.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -109,6 +109,7 @@
   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)