dirauth: Add a macro comment to have_module_dirauth()

This commit is contained in:
teor 2019-10-20 18:01:52 +10:00
parent b1f71eeed6
commit 475dffee42
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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) */