summaryrefslogtreecommitdiffhomepage
path: root/src/http
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-10-03 15:58:29 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-10-03 15:58:29 +0300
commit58b85017a4063916b010de75e7c153576cf660ea (patch)
treec4c2244accacd44fef9d073cb2dbd476fed0d3b6 /src/http
parent0a961a09171fc1de3f3a70aa6b15e29d3882f7f0 (diff)
downloadnginx-58b85017a4063916b010de75e7c153576cf660ea.tar.gz
nginx-58b85017a4063916b010de75e7c153576cf660ea.tar.bz2
Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Removed NGX_HAVE_REUSEPORT from the signature accordingly.
Diffstat (limited to 'src/http')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 0 insertions, 2 deletions
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;