view auto/define @ 2607:cb96a60c8f10

fix alias with variables, but without captures, the bug had been introduced in r2566 and r2573
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Mar 2009 15:24:19 +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