repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
acl-permissions
blob
3ecbb95d9d14bf744678cc667a80edc8c6ccb70c
1
Description:
2
Access control lists of files. (Unportable.)
3
4
Files:
5
lib/acl.h
6
lib/acl-internal.h
7
lib/acl-errno-valid.c
8
lib/acl_entries.c
9
lib/acl-internal.c
10
lib/get-permissions.c
11
lib/set-permissions.c
12
m4/acl.m4
13
14
Depends-on:
15
extern-inline
16
fstat
17
stat
18
stdbool
19
sys_stat
20
21
configure.ac:
22
gl_FUNC_ACL
23
24
Makefile.am:
25
lib_SOURCES += acl-errno-valid.c acl-internal.c \
26
get-permissions.c set-permissions.c
27
28
Include:
29
"acl.h"
30
31
Link:
32
$(LIB_ACL)
33
34
License:
35
GPL
36
37
Maintainer:
38
Paul Eggert, Jim Meyering