Add a license tag to every module.
[gnulib.git] / modules / xreadlink
1 Description:
2 Return the contents of a symbolic link, without size limitations.
3
4 Files:
5 lib/xreadlink.h
6 lib/xreadlink.c
7 m4/xreadlink.m4
8 m4/ssize_t.m4
9
10 Depends-on:
11 xalloc
12 readlink
13
14 configure.ac:
15 gl_XREADLINK
16
17 Makefile.am:
18 lib_SOURCES += xreadlink.h xreadlink.c
19
20 Include:
21 "xreadlink.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering
28