comparison auto/sources @ 364:7c54d93f5965

nginx-0.0.7-2004-06-22-20:43:09 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Jun 2004 16:43:09 +0000
parents 0a03c921c81d
children fd24ba70e1b3
comparison
equal deleted inserted replaced
363:f2755a2885c8 364:7c54d93f5965
185 185
186 HTTP_FILTER_MODULES="ngx_http_write_filter_module \ 186 HTTP_FILTER_MODULES="ngx_http_write_filter_module \
187 ngx_http_header_filter_module" 187 ngx_http_header_filter_module"
188 188
189 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module 189 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
190 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
191 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module 190 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
192 HTTP_COPY_FILTER_MODULE=ngx_http_copy_filter_module 191 HTTP_COPY_FILTER_MODULE=ngx_http_copy_filter_module
193 192
194 HTTP_RANGE_HEADER_FILTER_MODULE=ngx_http_range_header_filter_module 193 HTTP_RANGE_HEADER_FILTER_MODULE=ngx_http_range_header_filter_module
195 HTTP_RANGE_BODY_FILTER_MODULE=ngx_http_range_body_filter_module 194 HTTP_RANGE_BODY_FILTER_MODULE=ngx_http_range_body_filter_module
223 src/http/ngx_http_parse_time.c \ 222 src/http/ngx_http_parse_time.c \
224 src/http/modules/ngx_http_static_handler.c \ 223 src/http/modules/ngx_http_static_handler.c \
225 src/http/modules/ngx_http_index_handler.c \ 224 src/http/modules/ngx_http_index_handler.c \
226 src/http/modules/ngx_http_chunked_filter.c \ 225 src/http/modules/ngx_http_chunked_filter.c \
227 src/http/modules/ngx_http_range_filter.c \ 226 src/http/modules/ngx_http_range_filter.c \
228 src/http/modules/ngx_http_charset_filter.c \
229 src/http/modules/ngx_http_headers_filter.c \ 227 src/http/modules/ngx_http_headers_filter.c \
230 src/http/modules/ngx_http_not_modified_filter.c" 228 src/http/modules/ngx_http_not_modified_filter.c"
231 229
232 # STUB 230 # STUB
233 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c" 231 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
234 232
235 HTPP_CACHE_SRCS=src/http/ngx_http_cache.c 233 HTPP_CACHE_SRCS=src/http/ngx_http_cache.c
236 HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c 234 HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
235
236
237 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
238 HTTP_CHARSET_FILTER_SRCS=src/http/modules/ngx_http_charset_filter.c
237 239
238 240
239 HTTP_REWRITE_MODULE=ngx_http_rewrite_module 241 HTTP_REWRITE_MODULE=ngx_http_rewrite_module
240 HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c 242 HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c
241 243