diff options
author | Jeremy Allison <jra@samba.org> | 2000-12-07 05:38:01 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-12-07 05:38:01 +0000 |
commit | 423227d7ca87a6a4b9412e9ecbc3d6dd073818b1 (patch) | |
tree | e8e68c7bc2b7cee20b986d0510911647e735d937 /source3/acconfig.h | |
parent | 70922b9bbe412dc43397ecfd3feeb01169ed0b96 (diff) | |
download | samba-423227d7ca87a6a4b9412e9ecbc3d6dd073818b1.tar.gz samba-423227d7ca87a6a4b9412e9ecbc3d6dd073818b1.tar.xz samba-423227d7ca87a6a4b9412e9ecbc3d6dd073818b1.zip |
Working code to read POSIX ACLs on a Linux system using the bestbits
ACL patch from http://acl.bestbits.at/.
configure support needs more work (just assumes correct headers at
the moment). ACL writing needs adding.
Jeremy.
(This used to be commit 6ae63e502e6adf3666a34aa87860c74e106fdb84)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index db473d27f51..9100add63ac 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -137,3 +137,4 @@ #undef INTEL_SPINLOCKS #undef MIPS_SPINLOCKS #undef POWERPC_SPINLOCKS +#undef HAVE_POSIX_ACLS |