Merge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47' into stable
[gnulib.git] / modules / areadlink
1 Description:
2 Reading symbolic links without size limitation.
3
4 Files:
5 lib/areadlink.h
6 lib/areadlink.c
7
8 Depends-on:
9 malloc-posix
10 readlink
11 ssize_t
12 stdint
13 unistd
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += areadlink.c
19
20 Include:
21 "areadlink.h"
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Bruno Haible, Jim Meyering