mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/1021'
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -27,6 +27,8 @@ authdir_mode_v3(const or_options_t *options)
|
||||
return authdir_mode(options) && options->V3AuthoritativeDir != 0;
|
||||
}
|
||||
|
||||
#define have_module_dirauth() (1)
|
||||
|
||||
#else /* HAVE_MODULE_DIRAUTH */
|
||||
|
||||
#define authdir_mode(options) (((void)(options)),0)
|
||||
@@ -37,6 +39,8 @@ authdir_mode_v3(const or_options_t *options)
|
||||
#define authdir_mode_bridge(options) (((void)(options)),0)
|
||||
#define authdir_mode_v3(options) (((void)(options)),0)
|
||||
|
||||
#define have_module_dirauth() (0)
|
||||
|
||||
#endif /* HAVE_MODULE_DIRAUTH */
|
||||
|
||||
#endif /* TOR_MODE_H */
|
||||
|
||||
Reference in New Issue
Block a user