diff options
Diffstat (limited to 'src/feature/relay/transport_config.h')
-rw-r--r-- | src/feature/relay/transport_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feature/relay/transport_config.h b/src/feature/relay/transport_config.h index de6e7668e2..d3cceb3698 100644 --- a/src/feature/relay/transport_config.h +++ b/src/feature/relay/transport_config.h @@ -34,9 +34,9 @@ STATIC smartlist_t *get_options_from_transport_options_line( const char *line, const char *transport); -#endif +#endif /* defined(RELAY_TRANSPORT_CONFIG_PRIVATE) */ -#else +#else /* !defined(HAVE_MODULE_RELAY) */ /** When tor is compiled with the relay module disabled, it can't be * configured with server pluggable transports. @@ -80,6 +80,6 @@ options_validate_server_transport(const or_options_t *old_options, #define options_act_server_transport(old_options) \ (((void)(old_options)),0) -#endif +#endif /* defined(HAVE_MODULE_RELAY) */ #endif /* !defined(TOR_FEATURE_RELAY_TRANSPORT_CONFIG_H) */ |