modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / qacl
blob78da6e112a4a9ba4e234de35e8a6e42511609126
1 Description:
2 Access control lists of files.  (Unportable.)
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
14 Depends-on:
15 extern-inline
16 fstat
17 stdbool
18 sys_stat
20 configure.ac:
21 gl_FUNC_ACL
23 Makefile.am:
24 lib_SOURCES += acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c
26 Include:
27 "acl.h"
29 Link:
30 $(LIB_ACL)
32 License:
33 GPL
35 Maintainer:
36 Paul Eggert, Jim Meyering