verify: new macro 'assume'
[gnulib.git] / modules / fchmodat
1 Description:
2 fchmodat() function: Change access permissions of a file at a directory.
3
4 Files:
5 lib/fchmodat.c
6 lib/chmodat.c
7 lib/at-func.c
8 m4/fchmodat.m4
9
10 Depends-on:
11 sys_stat
12 extensions
13 at-internal     [test $HAVE_FCHMODAT = 0]
14 dosname         [test $HAVE_FCHMODAT = 0]
15 errno           [test $HAVE_FCHMODAT = 0]
16 extern-inline   [test $HAVE_FCHMODAT = 0]
17 fchdir          [test $HAVE_FCHMODAT = 0]
18 fcntl-h         [test $HAVE_FCHMODAT = 0]
19 openat-die      [test $HAVE_FCHMODAT = 0]
20 openat-h        [test $HAVE_FCHMODAT = 0]
21 save-cwd        [test $HAVE_FCHMODAT = 0]
22
23 configure.ac:
24 gl_FUNC_FCHMODAT
25 if test $HAVE_FCHMODAT = 0; then
26   AC_LIBOBJ([fchmodat])
27 fi
28 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
29 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
30
31 Makefile.am:
32 lib_SOURCES += chmodat.c
33
34 Include:
35 <sys/stat.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering, Eric Blake