summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-07-01 04:53:17 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-07-01 04:53:17 +0000
commitc6582dbe370705270e6164ff8212dbdddafd9250 (patch)
tree16995bf01183b34461fd95df3f96000a5d3f2547 /sysoptions.h
parent709a3e75cfb242c1b7165e599a4ccc54198967ca (diff)
Make it compile, update for changes in channel structure.
--HG-- branch : agent-client extra : convert_revision : 84676a98a0848224078a716b1292744a34e9d80c
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysoptions.h b/sysoptions.h
index 2de1184..28e146c 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -146,10 +146,6 @@
#define DISABLE_X11FWD
#endif
-#ifndef ENABLE_AGENTFWD
-#define DISABLE_AGENTFWD
-#endif
-
#if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
#define ENABLE_CLI_ANYTCPFWD
#endif
@@ -160,7 +156,7 @@
#if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) || \
defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_SVR_LOCALTCPFWD) || \
- defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD)
+ defined(ENABLE_SVR_AGENTFWD) || defined(ENABLE_X11FWD)
#define USING_LISTENERS
#endif
@@ -168,6 +164,10 @@
#define ENABLE_CLI_MULTIHOP
#endif
+#if defined(ENABLE_CLI_AGENTFWD) || defined(DROPBEAR_PRNGD_SOCKET)
+#define ENABLE_CONNECT_UNIX
+#endif
+
#if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH)
#define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */
#endif