Tony wrote: > On Tue, Dec 19, 2017 at 10:03 AM, Bram Moolenaar <[email protected]> wrote: > > The header file is only used when HAVE_ACL is defined. Which comes > > from os_unix.h: > > > > /* We have three kinds of ACL support. */ > > #define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL) > > > > Check what is in auto/config.h, search for "ACL" > > 251> #define HAVE_SYS_ACL_H 1 > 369> /* Define if you want to add support for ACL */ > 370> /* #undef HAVE_POSIX_ACL */ > 371> /* #undef HAVE_SOLARIS_ZFS_ACL */ > 372> /* #undef HAVE_SOLARIS_ACL */ > 373> /* #undef HAVE_AIX_ACL */ > > where nnn> is the line number. No other occurrences.
Then I don't really see how HAVE_ACL can be defined. -- hundred-and-one symptoms of being an internet addict: 134. You consider bandwidth to be more important than carats. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
