comparison auto/sources @ 287:35a6a9df2d25

nginx-0.0.2-2004-03-12-19:57:08 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Mar 2004 16:57:08 +0000
parents 30310107dbc9
children f81d075ad172
comparison
equal deleted inserted replaced
286:fc8dc489247e 287:35a6a9df2d25
164 src/event/ngx_event_acceptex.c" 164 src/event/ngx_event_acceptex.c"
165 165
166 166
167 HTTP_MODULES="ngx_http_module \ 167 HTTP_MODULES="ngx_http_module \
168 ngx_http_core_module \ 168 ngx_http_core_module \
169 ngx_http_log_module \ 169 ngx_http_log_module"
170 ngx_http_cache_module" 170
171 HTTP_FILE_CACHE_MODULE=ngx_http_cache_module
171 172
172 HTTP_FILTER_MODULES="ngx_http_write_filter_module \ 173 HTTP_FILTER_MODULES="ngx_http_write_filter_module \
173 ngx_http_output_filter_module \ 174 ngx_http_output_filter_module \
174 ngx_http_header_filter_module" 175 ngx_http_header_filter_module"
175 176
194 195
195 HTTP_SRCS="src/http/ngx_http.c \ 196 HTTP_SRCS="src/http/ngx_http.c \
196 src/http/ngx_http_core_module.c \ 197 src/http/ngx_http_core_module.c \
197 src/http/ngx_http_special_response.c \ 198 src/http/ngx_http_special_response.c \
198 src/http/ngx_http_request.c \ 199 src/http/ngx_http_request.c \
199 src/http/ngx_http_cache.c \
200 src/http/ngx_http_file_cache.c \
201 src/http/ngx_http_busy_lock.c \
202 src/http/ngx_http_parse.c \ 200 src/http/ngx_http_parse.c \
203 src/http/ngx_http_headers.c \ 201 src/http/ngx_http_headers.c \
204 src/http/ngx_http_header_filter.c \ 202 src/http/ngx_http_header_filter.c \
205 src/http/ngx_http_write_filter.c \ 203 src/http/ngx_http_write_filter.c \
206 src/http/ngx_http_output_filter.c \ 204 src/http/ngx_http_output_filter.c \
212 src/http/modules/ngx_http_chunked_filter.c \ 210 src/http/modules/ngx_http_chunked_filter.c \
213 src/http/modules/ngx_http_range_filter.c \ 211 src/http/modules/ngx_http_range_filter.c \
214 src/http/modules/ngx_http_charset_filter.c \ 212 src/http/modules/ngx_http_charset_filter.c \
215 src/http/modules/ngx_http_not_modified_filter.c" 213 src/http/modules/ngx_http_not_modified_filter.c"
216 214
215 # STUB
216 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
217
218 HTPP_CACHE_SRCS=src/http/ngx_http_cache.c
219 HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
220
217 221
218 HTTP_REWRITE_MODULE=ngx_http_rewrite_module 222 HTTP_REWRITE_MODULE=ngx_http_rewrite_module
219 HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c 223 HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c
220 224
221 225
232 HTTP_PROXY_MODULE=ngx_http_proxy_module 236 HTTP_PROXY_MODULE=ngx_http_proxy_module
233 HTTP_PROXY_INCS="-I src/http/modules/proxy" 237 HTTP_PROXY_INCS="-I src/http/modules/proxy"
234 HTTP_PROXY_DEPS=src/http/modules/proxy/ngx_http_proxy_handler.h 238 HTTP_PROXY_DEPS=src/http/modules/proxy/ngx_http_proxy_handler.h
235 HTTP_PROXY_SRCS="src/http/modules/proxy/ngx_http_proxy_handler.c \ 239 HTTP_PROXY_SRCS="src/http/modules/proxy/ngx_http_proxy_handler.c \
236 src/http/modules/proxy/ngx_http_proxy_upstream.c \ 240 src/http/modules/proxy/ngx_http_proxy_upstream.c \
237 src/http/modules/proxy/ngx_http_proxy_cache.c \
238 src/http/modules/proxy/ngx_http_proxy_parse.c \ 241 src/http/modules/proxy/ngx_http_proxy_parse.c \
239 src/http/modules/proxy/ngx_http_proxy_header.c" 242 src/http/modules/proxy/ngx_http_proxy_header.c"
243
244 # STUB
245 # src/http/modules/proxy/ngx_http_proxy_cache.c \