verify: new macro 'assume'
[gnulib.git] / modules / readlinkat
1 Description:
2 readlinkat() function: read symlinks relative to a directory
3
4 Files:
5 lib/readlinkat.c
6 lib/at-func.c
7 m4/readlinkat.m4
8
9 Depends-on:
10 unistd
11 extensions
12 at-internal     [test $HAVE_READLINKAT = 0]
13 dosname         [test $HAVE_READLINKAT = 0]
14 errno           [test $HAVE_READLINKAT = 0]
15 fchdir          [test $HAVE_READLINKAT = 0]
16 fcntl-h         [test $HAVE_READLINKAT = 0]
17 openat-die      [test $HAVE_READLINKAT = 0]
18 openat-h        [test $HAVE_READLINKAT = 0]
19 save-cwd        [test $HAVE_READLINKAT = 0]
20 readlink        [test $HAVE_READLINKAT = 0]
21
22 configure.ac:
23 gl_FUNC_READLINKAT
24 if test $HAVE_READLINKAT = 0; then
25   AC_LIBOBJ([readlinkat])
26 fi
27 gl_UNISTD_MODULE_INDICATOR([readlinkat])
28
29 Makefile.am:
30
31 Include:
32 <fcntl.h>
33 <unistd.h>
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering, Eric Blake