comparison auto/modules @ 8433:b43e50f47b2e quic

HTTP/3: separate header files for existing source files.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 05 May 2021 15:09:23 +0300
parents 4117aa7fa38e
children f4d3f5d93a82
comparison
equal deleted inserted replaced
8432:345370fdd32d 8433:b43e50f47b2e
425 HTTP_V2=YES 425 HTTP_V2=YES
426 426
427 ngx_module_name=ngx_http_v3_module 427 ngx_module_name=ngx_http_v3_module
428 ngx_module_incs=src/http/v3 428 ngx_module_incs=src/http/v3
429 ngx_module_deps="src/http/v3/ngx_http_v3.h \ 429 ngx_module_deps="src/http/v3/ngx_http_v3.h \
430 src/http/v3/ngx_http_v3_parse.h" 430 src/http/v3/ngx_http_v3_encode.h \
431 src/http/v3/ngx_http_v3_parse.h \
432 src/http/v3/ngx_http_v3_tables.h \
433 src/http/v3/ngx_http_v3_streams.h"
431 ngx_module_srcs="src/http/v3/ngx_http_v3_encode.c \ 434 ngx_module_srcs="src/http/v3/ngx_http_v3_encode.c \
432 src/http/v3/ngx_http_v3_parse.c \ 435 src/http/v3/ngx_http_v3_parse.c \
433 src/http/v3/ngx_http_v3_tables.c \ 436 src/http/v3/ngx_http_v3_tables.c \
434 src/http/v3/ngx_http_v3_streams.c \ 437 src/http/v3/ngx_http_v3_streams.c \
435 src/http/v3/ngx_http_v3_request.c \ 438 src/http/v3/ngx_http_v3_request.c \