view auto/nohave @ 8466:4fd709540daf quic

HTTP/3: put ngx_http_v3_parse_varlen_int() return code in variable. This makes calling this function similar to other parse functions.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 03 Jul 2020 12:07:43 +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  0
#endif

END