Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / readlinkat
bloba89c53fc1b8c6ad5898835b8143600b6aa213765
1 Description:
2 readlinkat() function: read symlinks relative to a directory
4 Files:
5 lib/readlinkat.c
6 lib/at-func.c
7 m4/readlinkat.m4
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]
22 configure.ac:
23 gl_FUNC_READLINKAT
24 if test $HAVE_READLINKAT = 0 || test $REPLACE_READLINKAT = 1; then
25   AC_LIBOBJ([readlinkat])
27 gl_UNISTD_MODULE_INDICATOR([readlinkat])
29 Makefile.am:
31 Include:
32 <fcntl.h>
33 <unistd.h>
35 License:
36 GPL
38 Maintainer:
39 Jim Meyering, Eric Blake