Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / acl
blobf5913c213b4a5a09d2c80a12e93ccc1dbfe4dfb4
1 Description:
2 Access control lists of files.  (Unportable.)
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
13 Depends-on:
14 error
15 gettext-h
16 quote
17 sys_stat
19 configure.ac:
20 gl_FUNC_ACL
22 Makefile.am:
23 lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
25 Include:
26 "acl.h"
28 Link:
29 $(LIB_ACL)
31 License:
32 GPL
34 Maintainer:
35 Paul Eggert, Jim Meyering, Bruno Haible