summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-12 13:54:31 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-12 13:54:31 +0000
commit9ea7c3bfcf5fdf3728471b7325278fa59d80fc54 (patch)
tree6b54974ff5fc1c3c666d5f0a6f26af549436fb9b /options.h
parente1057cd47720a03512e3ed0d5bbc2d5296b94fc2 (diff)
Oops, forgot to call the actual code.
--HG-- extra : convert_revision : 1394bf640a0721eb3851fdb9e534c5a65c8bc0f6
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/options.h b/options.h
index c841332..cb9dc9a 100644
--- a/options.h
+++ b/options.h
@@ -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