diff options
author | Andi Gutmans <andi@php.net> | 1999-09-06 20:43:35 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-06 20:43:35 +0000 |
commit | 4bc3097e6f4d21e54c45bb6f17810837158a2096 (patch) | |
tree | 31c83f27af8e22ab946f56c7d946ed6a5355c45b /Zend/zend_config.w32.h | |
parent | f1afd5796c6562d571ecbe51b9ff176f26c4f33a (diff) | |
download | php-git-4bc3097e6f4d21e54c45bb6f17810837158a2096.tar.gz |
- Fix win32 compile
Diffstat (limited to 'Zend/zend_config.w32.h')
-rw-r--r-- | Zend/zend_config.w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index e35cdd1884..ad3979b825 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -34,7 +34,7 @@ typedef unsigned int uint; #undef HAVE_KILL #define HAVE_GETPID 1 -#define HAVE_ALLOCA_H 1 +/* #define HAVE_ALLOCA_H 1 */ #define HAVE_MEMCPY 1 #define HAVE_STRDUP 1 #define HAVE_SYS_TYPES_H 1 |