- fix win32 build
authorMichael Wallner <mike@php.net>
Fri, 27 Jan 2006 10:35:18 +0000 (10:35 +0000)
committerMichael Wallner <mike@php.net>
Fri, 27 Jan 2006 10:35:18 +0000 (10:35 +0000)
php_http.h

index 7d20048083321bfab807c6938b929f7ee45d9b79..e41c51c459a1ea167babb6b10744e5aacec8f10a 100644 (file)
@@ -20,7 +20,9 @@
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #else
-#      include "php_config.h"
+#      ifndef PHP_WIN32
+#              include "php_config.h"
+#      endif
 #endif
 
 #include "php.h"