pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git] / modules / symlinkat
blob16d0fcc2bebeff304d435f12c0370c9e90b82a82
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 errno           [test $HAVE_SYMLINKAT = 0]
14 fchdir          [test $HAVE_SYMLINKAT = 0]
15 fcntl-h         [test $HAVE_SYMLINKAT = 0]
16 filename        [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