aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 30c2e482..14562575 100644
--- a/conf.c
+++ b/conf.c
@@ -184,6 +184,9 @@ void dump_config(struct runctl *runp, struct query *querylist)
#ifdef OPIE_ENABLE
"'opie',"
#endif /* OPIE_ENABLE */
+#ifdef HAVE_SOCKS
+ "'socks',"
+#endif /* HAVE_SOCKS */
")\n";
fputs(features, stdout);