X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpncpy;h=cfad9aabc9936dafb16cfcd6250a6d8544bab32f;hb=5b9e0c3ce734b9d9b0c0001e31b65a8a4713700d;hp=65ea0a03df5b980f311ee757ed61b34178d7bcbd;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/stpncpy b/modules/stpncpy index 65ea0a03d..cfad9aabc 100644 --- a/modules/stpncpy +++ b/modules/stpncpy @@ -2,24 +2,28 @@ Description: stpncpy() function: copy a size-bounded string, returning a pointer to its end. Files: -lib/stpncpy.h lib/stpncpy.c m4/stpncpy.m4 Depends-on: +extensions +string configure.ac: gl_FUNC_STPNCPY +if test $HAVE_STPNCPY = 0 || test $REPLACE_STPNCPY = 1; then + AC_LIBOBJ([stpncpy]) + gl_PREREQ_STPNCPY +fi +gl_STRING_MODULE_INDICATOR([stpncpy]) Makefile.am: -EXTRA_DIST += stpncpy.h stpncpy.c Include: -"stpncpy.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -