view auto/nohave @ 8524:c5a894bd4f53 quic

QUIC: dead code removed. This case was already handled in c70446e3d771.
author Vladimir Homutov <vl@nginx.com>
date Fri, 21 Aug 2020 10:00:25 +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  0
#endif

END