X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstpncpy;h=cfad9aabc9936dafb16cfcd6250a6d8544bab32f;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=96b52307f18acb2bc03e412b1ead0d342cb45955;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/stpncpy b/modules/stpncpy index 96b52307f..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: -lib_SOURCES += stpncpy.h Include: -"stpncpy.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -