2 chown() function: change ownership of a file, following symlinks.
11 fstat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
12 open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
13 stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
14 stdbool [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
15 sys_stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
19 if test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1; then
22 if test $REPLACE_CHOWN = 1 && test $ac_cv_func_fchown = no; then
23 AC_LIBOBJ([fchown-stub])
25 gl_UNISTD_MODULE_INDICATOR([chown])