]> granicus.if.org Git - php/commitdiff
i can find no php_config.h on win32 :)
authorDaniel Beulshausen <dbeu@php.net>
Sat, 21 Oct 2000 17:19:23 +0000 (17:19 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Sat, 21 Oct 2000 17:19:23 +0000 (17:19 +0000)
ext/zlib/zlib.c

index e9e934d120d58d34a682cd3fdecafa1de7b4b4cf..52cadf798f5ada40aa686645a20bf2dd6e125b4d 100644 (file)
@@ -19,7 +19,9 @@
 /* $Id$ */
 #define IS_EXT_MODULE
 
+#ifndef PHP_WIN32
 #include "php_config.h"
+#endif
 
 #if HAVE_FOPENCOOKIE 
 #define _GNU_SOURCE