mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
build options: fix SOCKS5 and WITHOUT_CLIENT
Signed-off-by: Jaco Kroon <jaco@iewc.co.za>
This commit is contained in:
parent
0bfd39135e
commit
04ec3d6f73
1 changed files with 2 additions and 2 deletions
|
@ -450,8 +450,8 @@ lws_create_vhost(struct lws_context *context,
|
|||
struct lws_protocols *lwsp;
|
||||
int m, f = !info->pvo, fx = 0, abs_pcol_count = 0;
|
||||
char buf[96];
|
||||
#if defined(LWS_CLIENT_HTTP_PROXYING) && \
|
||||
defined(LWS_WITH_CLIENT) && defined(LWS_HAVE_GETENV)
|
||||
#if ((defined(LWS_CLIENT_HTTP_PROXYING) && defined(LWS_WITH_CLIENT)) \
|
||||
|| defined(LWS_WITH_SOCKS5)) && defined(LWS_HAVE_GETENV)
|
||||
char *p;
|
||||
#endif
|
||||
#if defined(LWS_WITH_SYS_ASYNC_DNS)
|
||||
|
|
Loading…
Add table
Reference in a new issue