commit | 8d462f966657d7bdedc470a10e20b1b635d64576 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 22:51:33 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 22:51:33 2012 +0100 |
tree | d0e85f85949acc2478c29e32e7d97dc4659a8a63 | |
parent | a8c8a688ac66958f9d1d8763925cefe739e46ccc [diff] [blame] |
updated for version 7.3.432 Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall)
diff --git a/src/config.h.in b/src/config.h.in index db07f86..d1adb3a 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