mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
dirauth: Add a macro comment to have_module_dirauth()
This commit is contained in:
parent
b1f71eeed6
commit
475dffee42
@ -27,6 +27,7 @@ authdir_mode_v3(const or_options_t *options)
|
|||||||
return authdir_mode(options) && options->V3AuthoritativeDir != 0;
|
return authdir_mode(options) && options->V3AuthoritativeDir != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Is the dirauth module enabled? */
|
||||||
#define have_module_dirauth() (1)
|
#define have_module_dirauth() (1)
|
||||||
|
|
||||||
#else /* !defined(HAVE_MODULE_DIRAUTH) */
|
#else /* !defined(HAVE_MODULE_DIRAUTH) */
|
||||||
|
Loading…
Reference in New Issue
Block a user