view auto/define @ 8426:6ea2f1daedb5 quic

Introduced connection error APPLICATION_ERROR from draft-28.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Jun 2020 13:20:03 +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