Move to here from xreadlink.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Feb 2007 23:49:09 +0000 (23:49 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Feb 2007 23:49:09 +0000 (23:49 +0000)
modules/xreadlink-with-size [new file with mode: 0644]

diff --git a/modules/xreadlink-with-size b/modules/xreadlink-with-size
new file mode 100644 (file)
index 0000000..efd279f
--- /dev/null
@@ -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