summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h
index 2329391..216ab64 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -162,6 +162,10 @@
#define USING_LISTENERS
#endif
+#if defined(ENABLE_SVR_AGENTFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
+#define ENABLE_AGENTFWD
+#endif
+
#if defined(ENABLE_CLI_NETCAT) && defined(ENABLE_CLI_PROXYCMD)
#define ENABLE_CLI_MULTIHOP
#endif