view auto/define @ 6917:87cf6ddb41c2

Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 17 Feb 2017 17:01:27 +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