view auto/have_headers @ 4429:2d235c76c59e stable-1.0

Merge of r4326: Fix for read_head with try_files and open_file_cache. The of.read_ahead wasn't set in try_files code path, causing read_ahead directive to be a nop if try_files and open_file_cache were used.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 04 Feb 2012 22:30:30 +0000
parents 9b8c906f6e63
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END