From: teor Date: Sun, 20 Oct 2019 08:01:52 +0000 (+1000) Subject: dirauth: Add a macro comment to have_module_dirauth() X-Git-Tag: tor-0.4.3.1-alpha~288^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=475dffee424610593e9433b78a1fbb5bbabe69a4;p=thirdparty%2Ftor.git dirauth: Add a macro comment to have_module_dirauth() --- diff --git a/src/feature/dirauth/authmode.h b/src/feature/dirauth/authmode.h index bfd5f4dc04..11bc40d8d1 100644 --- a/src/feature/dirauth/authmode.h +++ b/src/feature/dirauth/authmode.h @@ -27,6 +27,7 @@ authdir_mode_v3(const or_options_t *options) return authdir_mode(options) && options->V3AuthoritativeDir != 0; } +/* Is the dirauth module enabled? */ #define have_module_dirauth() (1) #else /* !defined(HAVE_MODULE_DIRAUTH) */