view auto/define @ 8929:44553428288d quic

QUIC: updated README. The ngx_http_quic_module is merged to ngx_http_v3_module. The $quic variable no longer exists, it is replaced with $http3 variable.
author Vladimir Homutov <vl@nginx.com>
date Tue, 07 Dec 2021 16:07:47 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END