view auto/define @ 2425:3d60d55b9ad0

do not try to align to a page size, allocate just 8K, this is fixes allocation on Cygwin, it reports 64K page size
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Dec 2008 12:05:55 +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