view auto/have @ 8830:d4a6c03cfcb6 quic

HTTP/3: got rid of HTTP/2 module dependency. The Huffman encoder/decoder now can be built separately from HTTP/2 module.
author Vladimir Homutov <vl@nginx.com>
date Thu, 05 Aug 2021 11:09:13 +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  1
#endif

END