diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 13:54:31 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 13:54:31 +0000 |
commit | 9ea7c3bfcf5fdf3728471b7325278fa59d80fc54 (patch) | |
tree | 6b54974ff5fc1c3c666d5f0a6f26af549436fb9b /options.h | |
parent | e1057cd47720a03512e3ed0d5bbc2d5296b94fc2 (diff) |
Oops, forgot to call the actual code.
--HG--
extra : convert_revision : 1394bf640a0721eb3851fdb9e534c5a65c8bc0f6
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -306,6 +306,10 @@ #define ENABLE_CLI_ANYTCPFWD #endif +#if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) +#define DROPBEAR_TCP_ACCEPT +#endif + #if defined(ENABLE_REMOTETCPFWD) || defined(ENABLE_LOCALTCPFWD) || \ defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD) #define USING_LISTENERS |