verify: new macro 'assume'
[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 root-uid
12 group-member    [test $HAVE_EUIDACCESS = 0]
13 stat            [test $HAVE_EUIDACCESS = 0]
14 sys_stat        [test $HAVE_EUIDACCESS = 0]
15
16 configure.ac:
17 gl_FUNC_EUIDACCESS
18 if test $HAVE_EUIDACCESS = 0; then
19   AC_LIBOBJ([euidaccess])
20   gl_PREREQ_EUIDACCESS
21 fi
22 gl_UNISTD_MODULE_INDICATOR([euidaccess])
23
24 Makefile.am:
25
26 Include:
27 <unistd.h>
28
29 Link:
30 $(LIB_EACCESS)
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Jim Meyering, glibc