comparison auto/sources @ 884:4d68c486fcb0

upstream choice modules
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Dec 2006 16:46:13 +0000
parents 3b763d36e055
children 7cb910b4a58a
comparison
equal deleted inserted replaced
883:eac23634d614 884:4d68c486fcb0
268 src/http/ngx_http_core_module.h \ 268 src/http/ngx_http_core_module.h \
269 src/http/ngx_http_cache.h \ 269 src/http/ngx_http_cache.h \
270 src/http/ngx_http_variables.h \ 270 src/http/ngx_http_variables.h \
271 src/http/ngx_http_script.h \ 271 src/http/ngx_http_script.h \
272 src/http/ngx_http_upstream.h \ 272 src/http/ngx_http_upstream.h \
273 src/http/ngx_http_upstream_round_robin.h \
273 src/http/ngx_http_busy_lock.h" 274 src/http/ngx_http_busy_lock.h"
274 275
275 HTTP_SRCS="src/http/ngx_http.c \ 276 HTTP_SRCS="src/http/ngx_http.c \
276 src/http/ngx_http_core_module.c \ 277 src/http/ngx_http_core_module.c \
277 src/http/ngx_http_special_response.c \ 278 src/http/ngx_http_special_response.c \
283 src/http/modules/ngx_http_log_module.c \ 284 src/http/modules/ngx_http_log_module.c \
284 src/http/ngx_http_request_body.c \ 285 src/http/ngx_http_request_body.c \
285 src/http/ngx_http_variables.c \ 286 src/http/ngx_http_variables.c \
286 src/http/ngx_http_script.c \ 287 src/http/ngx_http_script.c \
287 src/http/ngx_http_upstream.c \ 288 src/http/ngx_http_upstream.c \
289 src/http/ngx_http_upstream_round_robin.c \
288 src/http/ngx_http_parse_time.c \ 290 src/http/ngx_http_parse_time.c \
289 src/http/modules/ngx_http_static_module.c \ 291 src/http/modules/ngx_http_static_module.c \
290 src/http/modules/ngx_http_index_module.c \ 292 src/http/modules/ngx_http_index_module.c \
291 src/http/modules/ngx_http_chunked_filter_module.c \ 293 src/http/modules/ngx_http_chunked_filter_module.c \
292 src/http/modules/ngx_http_range_filter_module.c \ 294 src/http/modules/ngx_http_range_filter_module.c \
396 398
397 HTTP_FLV_MODULE=ngx_http_flv_module 399 HTTP_FLV_MODULE=ngx_http_flv_module
398 HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c 400 HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c
399 401
400 402
403 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module
404 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c
405
406
401 IMAP_INCS="src/imap" 407 IMAP_INCS="src/imap"
402 408
403 IMAP_DEPS="src/imap/ngx_imap.h" 409 IMAP_DEPS="src/imap/ngx_imap.h"
404 410
405 IMAP_MODULES="ngx_imap_module ngx_imap_core_module" 411 IMAP_MODULES="ngx_imap_module ngx_imap_core_module"