view auto/define @ 5126:3d50d86f3572

Fixed language in a comment preceding ngx_http_index_handler().
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Mar 2013 16:05:35 +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  $value
#endif

END