From 0df8bcfb6fc31fabccf480f5a153174360dffc7a Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 14 Nov 2019 16:27:06 +1000 Subject: relay: Disable relay_sys when the relay module is disabled Closes ticket 32245. --- src/feature/dirauth/dirauth_sys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/feature/dirauth') diff --git a/src/feature/dirauth/dirauth_sys.h b/src/feature/dirauth/dirauth_sys.h index 2d5a0cb3e7..86c8d8ba3e 100644 --- a/src/feature/dirauth/dirauth_sys.h +++ b/src/feature/dirauth/dirauth_sys.h @@ -12,6 +12,10 @@ #ifndef DIRAUTH_SYS_H #define DIRAUTH_SYS_H +#ifdef HAVE_MODULE_DIRAUTH + extern const struct subsys_fns_t sys_dirauth; +#endif + #endif /* !defined(DIRAUTH_SYS_H) */ -- cgit v1.2.3-54-g00ecf