Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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/core/ngx_module.h
parent0a961a09171fc1de3f3a70aa6b15e29d3882f7f0 (diff)
Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Removed NGX_HAVE_REUSEPORT from the signature accordingly.
Diffstat (limited to 'src/core/ngx_module.h')
-rw-r--r--src/core/ngx_module.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/ngx_module.h b/src/core/ngx_module.h
index 4ddab5604..51a9baa06 100644
--- a/src/core/ngx_module.h
+++ b/src/core/ngx_module.h
@@ -72,12 +72,7 @@
#endif
#define NGX_MODULE_SIGNATURE_9 "1"
-
-#if (NGX_HAVE_REUSEPORT)
#define NGX_MODULE_SIGNATURE_10 "1"
-#else
-#define NGX_MODULE_SIGNATURE_10 "0"
-#endif
#if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
#define NGX_MODULE_SIGNATURE_11 "1"