diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-14 19:46:28 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-14 19:46:28 +0000 |
commit | ed449b8ca7697d64ab3cfe8289287dd18566c91e (patch) | |
tree | 34541fbdd298c93db6f14d288da98321f69f2aa1 /source3/include | |
parent | 548ca26bd56467f7dafaf277e4d42adeb54fb557 (diff) | |
download | samba-ed449b8ca7697d64ab3cfe8289287dd18566c91e.tar.gz samba-ed449b8ca7697d64ab3cfe8289287dd18566c91e.tar.bz2 samba-ed449b8ca7697d64ab3cfe8289287dd18566c91e.zip |
Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed
a bit to use AC_TRY_LINK to ensure functions are available for link
instead of AC_TRY_COMPILE.
Jeremy.
(This used to be commit c23628746342b6afa28cb34b0b4eaa61189ad390)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index b13f465691..6a6c856766 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -202,6 +202,7 @@ #undef MIPS_SPINLOCKS #undef POWERPC_SPINLOCKS #undef HAVE_POSIX_ACLS +#undef HAVE_ACL_GET_PERM_NP #undef HAVE_UNIXWARE_ACLS #undef HAVE_SOLARIS_ACLS #undef HAVE_IRIX_ACLS |