]> granicus.if.org Git - php/commitdiff
- including php.h automatically includes the PHP config file.
authorAndi Gutmans <andi@php.net>
Sat, 21 Oct 2000 19:18:55 +0000 (19:18 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 21 Oct 2000 19:18:55 +0000 (19:18 +0000)
ext/zlib/zlib.c

index 52cadf798f5ada40aa686645a20bf2dd6e125b4d..f3ac8d3fdab6edf39717a258a52c4885b5610788 100644 (file)
@@ -19,9 +19,7 @@
 /* $Id$ */
 #define IS_EXT_MODULE
 
-#ifndef PHP_WIN32
-#include "php_config.h"
-#endif
+#include "php.h"
 
 #if HAVE_FOPENCOOKIE 
 #define _GNU_SOURCE
 #include "libio.h"
 #endif 
 
-#include "php.h"
-
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>