Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
603:3aa74a4d83ae | 604:810dfc792ca9 |
---|---|
160 defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_SVR_LOCALTCPFWD) || \ | 160 defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_SVR_LOCALTCPFWD) || \ |
161 defined(ENABLE_SVR_AGENTFWD) || defined(ENABLE_X11FWD) | 161 defined(ENABLE_SVR_AGENTFWD) || defined(ENABLE_X11FWD) |
162 #define USING_LISTENERS | 162 #define USING_LISTENERS |
163 #endif | 163 #endif |
164 | 164 |
165 #if defined(ENABLE_SVR_AGENTFWD) || defined(ENABLE_CLI_LOCALTCPFWD) | |
166 #define ENABLE_AGENTFWD | |
167 #endif | |
168 | |
165 #if defined(ENABLE_CLI_NETCAT) && defined(ENABLE_CLI_PROXYCMD) | 169 #if defined(ENABLE_CLI_NETCAT) && defined(ENABLE_CLI_PROXYCMD) |
166 #define ENABLE_CLI_MULTIHOP | 170 #define ENABLE_CLI_MULTIHOP |
167 #endif | 171 #endif |
168 | 172 |
169 #if defined(ENABLE_CLI_AGENTFWD) || defined(DROPBEAR_PRNGD_SOCKET) | 173 #if defined(ENABLE_CLI_AGENTFWD) || defined(DROPBEAR_PRNGD_SOCKET) |