warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / careadlinkat
blob9dd7471d95d58ef9c2653a19076e21dfa2cb3666
1 Description:
2 Read symbolic links into a buffer without size limitation, relative to fd.
4 Files:
5 lib/careadlinkat.c
6 lib/careadlinkat.h
8 Depends-on:
9 allocator
10 ssize_t
11 unistd
13 configure.ac:
14 AC_CHECK_FUNCS_ONCE([readlinkat])
16 Makefile.am:
17 lib_SOURCES += careadlinkat.c
19 Include:
20 "careadlinkat.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Paul Eggert, Jim Meyering