X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrnlen;h=c78167113d4b0ac9a3ac616ceb72e88dd8da042e;hb=ca2c85799ac5e86ba2d93a6b0628648177984e21;hp=26ae3f3db56fba55b753eaa03d9c6237567369c9;hpb=4a31fee0519738513fdc037c8022384db8c1239d;p=pspp diff --git a/modules/strnlen b/modules/strnlen index 26ae3f3db5..c78167113d 100644 --- a/modules/strnlen +++ b/modules/strnlen @@ -2,22 +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: Include: + License: -LGPL +LGPLv2+ Maintainer: -glibc - +all