From 86c82d4376833619b0d473650c446055bb0b972d Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 8 Feb 2016 18:02:04 +0300 Subject: [PATCH] Dynamic modules: NGX_STREAM define removed. It's not used and contradicts the idea of dynamic loading. --- auto/modules | 2 -- 1 file changed, 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