view auto/define @ 6751:696dbfb0490a stable-1.10

HTTP/2: unbreak build on MSVC.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 24 May 2016 21:54:32 +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