view auto/have @ 8785:9aff230f10d1 quic

QUIC: modified HTTP version test. The new condition produces smaller diff to the default branch and is similar to HTTP/2 case.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 12 Jan 2022 11:54:39 +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