view auto/have @ 6648:d43ee392e825

Stream: fixed build without stream_ssl_module (ticket #1032).
author Vladimir Homutov <vl@nginx.com>
date Tue, 26 Jul 2016 19:34:12 +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