mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
* defined USING_LISTENERS when tcp forwarding is enabled but not
X11 or agent forwarding --HG-- extra : convert_revision : dd6af3f334c72903101869859512faa88ed49e6c
This commit is contained in:
parent
a8785cf719
commit
83f6c8cddb
11
options.h
11
options.h
@ -313,14 +313,6 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
|
|||||||
#define DISABLE_AGENTFWD
|
#define DISABLE_AGENTFWD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ENABLE_LOCALTCPFWD
|
|
||||||
#define DISABLE_TCPDIRECT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef ENABLE_REMOTETCPFWD
|
|
||||||
#define DISABLE_REMOTETCPFWD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
|
#if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
|
||||||
#define ENABLE_CLI_ANYTCPFWD
|
#define ENABLE_CLI_ANYTCPFWD
|
||||||
#endif
|
#endif
|
||||||
@ -329,7 +321,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
|
|||||||
#define DROPBEAR_TCP_ACCEPT
|
#define DROPBEAR_TCP_ACCEPT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ENABLE_REMOTETCPFWD) || defined(ENABLE_LOCALTCPFWD) || \
|
#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_AGENTFWD) || defined(ENABLE_X11FWD)
|
||||||
#define USING_LISTENERS
|
#define USING_LISTENERS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user