2 Open a file at a directory.
28 lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
30 mkdir [test $HAVE_MKDIRAT = 0]
33 rmdir [test $REPLACE_UNLINKAT = 1]
38 unlink [test $REPLACE_UNLINKAT = 1]
42 AC_LIBOBJ([openat-proc])
43 if test $HAVE_FCHMODAT = 0; then
46 if test $ac_cv_func_fstatat = no || test $REPLACE_FSTATAT = 1; then
49 if test $HAVE_MKDIRAT = 0; then
52 if test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1; then
55 if test $ac_cv_func_unlinkat = no || test $REPLACE_UNLINKAT = 1; then
58 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
74 Jim Meyering, Eric Blake