vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / fchmodat
blob17cfe392fdd2ecebd5402595efa5ef7acea10388
1 Description:
2 fchmodat() function: Change access permissions of a file at a directory.
4 Files:
5 lib/fchmodat.c
6 lib/at-func.c
7 m4/fchmodat.m4
9 Depends-on:
10 sys_stat
11 extensions
12 errno           [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
13 fcntl-h         [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
14 unistd          [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
15 intprops        [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
16 c99             [test $REPLACE_FCHMODAT = 1]
17 fstatat         [test $REPLACE_FCHMODAT = 1]
18 at-internal     [test $HAVE_FCHMODAT = 0]
19 extern-inline   [test $HAVE_FCHMODAT = 0]
20 fchdir          [test $HAVE_FCHMODAT = 0]
21 filename        [test $HAVE_FCHMODAT = 0]
22 lchmod          [test $HAVE_FCHMODAT = 0]
23 openat-die      [test $HAVE_FCHMODAT = 0]
24 openat-h        [test $HAVE_FCHMODAT = 0]
25 save-cwd        [test $HAVE_FCHMODAT = 0]
27 configure.ac:
28 gl_FUNC_FCHMODAT
29 if test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1; then
30   AC_LIBOBJ([fchmodat])
31   gl_PREREQ_FCHMODAT
33 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
35 Makefile.am:
37 Include:
38 <sys/stat.h>
40 License:
41 GPL
43 Maintainer:
44 Jim Meyering, Eric Blake, Paul Eggert