From b0b1a57fc4111a38ef8e1b67749c8dc270cb66f6 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 22 Sep 2004 13:42:32 +0000 Subject: [PATCH] To avoid redefinition (of free, alloca etc.) compilation errors in Zend. --- Zend/zend_config.nw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1