commit 475dffee424610593e9433b78a1fbb5bbabe69a4 Author: teor teor@torproject.org Date: Sun Oct 20 18:01:52 2019 +1000
dirauth: Add a macro comment to have_module_dirauth() --- src/feature/dirauth/authmode.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/feature/dirauth/authmode.h b/src/feature/dirauth/authmode.h index bfd5f4dc0..11bc40d8d 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) */
tor-commits@lists.torproject.org