diff options
author | Andrey Mazo <ahippo@yandex.ru> | 2012-03-26 16:17:16 +0400 |
---|---|---|
committer | Andrey Mazo <ahippo@yandex.ru> | 2012-03-26 16:17:16 +0400 |
commit | d4a14fcb3dde43e21b0bdf1e244d3b8f7aa488de (patch) | |
tree | 6f853fdf1f5ebf7d5c4d72b1aff8d50ae27611c7 /sysoptions.h | |
parent | 49b79fa02d93a507df6caf93d3f4545ab057bea5 (diff) |
Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
Got rid of ENABLE_AGENTFWD macro.
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysoptions.h b/sysoptions.h index ee5ff36..e2f53e3 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -162,10 +162,6 @@ #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 |