comparison sysoptions.h @ 547:cf376c696dfc agent-client

Make it compile, update for changes in channel structure.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 01 Jul 2009 04:53:17 +0000
parents cc2dff9bd671
children 2895626d864f
comparison
equal deleted inserted replaced
546:568638be7203 547:cf376c696dfc
144 144
145 #ifndef ENABLE_X11FWD 145 #ifndef ENABLE_X11FWD
146 #define DISABLE_X11FWD 146 #define DISABLE_X11FWD
147 #endif 147 #endif
148 148
149 #ifndef ENABLE_AGENTFWD
150 #define DISABLE_AGENTFWD
151 #endif
152
153 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) 149 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
154 #define ENABLE_CLI_ANYTCPFWD 150 #define ENABLE_CLI_ANYTCPFWD
155 #endif 151 #endif
156 152
157 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD) 153 #if defined(ENABLE_CLI_LOCALTCPFWD) || defined(ENABLE_SVR_REMOTETCPFWD)
158 #define DROPBEAR_TCP_ACCEPT 154 #define DROPBEAR_TCP_ACCEPT
159 #endif 155 #endif
160 156
161 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) || \ 157 #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) || \
162 defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_SVR_LOCALTCPFWD) || \ 158 defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_SVR_LOCALTCPFWD) || \
163 defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD) 159 defined(ENABLE_SVR_AGENTFWD) || defined(ENABLE_X11FWD)
164 #define USING_LISTENERS 160 #define USING_LISTENERS
165 #endif 161 #endif
166 162
167 #if defined(ENABLE_CLI_NETCAT) && defined(ENABLE_CLI_PROXYCMD) 163 #if defined(ENABLE_CLI_NETCAT) && defined(ENABLE_CLI_PROXYCMD)
168 #define ENABLE_CLI_MULTIHOP 164 #define ENABLE_CLI_MULTIHOP
165 #endif
166
167 #if defined(ENABLE_CLI_AGENTFWD) || defined(DROPBEAR_PRNGD_SOCKET)
168 #define ENABLE_CONNECT_UNIX
169 #endif 169 #endif
170 170
171 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) 171 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH)
172 #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ 172 #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */
173 #endif 173 #endif