diff auto/sources @ 4837:f9ae534ebf4b

Gunzip filter import.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 10 Sep 2012 16:52:47 +0000
parents a2ca3a6ee680
children dd74fd35ceb5
line wrap: on
line diff
--- a/auto/sources
+++ b/auto/sources
@@ -331,6 +331,10 @@ HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_fi
 HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter_module.c
 
 
+HTTP_GUNZIP_FILTER_MODULE=ngx_http_gunzip_filter_module
+HTTP_GUNZIP_SRCS=src/http/modules/ngx_http_gunzip_filter_module.c
+
+
 HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module
 HTTP_SSI_DEPS=src/http/modules/ngx_http_ssi_filter_module.h
 HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter_module.c