repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
af_alg: minor style improvements
[gnulib.git]
/
modules
/
readlink
blob
c93e8524c228b58dd10eb83c546cfaca080c15eb
1
Description:
2
readlink() function: read the value of a symbolic link.
3
4
Files:
5
lib/readlink.c
6
m4/readlink.m4
7
8
Depends-on:
9
unistd
10
stat [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1]
11
12
configure.ac:
13
gl_FUNC_READLINK
14
if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
15
AC_LIBOBJ([readlink])
16
gl_PREREQ_READLINK
17
fi
18
gl_UNISTD_MODULE_INDICATOR([readlink])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all