Argh. Support for reading ACLs off of disk was inadvertently disabled

as part of an old configuration shuffle.  As a result, although
ACL restore has been working, ACLs haven't been written into archives
for some time.  <sigh>

Pointy hat: You know.
MFC after: 3 days
This commit is contained in:
kientzle 2007-03-08 05:52:01 +00:00
parent cb00361cdd
commit 4f72159a41

View File

@ -47,6 +47,7 @@
#define HAVE_ACL_GET_PERM 0
#define HAVE_ACL_GET_PERM_NP 1
#define HAVE_ACL_PERMSET_T 1
#define HAVE_ACL_USER 1
#endif
#define HAVE_BZLIB_H 1
#define HAVE_CHFLAGS 1