# HG changeset patch # User Matt Johnston # Date 1448889183 -28800 # Node ID 8a5e9a97bd7aa1ef7f80c72e030c91bac827be6c # Parent da1ed4fcdc4a4d7d38044c15f76800d725291fca# Parent 089b8e91472b2146d630bdc8aa77734670e34e58 Merge pull request #15 from annulen/fix_cli_remotetcpfwd Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw… diff -r da1ed4fcdc4a -r 8a5e9a97bd7a runopts.h --- a/runopts.h Mon Nov 30 20:55:07 2015 +0800 +++ b/runopts.h Mon Nov 30 21:13:03 2015 +0800 @@ -33,7 +33,8 @@ typedef struct runopts { -#if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) +#if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) \ + || defined(ENABLE_CLI_REMOTETCPFWD) int listen_fwd_all; #endif unsigned int recv_window;