comparison auto/modules @ 7229:87e9e4aabf1b

HTTP/2: externalized various constants and interfaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 17 Mar 2018 23:04:20 +0300
parents 3d2b0b02bd3d
children 2713b2dbf5bb
comparison
equal deleted inserted replaced
7228:0f811890f2f0 7229:87e9e4aabf1b
426 ngx_module_incs=src/http/v2 426 ngx_module_incs=src/http/v2
427 ngx_module_deps="src/http/v2/ngx_http_v2.h \ 427 ngx_module_deps="src/http/v2/ngx_http_v2.h \
428 src/http/v2/ngx_http_v2_module.h" 428 src/http/v2/ngx_http_v2_module.h"
429 ngx_module_srcs="src/http/v2/ngx_http_v2.c \ 429 ngx_module_srcs="src/http/v2/ngx_http_v2.c \
430 src/http/v2/ngx_http_v2_table.c \ 430 src/http/v2/ngx_http_v2_table.c \
431 src/http/v2/ngx_http_v2_encode.c \
431 src/http/v2/ngx_http_v2_huff_decode.c \ 432 src/http/v2/ngx_http_v2_huff_decode.c \
432 src/http/v2/ngx_http_v2_huff_encode.c \ 433 src/http/v2/ngx_http_v2_huff_encode.c \
433 src/http/v2/ngx_http_v2_module.c" 434 src/http/v2/ngx_http_v2_module.c"
434 ngx_module_libs= 435 ngx_module_libs=
435 ngx_module_link=$HTTP_V2 436 ngx_module_link=$HTTP_V2