view auto/have @ 5159:94c349e3589d stable-1.2

Merge of r5127: language in a comment. Fixed language in a comment preceding ngx_http_index_handler().
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 29 Mar 2013 17:53:47 +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  1
#endif

END