view auto/define @ 8329:7bd334b8d91a quic

HTTP/3: fixed reading request body.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 13 Apr 2020 17:54:23 +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