1Description:
2readlink() function: read the value of a symbolic link.
3
4Files:
5lib/readlink.c
6m4/readlink.m4
7
8Depends-on:
9unistd
10stat            [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1]
11
12configure.ac:
13gl_FUNC_READLINK
14if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
15  AC_LIBOBJ([readlink])
16  gl_PREREQ_READLINK
17fi
18gl_UNISTD_MODULE_INDICATOR([readlink])
19
20Makefile.am:
21
22Include:
23<unistd.h>
24
25License:
26LGPLv2+
27
28Maintainer:
29Bruno Haible
30
31