2 symlinkat() function: create symlinks relative to a directory
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]
25 if test $HAVE_SYMLINKAT = 0 || test $REPLACE_SYMLINKAT = 1; then
26 AC_LIBOBJ([symlinkat])
28 gl_UNISTD_MODULE_INDICATOR([symlinkat])
40 Jim Meyering, Eric Blake