view auto/define @ 8278:146687b1ab43 quic

Fixed log initialization. Should be done after memzero.
author Vladimir Homutov <vl@nginx.com>
date Wed, 25 Mar 2020 19:42:00 +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