From d4139eca4e74d90f4207d95572306ea81072dd44 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Mon, 28 Oct 2013 16:43:39 +0100 Subject: [PATCH] made stub_libacls conditional on USE_AUTH --- src/tests/stub_libacls.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/stub_libacls.cc b/src/tests/stub_libacls.cc index 06bce643e2..9c3f792536 100644 --- a/src/tests/stub_libacls.cc +++ b/src/tests/stub_libacls.cc @@ -3,6 +3,7 @@ #define STUB_API "auth/libacls.la" #include "STUB.h" +#if USE_AUTH #include "acl/Acl.h" /* for allow_t */ #include "auth/Acl.h" @@ -38,3 +39,5 @@ void ProxyAuthLookup::LookupDone(void *) STUB ACL * ACLProxyAuth::clone() const STUB int ACLProxyAuth::matchForCache(ACLChecklist *) STUB int ACLProxyAuth::matchProxyAuth(ACLChecklist *) STUB + +#endif /* USE_AUTH */ -- 2.47.3