view auto/define @ 4302:52c881519427

o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included in the sys_nerr test. o When sys_nerr and _sys_nerr are missed on a particular platform and our euristic for a maximum errno detection applied always print the maximum errno number we reached instead of printing void.[*] * patch from Maxim Dounin This commit makes possible to build nginx on AIX 7.1.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 21 Nov 2011 11:51:41 +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