summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-12-07 05:38:01 +0000
committerJeremy Allison <jra@samba.org>2000-12-07 05:38:01 +0000
commit423227d7ca87a6a4b9412e9ecbc3d6dd073818b1 (patch)
treee8e68c7bc2b7cee20b986d0510911647e735d937 /source3/include/config.h.in
parent70922b9bbe412dc43397ecfd3feeb01169ed0b96 (diff)
downloadsamba-423227d7ca87a6a4b9412e9ecbc3d6dd073818b1.tar.gz
samba-423227d7ca87a6a4b9412e9ecbc3d6dd073818b1.tar.bz2
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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index a647db2911..a9bc166139 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