view auto/have @ 6278:b78df0822168

HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 26 Oct 2015 17:46:13 +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