summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/options.h b/options.h
index 21484b7..644d7cb 100644
--- a/options.h
+++ b/options.h
@@ -250,6 +250,10 @@ struct options
struct route_option_list *routes;
bool route_nopull;
+#ifdef GENERAL_PROXY_SUPPORT
+ struct auto_proxy_info *auto_proxy_info;
+#endif
+
#ifdef ENABLE_HTTP_PROXY
struct http_proxy_options *http_proxy_options;
#endif