view auto/have @ 8803:6c213bec71c2 quic

QUIC: fixed double memzero of new frames in ngx_quic_alloc_frame().
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 21 Jun 2021 12:47:46 +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