summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-02-05 22:51:33 +0100
committerBram Moolenaar <Bram@vim.org>2012-02-05 22:51:33 +0100
commit8d462f966657d7bdedc470a10e20b1b635d64576 (patch)
treed0e85f85949acc2478c29e32e7d97dc4659a8a63 /src/config.h.in
parenta8c8a688ac66958f9d1d8763925cefe739e46ccc (diff)
updated for version 7.3.432v7.3.432
Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index db07f863c8..d1adb3a3af 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -363,6 +363,7 @@
/* Define if you want to add support for ACL */
#undef HAVE_POSIX_ACL
+#undef HAVE_SOLARIS_ZFS_ACL
#undef HAVE_SOLARIS_ACL
#undef HAVE_AIX_ACL