log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / file-has-acl
blob7b9b4f5f535c7d9d7fce86e88440293398e9de5f
1 Description:
2 Whether a file has an ACL.
4 Files:
5 lib/file-has-acl.c
7 Depends-on:
8 acl-permissions  [test $gl_need_lib_has_acl]
10 configure.ac:
11 gl_FILE_HAS_ACL
13 Makefile.am:
14 lib_SOURCES += file-has-acl.c
16 Include:
17 "acl.h"
19 Link:
20 $(LIB_HAS_ACL)
22 License:
23 GPL
25 Maintainer:
26 Paul Eggert, Jim Meyering