NEWS.stable: log cherry-pick [24bfc89]->[1d71dc7] strtoumax: Avoid link error on...
[gnulib.git] / modules / euidaccess
1 Description:
2 euidaccess() function: check effective user's permissions for a file.
3
4 Files:
5 lib/euidaccess.c
6 m4/euidaccess.m4
7
8 Depends-on:
9 unistd
10 extensions
11 group-member    [test $HAVE_EUIDACCESS = 0]
12 stat            [test $HAVE_EUIDACCESS = 0]
13 sys_stat        [test $HAVE_EUIDACCESS = 0]
14
15 configure.ac:
16 gl_FUNC_EUIDACCESS
17 if test $HAVE_EUIDACCESS = 0; then
18   AC_LIBOBJ([euidaccess])
19   gl_PREREQ_EUIDACCESS
20 fi
21 gl_UNISTD_MODULE_INDICATOR([euidaccess])
22
23 Makefile.am:
24
25 Include:
26 <unistd.h>
27
28 Link:
29 $(LIB_EACCESS)
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Jim Meyering, glibc