comparison auto/modules @ 8831:598f8e3bef30 quic

QUIC: better ordering in auto/modules.
author Vladimir Homutov <vl@nginx.com>
date Thu, 05 Aug 2021 11:13:29 +0300
parents d4a6c03cfcb6
children 65191b9151a9
comparison
equal deleted inserted replaced
8830:d4a6c03cfcb6 8831:598f8e3bef30
414 fi 414 fi
415 415
416 416
417 ngx_module_type=HTTP 417 ngx_module_type=HTTP
418 418
419 if [ $HTTP_V2 = YES ]; then
420 have=NGX_HTTP_V2 . auto/have
421 have=NGX_HTTP_HEADERS . auto/have
422
423 ngx_module_name=ngx_http_v2_module
424 ngx_module_incs=src/http/v2
425 ngx_module_deps="src/http/v2/ngx_http_v2.h \
426 src/http/v2/ngx_http_v2_module.h"
427 ngx_module_srcs="src/http/v2/ngx_http_v2.c \
428 src/http/v2/ngx_http_v2_table.c \
429 src/http/v2/ngx_http_v2_encode.c \
430 src/http/v2/ngx_http_v2_huff_decode.c \
431 src/http/v2/ngx_http_v2_huff_encode.c \
432 src/http/v2/ngx_http_v2_module.c"
433 ngx_module_libs=
434 ngx_module_link=$HTTP_V2
435
436 . auto/module
437 fi
438
419 if [ $HTTP_V3 = YES ]; then 439 if [ $HTTP_V3 = YES ]; then
420 have=NGX_HTTP_V3 . auto/have 440 have=NGX_HTTP_V3 . auto/have
421 have=NGX_HTTP_HEADERS . auto/have 441 have=NGX_HTTP_HEADERS . auto/have
422 HTTP_QUIC=YES 442 HTTP_QUIC=YES
423 443
441 if [ $HTTP_V2 = NO ]; then 461 if [ $HTTP_V2 = NO ]; then
442 ngx_module_srcs="$ngx_module_srcs \ 462 ngx_module_srcs="$ngx_module_srcs \
443 src/http/v2/ngx_http_v2_huff_decode.c \ 463 src/http/v2/ngx_http_v2_huff_decode.c \
444 src/http/v2/ngx_http_v2_huff_encode.c" 464 src/http/v2/ngx_http_v2_huff_encode.c"
445 fi 465 fi
446
447 . auto/module
448 fi
449
450 if [ $HTTP_V2 = YES ]; then
451 have=NGX_HTTP_V2 . auto/have
452 have=NGX_HTTP_HEADERS . auto/have
453
454 ngx_module_name=ngx_http_v2_module
455 ngx_module_incs=src/http/v2
456 ngx_module_deps="src/http/v2/ngx_http_v2.h \
457 src/http/v2/ngx_http_v2_module.h"
458 ngx_module_srcs="src/http/v2/ngx_http_v2.c \
459 src/http/v2/ngx_http_v2_table.c \
460 src/http/v2/ngx_http_v2_encode.c \
461 src/http/v2/ngx_http_v2_huff_decode.c \
462 src/http/v2/ngx_http_v2_huff_encode.c \
463 src/http/v2/ngx_http_v2_module.c"
464 ngx_module_libs=
465 ngx_module_link=$HTTP_V2
466 466
467 . auto/module 467 . auto/module
468 fi 468 fi
469 469
470 if :; then 470 if :; then