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
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
careadlinkat
blob
3f49aaecd79773429d00741fb625f77bca38479f
1
Description:
2
Read symbolic links into a buffer without size limitation, relative to fd.
3
4
Files:
5
lib/careadlinkat.c
6
lib/careadlinkat.h
7
8
Depends-on:
9
allocator
10
ssize_t
11
unistd
12
13
configure.ac:
14
AC_REQUIRE([AC_C_RESTRICT])
15
AC_CHECK_FUNCS_ONCE([readlinkat])
16
17
Makefile.am:
18
lib_SOURCES += careadlinkat.c
19
20
Include:
21
"careadlinkat.h"
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Paul Eggert, Jim Meyering