mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-01 04:41:58 +03:00
rather than listing lib/stat-macros.h manually. Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27 lines
329 B
Plaintext
27 lines
329 B
Plaintext
Description:
|
|
euidaccess() function: check effective user's permissions for a file.
|
|
|
|
Files:
|
|
lib/euidaccess.h
|
|
lib/euidaccess.c
|
|
m4/euidaccess.m4
|
|
|
|
Depends-on:
|
|
group-member
|
|
stat-macros
|
|
|
|
configure.ac:
|
|
gl_FUNC_EUIDACCESS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += euidaccess.h
|
|
|
|
Include:
|
|
"euidaccess.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|