qacl: new module, broken out from the acl module
[gnulib.git] / modules / qacl
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/file-has-acl.c
10 lib/qcopy-acl.c
11 lib/qset-acl.c
12 m4/acl.m4
13
14 Depends-on:
15 extern-inline
16 fstat
17 stdbool
18 sys_stat
19
20 configure.ac:
21 gl_FUNC_ACL
22
23 Makefile.am:
24 lib_SOURCES += acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c
25
26 Include:
27 "acl.h"
28
29 Link:
30 $(LIB_ACL)
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert, Jim Meyering, Bruno Haible