[nginx] Dynamic modules: NGX_STREAM define removed.

Maxim Dounin mdounin at mdounin.ru
Mon Feb 8 16:46:43 UTC 2016


details:   http://hg.nginx.org/nginx/rev/80d594961e68
branches:  
changeset: 6386:80d594961e68
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Feb 08 18:02:04 2016 +0300
description:
Dynamic modules: NGX_STREAM define removed.

It's not used and contradicts the idea of dynamic loading.

diffstat:

 auto/modules |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff --git a/auto/modules b/auto/modules
--- 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



More information about the nginx-devel mailing list