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/http/ngx_http_core_module.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index fdd70041d..78f69e224 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -72,9 +72,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; -- cgit