Mercurial > dropbear
comparison options.h @ 65:02e4a7f614f8
Oops, forgot to call the actual code.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 13:54:31 +0000 |
parents | efb5e0b335cf |
children | 38c3146aa23d |
comparison
equal
deleted
inserted
replaced
64:efb5e0b335cf | 65:02e4a7f614f8 |
---|---|
304 | 304 |
305 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) | 305 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) |
306 #define ENABLE_CLI_ANYTCPFWD | 306 #define ENABLE_CLI_ANYTCPFWD |
307 #endif | 307 #endif |
308 | 308 |
309 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) | |
310 #define DROPBEAR_TCP_ACCEPT | |
311 #endif | |
312 | |
309 #if defined(ENABLE_REMOTETCPFWD) || defined(ENABLE_LOCALTCPFWD) || \ | 313 #if defined(ENABLE_REMOTETCPFWD) || defined(ENABLE_LOCALTCPFWD) || \ |
310 defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD) | 314 defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD) |
311 #define USING_LISTENERS | 315 #define USING_LISTENERS |
312 #endif | 316 #endif |
313 | 317 |