view auto/define @ 2199:ffb512f0eabd

fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH
author Igor Sysoev <igor@sysoev.ru>
date Fri, 22 Aug 2008 12:54:32 +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