From f93bb0801ccd66a6a3709ad98afb3758ffd0c1d4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sun, 25 Feb 2001 00:24:54 +0000 Subject: rpc_client/cli_netlogon.c: Fixed incorrect printf. Added Solaris ACL support. Jeremy. (This used to be commit f0d11b6997cc46a0210adef8cf572cf8b7e2467a) --- source3/include/config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index dd8e8dca88..82fd2910ca 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -201,6 +201,8 @@ #undef MIPS_SPINLOCKS #undef POWERPC_SPINLOCKS #undef HAVE_POSIX_ACLS +#undef HAVE_UNIXWARE_ACLS +#undef HAVE_SOLARIS_ACLS #undef HAVE_NO_ACLS /* The number of bytes in a int. */ -- cgit