view auto/have @ 7216:aa60f5799a4c

HTTP/2: style. Unified the style of validity checks in ngx_http_v2_validate_header().
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Feb 2018 12:42:29 +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  1
#endif

END