diff sysoptions.h @ 604:810dfc792ca9

Compile fix for when both client and server agent forwarding is disabled
author Matt Johnston <matt@ucc.asn.au>
date Mon, 28 Feb 2011 13:39:18 +0000
parents 3aa74a4d83ae
children e4991659fc10
line wrap: on
line diff
--- a/sysoptions.h	Sun Feb 27 13:57:32 2011 +0000
+++ b/sysoptions.h	Mon Feb 28 13:39:18 2011 +0000
@@ -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