1 
2 #include_next <sys/unistd.h>
3 
4 #define _PC_ACL_ENABLED         20
5 #define _PC_SATTR_ENABLED       23
6 #define _PC_SATTR_EXISTS        24
7 #define _PC_ACCESS_FILTERING    25
8 /* UNIX 08 names */
9 #define _PC_TIMESTAMP_RESOLUTION 26
10 
11 
12 /*
13  * The value of 0 is returned when
14  * ACL's are not supported
15  */
16 #define _ACL_ACLENT_ENABLED     0x1
17 #define _ACL_ACE_ENABLED        0x2
18