view auto/define @ 8287:ccb9cc95ad5e quic

Logging cleanup. pool->log is replaced with pkt->log or explicit argument passing where possible.
author Vladimir Homutov <vl@nginx.com>
date Thu, 26 Mar 2020 13:54:49 +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