r23389: Disabling ACL support on Darwin/Mac OS X for now.
commit19dbef7ca44298dc7e20d7f87f37efcda9db4432
authorMichael Adam <obnox@samba.org>
Fri, 8 Jun 2007 14:37:29 +0000 (8 14:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:12 +0000 (10 12:23 -0500)
tree1dac23c112b72a30c67f799dcce7ea230b8d001c
parente0cdcf065f7bc417c00ff7ba844186c6aa5cee2c
r23389: Disabling ACL support on Darwin/Mac OS X for now.

Current configure check detects posix ACL support
but compile of modules/vfs_posixacl.c fails due
to missing defines in sys/acl.h:
ACL_USER, ACL_USER_OBJ, ACL_GROUP, ACL_GROUP_OBJ, ACL_OTHER,
ACL_MASK, ACL_WRITE, ACL_READ

It has to be investigated, if this can be fixed within
the posixacl vfs module or if we need a darwinacl module.

Michael
(This used to be commit f275991c2fc92cf1e140e4cf8f8bc1a7fbcbbb0c)
source3/configure.in