X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrnlen;h=627e6948fed40e666bd042086485e33ebc3a9d15;hb=3d37b264049ab3ff324634078c5e726f497e0df2;hp=c091c368388dfac1438d7ffaa67b51b0853a65d9;hpb=901bc47c9a8db854db97bb28780352748020c81d;p=gnulib.git diff --git a/modules/strnlen b/modules/strnlen index c091c3683..627e6948f 100644 --- a/modules/strnlen +++ b/modules/strnlen @@ -2,23 +2,24 @@ Description: strnlen() function: determine the length of a size-bounded string. Files: -lib/strnlen.h lib/strnlen.c m4/strnlen.m4 Depends-on: +extensions +string configure.ac: gl_FUNC_STRNLEN +gl_STRING_MODULE_INDICATOR([strnlen]) Makefile.am: -EXTRA_DIST += strnlen.h Include: -"strnlen.h" + License: -LGPL +LGPLv2+ Maintainer: all