From ed449b8ca7697d64ab3cfe8289287dd18566c91e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 14 Apr 2001 19:46:28 +0000 Subject: 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) --- source3/include/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/config.h.in') 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 -- cgit