avoid new AC_REQUIRE expanded-before-required warnings
[gnulib.git] / modules / faccessat
1 Description:
2 faccessat() function: check user's permissions for a file.
3
4 Files:
5 lib/faccessat.c
6 m4/faccessat.m4
7
8 Depends-on:
9 euidaccess
10 extensions
11 fcntl-h
12 openat
13 unistd
14
15 configure.ac:
16 AC_REQUIRE([gl_FUNC_FACCESSAT])
17 gl_MODULE_INDICATOR([faccessat])
18 gl_UNISTD_MODULE_INDICATOR([faccessat])
19
20 Makefile.am:
21
22 Include:
23 <fcntl.h>
24 <unistd.h>
25
26 Link:
27 $(LIB_EACCESS)
28
29 License:
30 GPL
31
32 Maintainer:
33 Jim Meyering, Eric Blake