view auto/fmt/xfmt @ 94:c96cb248dc4b NGINX_0_2_1

nginx 0.2.1 *) Bugfix: if all backend using in load-balancing failed after one error, then nginx may got caught in an endless loop; bug appeared in 0.2.0.
author Igor Sysoev <http://sysoev.ru>
date Fri, 23 Sep 2005 00:00:00 +0400
parents f0b350454894
children
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END | sed -e 's/d"$/x"/' >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_fmt_name
#define $ngx_fmt_name  "$ngx_fmt"
#endif

END