New modules 'at-internal', 'openat-h', split off from module 'openat'.
[gnulib.git] / modules / symlinkat
1 Description:
2 symlinkat(): 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 at-internal
11 dosname
12 errno
13 extensions
14 fchdir
15 openat-die
16 openat-h
17 save-cwd
18 unistd
19 symlink         [test $HAVE_SYMLINKAT = 0]
20
21 configure.ac:
22 gl_FUNC_SYMLINKAT
23 if test $HAVE_SYMLINKAT = 0; then
24   AC_LIBOBJ([symlinkat])
25 fi
26 gl_UNISTD_MODULE_INDICATOR([symlinkat])
27
28 Makefile.am:
29
30 Include:
31 <fcntl.h>
32 <unistd.h>
33
34 License:
35 GPL
36
37 Maintainer:
38 Jim Meyering, Eric Blake