diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-22 13:42:32 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-22 13:42:32 +0000 |
commit | b0b1a57fc4111a38ef8e1b67749c8dc270cb66f6 (patch) | |
tree | d13e77f47cf88d290e94132814593916048f7f69 /Zend/zend_config.nw.h | |
parent | 8478f5e38e48ee789ba74a8b73b1944d848b0f9f (diff) | |
download | php-git-b0b1a57fc4111a38ef8e1b67749c8dc270cb66f6.tar.gz |
To avoid redefinition (of free, alloca etc.) compilation errors in Zend.
Diffstat (limited to 'Zend/zend_config.nw.h')
-rw-r--r-- | Zend/zend_config.nw.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <malloc.h> */ #define HAVE_STRING_H 1 - +#define HAVE_STDLIB_H 1 #undef HAVE_KILL #define HAVE_GETPID 1 /* #define HAVE_ALLOCA_H 1 */ |