diff options
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index ea60033067..9c7b322c62 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -28,11 +28,6 @@ #ifndef _PHP_ZLIB_H #define _PHP_ZLIB_H -#if COMPILE_DL_ZLIB -#undef HAVE_ZLIB -#define HAVE_ZLIB 1 -#endif - #if HAVE_ZLIB typedef struct { |