view auto/define @ 6656:a2f57dfa65a9

Fixed wrong type of the "line" field. The new type ngx_uint_t was supposed when formatting the line number.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 18 Aug 2016 17:13:07 +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