changeset 8257:99214e49b9aa

Move to here from xreadlink.
author Bruno Haible <bruno@clisp.org>
date Wed, 28 Feb 2007 23:49:09 +0000
parents 53012fe4365b
children 60aff5edab9c
files modules/xreadlink-with-size
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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