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-02-08 18:02:04 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-02-08 18:02:04 +0300
commit86c82d4376833619b0d473650c446055bb0b972d (patch)
tree27aad4305038a9169c7d947cd29770b9880a0cdd
parentc2a00bacac483960a240b0eaa4bd07cffa91656c (diff)
Dynamic modules: NGX_STREAM define removed.
It's not used and contradicts the idea of dynamic loading.
-rw-r--r--auto/modules2
1 files changed, 0 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules
index 719375eeb..207477858 100644
--- a/auto/modules
+++ b/auto/modules
@@ -973,8 +973,6 @@ if [ $STREAM != NO ]; then
STREAM_DEPS=
STREAM_INCS=
- have=NGX_STREAM . auto/have
-
ngx_module_type=STREAM
ngx_module_libs=
ngx_module_link=YES