commit 475dffee424610593e9433b78a1fbb5bbabe69a4
parent b1f71eeed66e2c3f352a6f7f61884c088281fab6
Author: teor <teor@torproject.org>
Date: Sun, 20 Oct 2019 18:01:52 +1000
dirauth: Add a macro comment to have_module_dirauth()
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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) */