From: Bruno Haible Date: Wed, 28 Feb 2007 23:49:09 +0000 (+0000) Subject: Move to here from xreadlink. X-Git-Tag: cvs-readonly~961 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7d86d7c2eeb656e234c49601f13c7ff06d4a3bf7;p=gnulib.git Move to here from xreadlink. --- diff --git a/modules/xreadlink-with-size b/modules/xreadlink-with-size new file mode 100644 index 000000000..efd279f24 --- /dev/null +++ b/modules/xreadlink-with-size @@ -0,0 +1,26 @@ +Description: +Return the contents of a symbolic link, without size limitations. + +Files: +lib/xreadlink.h +lib/xreadlink.c +m4/xreadlink.m4 + +Depends-on: +xalloc +readlink +ssize_t + +configure.ac: +gl_XREADLINK + +Makefile.am: + +Include: +"xreadlink.h" + +License: +GPL + +Maintainer: +Jim Meyering