Browse Source
- including php.h automatically includes the PHP config file.
PHP-4.0.5
Andi Gutmans
26 years ago
1 changed files with
1 additions and
7 deletions
-
ext/zlib/zlib.c
|
|
|
@ -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 |
|
|
|
@ -29,10 +27,6 @@ |
|
|
|
#include "libio.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "php.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
|
#include <stdlib.h> |
|
|
|
#include <errno.h> |
|
|
|
|