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
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-26 00:13:21 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-26 00:13:21 +0400
commit3f4685f3ded30199ec0c61f98b016f5880330422 (patch)
tree9b633e6681f3b02123700dea850ba0083eb4d6cb /auto
parenta040f00167fa64e0bd5ea85f3c0551358e0ee544 (diff)
nginx-0.0.3-2004-04-26-00:13:21 import
Diffstat (limited to 'auto')
-rw-r--r--auto/modules5
-rw-r--r--auto/sources2
2 files changed, 5 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules
index 8fcaf8a22..d06631d20 100644
--- a/auto/modules
+++ b/auto/modules
@@ -78,8 +78,9 @@ if [ $HTTP_PROXY = YES ]; then
fi
-modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES \
- $HTTP_FILTER_MODULES $HTTP_NOT_MODIFIED_FILTER_MODULE"
+modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \
+ $HTTP_HEADERS_FILTER_MODULE \
+ $HTTP_NOT_MODIFIED_FILTER_MODULE"
echo "#include <ngx_config.h>" > $NGX_MODULES_C
diff --git a/auto/sources b/auto/sources
index eba6eb977..a4035ca66 100644
--- a/auto/sources
+++ b/auto/sources
@@ -179,6 +179,7 @@ HTTP_FILTER_MODULES="ngx_http_write_filter_module \
HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
HTTP_RANGE_FILTER_MODULE=ngx_http_range_filter_module
HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
+HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module
HTTP_STATIC_MODULE=ngx_http_static_module
@@ -212,6 +213,7 @@ HTTP_SRCS="src/http/ngx_http.c \
src/http/modules/ngx_http_chunked_filter.c \
src/http/modules/ngx_http_range_filter.c \
src/http/modules/ngx_http_charset_filter.c \
+ src/http/modules/ngx_http_headers_filter.c \
src/http/modules/ngx_http_not_modified_filter.c"
# STUB