Add a check for Linux' "libacl" library and headers.
This commit is contained in:
parent
a9f98a4d3a
commit
712c562679
@ -127,6 +127,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBACL
|
||||
#include <acl/libacl.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_ACL_GET_PERM
|
||||
#define ACL_GET_PERM acl_get_perm
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user