Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / symlinkat
blob3d1f2ac269aa117d30e533ef2cddf6b6c6cdf3d3
1 Description:
2 symlinkat() function: create symlinks relative to a directory
4 Files:
5 lib/symlinkat.c
6 lib/at-func.c
7 m4/symlinkat.m4
9 Depends-on:
10 unistd
11 extensions
12 at-internal     [test $HAVE_SYMLINKAT = 0]
13 dosname         [test $HAVE_SYMLINKAT = 0]
14 errno           [test $HAVE_SYMLINKAT = 0]
15 fchdir          [test $HAVE_SYMLINKAT = 0]
16 fcntl-h         [test $HAVE_SYMLINKAT = 0]
17 openat-die      [test $HAVE_SYMLINKAT = 0]
18 openat-h        [test $HAVE_SYMLINKAT = 0]
19 save-cwd        [test $HAVE_SYMLINKAT = 0]
20 symlink         [test $HAVE_SYMLINKAT = 0]
21 fstatat         [test $REPLACE_SYMLINKAT = 1]
23 configure.ac:
24 gl_FUNC_SYMLINKAT
25 if test $HAVE_SYMLINKAT = 0 || test $REPLACE_SYMLINKAT = 1; then
26   AC_LIBOBJ([symlinkat])
28 gl_UNISTD_MODULE_INDICATOR([symlinkat])
30 Makefile.am:
32 Include:
33 <fcntl.h>
34 <unistd.h>
36 License:
37 GPL
39 Maintainer:
40 Jim Meyering, Eric Blake