From 58b85017a4063916b010de75e7c153576cf660ea Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 3 Oct 2016 15:58:29 +0300 Subject: Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. Removed NGX_HAVE_REUSEPORT from the signature accordingly. --- src/stream/ngx_stream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stream') diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h index 7cb8ae31d..15b96ff19 100644 --- a/src/stream/ngx_stream.h +++ b/src/stream/ngx_stream.h @@ -55,9 +55,7 @@ typedef struct { #if (NGX_HAVE_INET6) unsigned ipv6only:1; #endif -#if (NGX_HAVE_REUSEPORT) unsigned reuseport:1; -#endif unsigned so_keepalive:2; unsigned proxy_protocol:1; #if (NGX_HAVE_KEEPALIVE_TUNABLE) -- cgit