acl, mbchar, priv-set: use extern-inline
[gnulib.git] / modules / acl
1 Description:
2 Access control lists of files.  (Unportable.)
3
4 Files:
5 lib/acl.h
6 lib/acl-internal.h
7 lib/acl_entries.c
8 lib/set-mode-acl.c
9 lib/copy-acl.c
10 lib/file-has-acl.c
11 m4/acl.m4
12
13 Depends-on:
14 error
15 extern-inline
16 fstat
17 gettext-h
18 quote
19 sys_stat
20
21 configure.ac:
22 gl_FUNC_ACL
23
24 Makefile.am:
25 lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
26
27 Include:
28 "acl.h"
29
30 Link:
31 $(LIB_ACL)
32
33 License:
34 GPL
35
36 Maintainer:
37 Paul Eggert, Jim Meyering, Bruno Haible