manywarnings: Enable -Wthread-safety for clang.
[gnulib.git] / modules / file-has-acl
blobec93313dfdde378f3bdc275755955c16053a6c65
1 Description:
2 Whether a file has an ACL.
4 Files:
5 lib/acl-internal.h
6 lib/file-has-acl.c
7 m4/acl.m4
9 Depends-on:
10 acl-permissions
11 attribute
12 extern-inline
13 minmax
14 free-posix
15 stat
16 stdbool
17 stdckdint
19 configure.ac:
20 gl_FILE_HAS_ACL
22 Makefile.am:
23 lib_SOURCES += file-has-acl.c
25 Include:
26 "acl.h"
28 Link:
29 $(FILE_HAS_ACL_LIB)
31 License:
32 GPL
34 Maintainer:
35 Paul Eggert, Jim Meyering