comparison auto/sources @ 6115:61d7ae76647d

Stream: port from NGINX+.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 20 Apr 2015 13:05:11 +0300
parents 79ddb0bdb273
children 4dc8e7b62216
comparison
equal deleted inserted replaced
6114:4a640716f4e2 6115:61d7ae76647d
552 MAIL_AUTH_HTTP_SRCS="src/mail/ngx_mail_auth_http_module.c" 552 MAIL_AUTH_HTTP_SRCS="src/mail/ngx_mail_auth_http_module.c"
553 553
554 MAIL_PROXY_MODULE="ngx_mail_proxy_module" 554 MAIL_PROXY_MODULE="ngx_mail_proxy_module"
555 MAIL_PROXY_SRCS="src/mail/ngx_mail_proxy_module.c" 555 MAIL_PROXY_SRCS="src/mail/ngx_mail_proxy_module.c"
556 556
557
558 STREAM_INCS="src/stream"
559
560 STREAM_DEPS="src/stream/ngx_stream.h \
561 src/stream/ngx_stream_upstream.h \
562 src/stream/ngx_stream_upstream_round_robin.h"
563
564 STREAM_MODULES="ngx_stream_module \
565 ngx_stream_core_module \
566 ngx_stream_proxy_module \
567 ngx_stream_upstream_module"
568
569 STREAM_SRCS="src/stream/ngx_stream.c \
570 src/stream/ngx_stream_handler.c \
571 src/stream/ngx_stream_core_module.c \
572 src/stream/ngx_stream_proxy_module.c \
573 src/stream/ngx_stream_upstream.c \
574 src/stream/ngx_stream_upstream_round_robin.c"
575
576 STREAM_SSL_MODULE="ngx_stream_ssl_module"
577 STREAM_SSL_DEPS="src/stream/ngx_stream_ssl_module.h"
578 STREAM_SSL_SRCS="src/stream/ngx_stream_ssl_module.c"
579
580 STREAM_UPSTREAM_HASH_MODULE=ngx_stream_upstream_hash_module
581 STREAM_UPSTREAM_HASH_SRCS=src/stream/ngx_stream_upstream_hash_module.c
582
583 STREAM_UPSTREAM_LEAST_CONN_MODULE=ngx_stream_upstream_least_conn_module
584 STREAM_UPSTREAM_LEAST_CONN_SRCS=" \
585 src/stream/ngx_stream_upstream_least_conn_module.c"
586
587 STREAM_UPSTREAM_ZONE_MODULE=ngx_stream_upstream_zone_module
588 STREAM_UPSTREAM_ZONE_SRCS=src/stream/ngx_stream_upstream_zone_module.c
589
590
557 NGX_GOOGLE_PERFTOOLS_MODULE=ngx_google_perftools_module 591 NGX_GOOGLE_PERFTOOLS_MODULE=ngx_google_perftools_module
558 NGX_GOOGLE_PERFTOOLS_SRCS=src/misc/ngx_google_perftools_module.c 592 NGX_GOOGLE_PERFTOOLS_SRCS=src/misc/ngx_google_perftools_module.c
559 593
560 NGX_CPP_TEST_SRCS=src/misc/ngx_cpp_test_module.cpp 594 NGX_CPP_TEST_SRCS=src/misc/ngx_cpp_test_module.cpp