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/include/config.h.in | |
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/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index a647db2911f..a9bc166139e 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -200,6 +200,7 @@ #undef INTEL_SPINLOCKS #undef MIPS_SPINLOCKS #undef POWERPC_SPINLOCKS +#undef HAVE_POSIX_ACLS /* The number of bytes in a int. */ #undef SIZEOF_INT |