diff auto/sources @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents 6b91bfbc4123
children af451db3fe99
line wrap: on
line diff
--- a/auto/sources
+++ b/auto/sources
@@ -179,6 +179,7 @@ HTTP_FILTER_MODULES="ngx_http_write_filt
 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