summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-22 16:43:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-22 16:43:09 +0000
commit3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0 (patch)
tree38e5ffa627c505024b0eaf1f8d5924bff4e35902 /auto/sources
parentb14169a714bb3deeb7f4912a58238f7a54aeecd1 (diff)
downloadnginx-3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0.tar.gz
nginx-3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0.tar.bz2
nginx-0.0.7-2004-06-22-20:43:09 import
Diffstat (limited to '')
-rw-r--r--auto/sources6
1 files changed, 4 insertions, 2 deletions
diff --git a/auto/sources b/auto/sources
index ba2934a44..a74e28615 100644
--- a/auto/sources
+++ b/auto/sources
@@ -187,7 +187,6 @@ HTTP_FILTER_MODULES="ngx_http_write_filter_module \
ngx_http_header_filter_module"
HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
-HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
HTTP_COPY_FILTER_MODULE=ngx_http_copy_filter_module
@@ -225,7 +224,6 @@ HTTP_SRCS="src/http/ngx_http.c \
src/http/modules/ngx_http_index_handler.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"
@@ -236,6 +234,10 @@ HTPP_CACHE_SRCS=src/http/ngx_http_cache.c
HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
+HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
+HTTP_CHARSET_FILTER_SRCS=src/http/modules/ngx_http_charset_filter.c
+
+
HTTP_REWRITE_MODULE=ngx_http_rewrite_module
HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c