Mercurial > dropbear
diff options.h @ 13:db2c8e6fb284
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 18:08:34 +0000 |
parents | 7f77962de998 |
children | 0969767bca0d |
line wrap: on
line diff
--- a/options.h Thu Jun 03 17:29:17 2004 +0000 +++ b/options.h Thu Jun 03 18:08:34 2004 +0000 @@ -303,6 +303,11 @@ #define DISABLE_REMOTETCPFWD #endif +#if defined(ENABLE_REMOTETCPFWD) || defined(ENABLE_LOCALTCPFWD) || \ + defined(ENABLE_AGENTFWD) || defined(ENABLE_X11FWD) +#define USING_LISTENERS +#endif + /* We use dropbear_client and dropbear_server as shortcuts to avoid redundant * code, if we're just compiling as client or server */ #if defined(DROPBEAR_SERVER) && defined(DROPBEAR_CLIENT)