verify: new macro 'assume'
[gnulib.git] / modules / symlinkat
1 Description:
2 symlinkat() function: create symlinks relative to a directory
3
4 Files:
5 lib/symlinkat.c
6 lib/at-func.c
7 m4/symlinkat.m4
8
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
22 configure.ac:
23 gl_FUNC_SYMLINKAT
24 if test $HAVE_SYMLINKAT = 0; then
25   AC_LIBOBJ([symlinkat])
26 fi
27 gl_UNISTD_MODULE_INDICATOR([symlinkat])
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