annotate auto/have_headers @ 672:f41d4b305d22 NGINX_1_2_0

nginx 1.2.0 *) Bugfix: a segmentation fault might occur in a worker process if the "try_files" directive was used; the bug had appeared in 1.1.19. *) Bugfix: response might be truncated if there were more than IOV_MAX buffers used. *) Bugfix: in the "crop" parameter of the "image_filter" directive. Thanks to Maxim Bublis.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Apr 2012 00:00:00 +0400
parents d0f7a625f27c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
1
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
2 # Copyright (C) Igor Sysoev
660
d0f7a625f27c nginx 1.1.14
Igor Sysoev <http://sysoev.ru>
parents: 58
diff changeset
3 # Copyright (C) Nginx, Inc.
58
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
4
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
5
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
6 cat << END >> $NGX_AUTO_HEADERS_H
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
7
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
8 #ifndef $have
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
9 #define $have 1
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
10 #endif
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
11
b55cbf18157e nginx 0.1.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
12 END