summaryrefslogtreecommitdiffstats
path: root/source/acconfig.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-01-11 23:41:33 +0000
committerJeremy Allison <jra@samba.org>2001-01-11 23:41:33 +0000
commit523c91935621ec2d200a79385046694806f7c837 (patch)
tree1bb52181129ea3b3b95c1da00317e8cd3f94f01d /source/acconfig.h
parente2193c3a360562dd66a16c8f23f8cf3eed20b8cf (diff)
downloadsamba-523c91935621ec2d200a79385046694806f7c837.tar.gz
samba-523c91935621ec2d200a79385046694806f7c837.tar.xz
samba-523c91935621ec2d200a79385046694806f7c837.zip
Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.
Ensure HAVE_NO_ACLS is set in configure if ACL support not selected. Jeremy
Diffstat (limited to 'source/acconfig.h')
-rw-r--r--source/acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h
index 9100add63ac..7656aa898f8 100644
--- a/source/acconfig.h
+++ b/source/acconfig.h
@@ -138,3 +138,4 @@
#undef MIPS_SPINLOCKS
#undef POWERPC_SPINLOCKS
#undef HAVE_POSIX_ACLS
+#undef HAVE_NO_ACLS