diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-05 22:51:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-05 22:51:33 +0100 |
commit | 8d462f966657d7bdedc470a10e20b1b635d64576 (patch) | |
tree | d0e85f85949acc2478c29e32e7d97dc4659a8a63 /src/config.h.in | |
parent | a8c8a688ac66958f9d1d8763925cefe739e46ccc (diff) | |
download | vim-git-8d462f966657d7bdedc470a10e20b1b635d64576.tar.gz |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index db07f863c..d1adb3a3a 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 |