log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / euidaccess
blob9240338f7b802e42c0ca936cce3f227c3ef256c2
1 Description:
2 euidaccess() function: check effective user's permissions for a file.
4 Files:
5 lib/euidaccess.c
6 m4/euidaccess.m4
8 Depends-on:
9 unistd
10 extensions
11 root-uid
12 fcntl-h
13 group-member    [test $HAVE_EUIDACCESS = 0]
14 stat            [test $HAVE_EUIDACCESS = 0]
15 sys_stat        [test $HAVE_EUIDACCESS = 0]
17 configure.ac:
18 gl_FUNC_EUIDACCESS
19 if test $HAVE_EUIDACCESS = 0; then
20   AC_LIBOBJ([euidaccess])
21   gl_PREREQ_EUIDACCESS
23 gl_UNISTD_MODULE_INDICATOR([euidaccess])
25 Makefile.am:
27 Include:
28 <unistd.h>
30 Link:
31 $(LIB_EACCESS)
33 License:
34 LGPLv2+
36 Maintainer:
37 Jim Meyering, glibc