mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Emacs needs the former, but not the latter. * modules/acl-permissions: New file, containing most of the old qacl. * modules/file-has-acl (Depends-on): Depend on acl-permissions, not qacl. * modules/qacl: Now merely depends on qcopy-acl and qset-acl. * modules/qcopy-acl, modules/qset-acl: New files. * MODULES.html.sh (File system functions): Mention the new modules, and mention qacl while we're at it.
27 lines
293 B
Plaintext
27 lines
293 B
Plaintext
Description:
|
|
Whether a file has an ACL.
|
|
|
|
Files:
|
|
lib/file-has-acl.c
|
|
|
|
Depends-on:
|
|
acl-permissions [test $gl_need_lib_has_acl]
|
|
|
|
configure.ac:
|
|
gl_FILE_HAS_ACL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += file-has-acl.c
|
|
|
|
Include:
|
|
"acl.h"
|
|
|
|
Link:
|
|
$(LIB_HAS_ACL)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|