comparison auto/modules @ 8921:33226ac61076 quic

HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 06 Dec 2021 13:02:36 +0300
parents 65191b9151a9
children 18d23ed15eef
comparison
equal deleted inserted replaced
8920:9680f0badc95 8921:33226ac61076
435 435
436 . auto/module 436 . auto/module
437 fi 437 fi
438 438
439 if [ $HTTP_V3 = YES ]; then 439 if [ $HTTP_V3 = YES ]; then
440 USE_OPENSSL_QUIC=YES
441 HTTP_SSL=YES
442
440 have=NGX_HTTP_V3 . auto/have 443 have=NGX_HTTP_V3 . auto/have
441 have=NGX_HTTP_HEADERS . auto/have 444 have=NGX_HTTP_HEADERS . auto/have
442 HTTP_QUIC=YES
443 445
444 ngx_module_name=ngx_http_v3_module 446 ngx_module_name=ngx_http_v3_module
445 ngx_module_incs=src/http/v3 447 ngx_module_incs=src/http/v3
446 ngx_module_deps="src/http/v3/ngx_http_v3.h \ 448 ngx_module_deps="src/http/v3/ngx_http_v3.h \
447 src/http/v3/ngx_http_v3_encode.h \ 449 src/http/v3/ngx_http_v3_encode.h \
707 ngx_module_incs= 709 ngx_module_incs=
708 ngx_module_deps= 710 ngx_module_deps=
709 ngx_module_srcs=src/http/modules/ngx_http_rewrite_module.c 711 ngx_module_srcs=src/http/modules/ngx_http_rewrite_module.c
710 ngx_module_libs= 712 ngx_module_libs=
711 ngx_module_link=$HTTP_REWRITE 713 ngx_module_link=$HTTP_REWRITE
712
713 . auto/module
714 fi
715
716 if [ $HTTP_QUIC = YES ]; then
717 USE_OPENSSL_QUIC=YES
718 have=NGX_HTTP_QUIC . auto/have
719 HTTP_SSL=YES
720
721 ngx_module_name=ngx_http_quic_module
722 ngx_module_incs=
723 ngx_module_deps=src/http/modules/ngx_http_quic_module.h
724 ngx_module_srcs=src/http/modules/ngx_http_quic_module.c
725 ngx_module_libs=
726 ngx_module_link=$HTTP_QUIC
727 714
728 . auto/module 715 . auto/module
729 fi 716 fi
730 717
731 if [ $HTTP_SSL = YES ]; then 718 if [ $HTTP_SSL = YES ]; then