havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / fchmodat
blob975889b8c021b5bb52c0ca9b428bdb744ce67657
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 at-internal     [test $HAVE_FCHMODAT = 0]
13 c99             [test $REPLACE_FCHMODAT = 1]
14 errno           [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
15 extern-inline   [test $HAVE_FCHMODAT = 0]
16 fchdir          [test $HAVE_FCHMODAT = 0]
17 fcntl-h         [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
18 filename        [test $HAVE_FCHMODAT = 0]
19 fstatat         [test $REPLACE_FCHMODAT = 1]
20 intprops        [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
21 lchmod          [test $HAVE_FCHMODAT = 0]
22 openat-die      [test $HAVE_FCHMODAT = 0]
23 openat-h        [test $HAVE_FCHMODAT = 0]
24 save-cwd        [test $HAVE_FCHMODAT = 0]
25 unistd          [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
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