2 Open a file at a directory.
27 lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
29 mkdir [test $HAVE_MKDIRAT = 0]
32 rmdir [test $REPLACE_UNLINKAT = 1]
37 unlink [test $REPLACE_UNLINKAT = 1]
41 AC_LIBOBJ([openat-proc])
42 if test $HAVE_FCHMODAT = 0; then
45 if test $ac_cv_func_fstatat = no || test $REPLACE_FSTATAT = 1; then
48 if test $HAVE_MKDIRAT = 0; then
51 if test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1; then
54 if test $ac_cv_func_unlinkat = no || test $REPLACE_UNLINKAT = 1; then
57 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
73 Jim Meyering, Eric Blake