From f84ad941dc29028d969ea83e2ef14a8053d4e511 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 23 Mar 2008 15:42:40 +0000 Subject: it seems that malloc.h is required for Cygwin only and breaks building on other platforms --- auto/headers | 1 - 1 file changed, 1 deletion(-) (limited to 'auto') diff --git a/auto/headers b/auto/headers index d41d95a75..542b757c1 100644 --- a/auto/headers +++ b/auto/headers @@ -7,4 +7,3 @@ ngx_include="inttypes.h"; . auto/include ngx_include="limits.h"; . auto/include ngx_include="sys/filio.h"; . auto/include ngx_include="crypt.h"; . auto/include -ngx_include="malloc.h"; . auto/include -- cgit