view auto/nohave @ 4805:655a4ef244fa stable-1.2

Merge of r4771: ngx_http_find_virtual_server() fix. The ngx_http_find_virtual_server() function should return NGX_DECLINED if virtual server not found.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:36:30 +0000
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