Displaying 1 result from an estimated 1 matches for "have_aclsort".
2018 Oct 18
0
Cygwin build fails because headers no longer default to Solaris ACL
...LS, 1, [true if you have solaris ACLs])
AC_DEFINE(SUPPORT_ACLS, 1)
Configure detects the following after the above mod:
$ grep -i acl config.status
S["LIBS"]="-lacl "
D["HAVE_SYS_ACL_H"]=" 1"
D["HAVE_ACL_LIBACL_H"]=" 1"
D["HAVE_ACLSORT"]=" 1"
D["HAVE_LIBACL"]=" 1"
D["HAVE_POSIX_ACLS"]=" 1"
D["SUPPORT_ACLS"]=" 1"