comparison auto/sources @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents 4d3e880ce86c
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
385 385
386 HTTP_MAP_MODULE=ngx_http_map_module 386 HTTP_MAP_MODULE=ngx_http_map_module
387 HTTP_MAP_SRCS=src/http/modules/ngx_http_map_module.c 387 HTTP_MAP_SRCS=src/http/modules/ngx_http_map_module.c
388 388
389 389
390 HTTP_SPLIT_CLIENTS_MODULE=ngx_http_split_clients_module
391 HTTP_SPLIT_CLIENTS_SRCS=src/http/modules/ngx_http_split_clients_module.c
392
393
390 HTTP_REFERER_MODULE=ngx_http_referer_module 394 HTTP_REFERER_MODULE=ngx_http_referer_module
391 HTTP_REFERER_SRCS=src/http/modules/ngx_http_referer_module.c 395 HTTP_REFERER_SRCS=src/http/modules/ngx_http_referer_module.c
392 396
393 397
394 HTTP_REWRITE_MODULE=ngx_http_rewrite_module 398 HTTP_REWRITE_MODULE=ngx_http_rewrite_module
404 HTTP_PROXY_SRCS=src/http/modules/ngx_http_proxy_module.c 408 HTTP_PROXY_SRCS=src/http/modules/ngx_http_proxy_module.c
405 409
406 410
407 HTTP_FASTCGI_MODULE=ngx_http_fastcgi_module 411 HTTP_FASTCGI_MODULE=ngx_http_fastcgi_module
408 HTTP_FASTCGI_SRCS=src/http/modules/ngx_http_fastcgi_module.c 412 HTTP_FASTCGI_SRCS=src/http/modules/ngx_http_fastcgi_module.c
413
414
415 HTTP_UWSGI_MODULE=ngx_http_uwsgi_module
416 HTTP_UWSGI_SRCS=src/http/modules/ngx_http_uwsgi_module.c
417
418
419 HTTP_SCGI_MODULE=ngx_http_scgi_module
420 HTTP_SCGI_SRCS=src/http/modules/ngx_http_scgi_module.c
409 421
410 422
411 HTTP_PERL_MODULE=ngx_http_perl_module 423 HTTP_PERL_MODULE=ngx_http_perl_module
412 HTTP_PERL_INCS=src/http/modules/perl 424 HTTP_PERL_INCS=src/http/modules/perl
413 HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h 425 HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h
436 448
437 HTTP_SECURE_LINK_MODULE=ngx_http_secure_link_module 449 HTTP_SECURE_LINK_MODULE=ngx_http_secure_link_module
438 HTTP_SECURE_LINK_SRCS=src/http/modules/ngx_http_secure_link_module.c 450 HTTP_SECURE_LINK_SRCS=src/http/modules/ngx_http_secure_link_module.c
439 451
440 452
453 HTTP_DEGRADATION_MODULE=ngx_http_degradation_module
454 HTTP_DEGRADATION_SRCS=src/http/modules/ngx_http_degradation_module.c
455
456
441 HTTP_FLV_MODULE=ngx_http_flv_module 457 HTTP_FLV_MODULE=ngx_http_flv_module
442 HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c 458 HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c
443 459
444 460
445 HTTP_GZIP_STATIC_MODULE=ngx_http_gzip_static_module 461 HTTP_GZIP_STATIC_MODULE=ngx_http_gzip_static_module