X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrnlen;h=c78167113d4b0ac9a3ac616ceb72e88dd8da042e;hb=8a3d36c875a56836d888d38ef5025486e61b29ab;hp=e8bcda4d77a9fafebd7d355e4b77f411fff6142b;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strnlen b/modules/strnlen index e8bcda4d7..c78167113 100644 --- a/modules/strnlen +++ b/modules/strnlen @@ -2,24 +2,30 @@ Description: strnlen() function: determine the length of a size-bounded string. Files: -lib/strnlen.h lib/strnlen.c m4/strnlen.m4 Depends-on: +string extensions +memchr-obsolete [test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1] configure.ac: gl_FUNC_STRNLEN +if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then + AC_LIBOBJ([strnlen]) + gl_PREREQ_STRNLEN +fi + +gl_STRING_MODULE_INDICATOR([strnlen]) Makefile.am: -EXTRA_DIST += strnlen.h strnlen.c Include: -"strnlen.h" + License: -LGPL +LGPLv2+ Maintainer: all