comparison 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
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
177 ngx_http_header_filter_module" 177 ngx_http_header_filter_module"
178 178
179 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module 179 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
180 HTTP_RANGE_FILTER_MODULE=ngx_http_range_filter_module 180 HTTP_RANGE_FILTER_MODULE=ngx_http_range_filter_module
181 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module 181 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
182 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
182 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module 183 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module
183 184
184 HTTP_STATIC_MODULE=ngx_http_static_module 185 HTTP_STATIC_MODULE=ngx_http_static_module
185 HTTP_INDEX_MODULE=ngx_http_index_module 186 HTTP_INDEX_MODULE=ngx_http_index_module
186 187
210 src/http/modules/ngx_http_static_handler.c \ 211 src/http/modules/ngx_http_static_handler.c \
211 src/http/modules/ngx_http_index_handler.c \ 212 src/http/modules/ngx_http_index_handler.c \
212 src/http/modules/ngx_http_chunked_filter.c \ 213 src/http/modules/ngx_http_chunked_filter.c \
213 src/http/modules/ngx_http_range_filter.c \ 214 src/http/modules/ngx_http_range_filter.c \
214 src/http/modules/ngx_http_charset_filter.c \ 215 src/http/modules/ngx_http_charset_filter.c \
216 src/http/modules/ngx_http_headers_filter.c \
215 src/http/modules/ngx_http_not_modified_filter.c" 217 src/http/modules/ngx_http_not_modified_filter.c"
216 218
217 # STUB 219 # STUB
218 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c" 220 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
219 221