From: Anantha Kesari H Y Date: Wed, 22 Sep 2004 13:42:32 +0000 (+0000) Subject: To avoid redefinition (of free, alloca etc.) compilation errors in Zend. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0b1a57fc4111a38ef8e1b67749c8dc270cb66f6;p=php To avoid redefinition (of free, alloca etc.) compilation errors in Zend. --- diff --git a/Zend/zend_config.nw.h b/Zend/zend_config.nw.h index f3cee3c4eb..1e4179e22e 100644 --- a/Zend/zend_config.nw.h +++ b/Zend/zend_config.nw.h @@ -34,7 +34,7 @@ typedef unsigned int uint; /* #include */ #define HAVE_STRING_H 1 - +#define HAVE_STDLIB_H 1 #undef HAVE_KILL #define HAVE_GETPID 1 /* #define HAVE_ALLOCA_H 1 */