comparison options.h @ 206:0d56e4b80dfb

* defined USING_LISTENERS when tcp forwarding is enabled but not X11 or agent forwarding
author Matt Johnston <matt@ucc.asn.au>
date Wed, 01 Jun 2005 16:15:38 +0000
parents 2098857ab826
children ea9277442ef2
comparison
equal deleted inserted replaced
204:675f7bf3c391 206:0d56e4b80dfb
311 311
312 #ifndef ENABLE_AGENTFWD 312 #ifndef ENABLE_AGENTFWD
313 #define DISABLE_AGENTFWD 313 #define DISABLE_AGENTFWD
314 #endif 314 #endif
315 315
316 #ifndef ENABLE_LOCALTCPFWD
317 #define DISABLE_TCPDIRECT
318 #endif
319
320 #ifndef ENABLE_REMOTETCPFWD
321 #define DISABLE_REMOTETCPFWD
322 #endif
323
324 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) 316 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
325 #define ENABLE_CLI_ANYTCPFWD 317 #define ENABLE_CLI_ANYTCPFWD
326 #endif 318 #endif
327 319
328 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) 320 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD)
329 #define DROPBEAR_TCP_ACCEPT 321 #define DROPBEAR_TCP_ACCEPT
330 #endif 322 #endif
331 323
332 #if defined(ENABLE_REMOTETCPFWD) || defined(ENABLE_LOCALTCPFWD) || \ 324 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) || \
325 defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_SVR_LOCALTCPFWD) || \
333 defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD) 326 defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD)
334 #define USING_LISTENERS 327 #define USING_LISTENERS
335 #endif 328 #endif
336 329
337 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) 330 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH)