20 #ifndef __posixacladdons_h__ 21 #define __posixacladdons_h__ 29 #if defined(USE_POSIX_ACL) && !defined(HAVE_NON_POSIX_ACL_EXTENSIIONS) 32 #include <sys/types.h> 38 #define acl_get_perm acl_get_perm_np 41 int acl_cmp(acl_t acl1, acl_t acl2);
42 acl_t acl_from_mode(mode_t mode);
43 int acl_equiv_mode(acl_t acl, mode_t *mode_p);
45 #endif // USE_POSIX_ACL 47 #endif // __posixacladdons_h__