view auto/define @ 4438:2840ff6b97bd stable-1.0

Merge of r4375, r4382: SSI changes: *) The "if" command did not work inside the "block" command and produced parsing errors. *) Added regex captures support in the expression of the "if" command.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 05 Feb 2012 14:09:46 +0000
parents 42d11f017717
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END