comparison auto/modules @ 7681:38c0898b6df7 quic

HTTP/3.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 13 Mar 2020 19:36:33 +0300
parents 53a5cdbe500c
children 69345a26ba69
comparison
equal deleted inserted replaced
7680:6fd2cce50fe2 7681:38c0898b6df7
401 fi 401 fi
402 402
403 403
404 ngx_module_type=HTTP 404 ngx_module_type=HTTP
405 405
406 if [ $HTTP_V3 = YES ]; then
407 have=NGX_HTTP_V3 . auto/have
408 have=NGX_HTTP_HEADERS . auto/have
409
410 # XXX for Huffman
411 HTTP_V2=YES
412
413 ngx_module_name=ngx_http_v3_module
414 ngx_module_incs=src/http/v3
415 ngx_module_deps=src/http/v3/ngx_http_v3.h
416 ngx_module_srcs="src/http/v3/ngx_http_v3.c \
417 src/http/v3/ngx_http_v3_tables.c \
418 src/http/v3/ngx_http_v3_streams.c \
419 src/http/v3/ngx_http_v3_request.c \
420 src/http/v3/ngx_http_v3_module.c"
421 ngx_module_libs=
422 ngx_module_link=$HTTP_V3
423
424 . auto/module
425 fi
426
406 if [ $HTTP_V2 = YES ]; then 427 if [ $HTTP_V2 = YES ]; then
407 have=NGX_HTTP_V2 . auto/have 428 have=NGX_HTTP_V2 . auto/have
408 have=NGX_HTTP_HEADERS . auto/have 429 have=NGX_HTTP_HEADERS . auto/have
409 430
410 ngx_module_name=ngx_http_v2_module 431 ngx_module_name=ngx_http_v2_module