summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2016-09-15 14:55:46 +0300
committerRoman Arutyunyan <arut@nginx.com>2016-09-15 14:55:46 +0300
commit04b9434b1817def37eb55cd7f4360d1164678797 (patch)
treec0b609612ea98be3291822b4685d5cda6f4ea8d7 /auto
parentafa771140bcf677505adcc6517008a9f9108c878 (diff)
downloadnginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.gz
nginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.bz2
Stream: filters.
Diffstat (limited to 'auto')
-rw-r--r--auto/modules6
-rw-r--r--auto/sources1
2 files changed, 5 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules
index 433767a62..603c3a0b3 100644
--- a/auto/modules
+++ b/auto/modules
@@ -973,7 +973,8 @@ if [ $STREAM != NO ]; then
ngx_stream_core_module \
ngx_stream_log_module \
ngx_stream_proxy_module \
- ngx_stream_upstream_module"
+ ngx_stream_upstream_module \
+ ngx_stream_write_filter_module"
ngx_module_incs="src/stream"
ngx_module_deps="src/stream/ngx_stream.h \
src/stream/ngx_stream_variables.h \
@@ -988,7 +989,8 @@ if [ $STREAM != NO ]; then
src/stream/ngx_stream_log_module.c \
src/stream/ngx_stream_proxy_module.c \
src/stream/ngx_stream_upstream.c \
- src/stream/ngx_stream_upstream_round_robin.c"
+ src/stream/ngx_stream_upstream_round_robin.c \
+ src/stream/ngx_stream_write_filter_module.c"
. auto/module
diff --git a/auto/sources b/auto/sources
index 216e900f1..139814743 100644
--- a/auto/sources
+++ b/auto/sources
@@ -167,6 +167,7 @@ UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \
src/os/unix/ngx_send.c \
src/os/unix/ngx_writev_chain.c \
src/os/unix/ngx_udp_send.c \
+ src/os/unix/ngx_udp_sendmsg_chain.c \
src/os/unix/ngx_channel.c \
src/os/unix/ngx_shmem.c \
src/os/unix/ngx_process.c \