view auto/define @ 4299:11e47bf300db

FreeBSD 10-current has recently gotten POSIX_FADV_* macros. A fix for the broken build applied. Patch from Igor Sysoev.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 18 Nov 2011 18:42:00 +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