Index: patches/acls.diff =================================================================== RCS file: /cvsroot/rsync/patches/acls.diff,v retrieving revision 1.115 diff -u -p -r1.115 acls.diff --- patches/acls.diff 22 Mar 2006 09:21:46 -0000 1.115 +++ patches/acls.diff 8 Apr 2006 00:57:57 -0000 @@ -1390,7 +1390,7 @@ TODO items: dnl At the moment we don't test for a broken memcmp(), because all we dnl need to do is test for equality, not comparison, and it seems that dnl every platform has a memcmp that can do at least that. -@@ -738,6 +743,77 @@ AC_SUBST(OBJ_RESTORE) +@@ -738,6 +743,78 @@ AC_SUBST(OBJ_RESTORE) AC_SUBST(CC_SHOBJ_FLAG) AC_SUBST(BUILD_POPT) @@ -1439,6 +1439,7 @@ TODO items: +#include ], +[ acl_t acl; int entry_id; acl_entry_t *entry_p; return acl_get_entry( acl, entry_id, entry_p);], +samba_cv_HAVE_POSIX_ACLS=yes,samba_cv_HAVE_POSIX_ACLS=no)]) ++ AC_MSG_CHECKING(ACL test results) + if test x"$samba_cv_HAVE_POSIX_ACLS" = x"yes"; then + AC_MSG_RESULT(Using posix ACLs) + AC_DEFINE(HAVE_POSIX_ACLS, 1, [true if you have posix ACLs])