summaryrefslogtreecommitdiff
path: root/ext/zlib/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/config.w32')
-rw-r--r--ext/zlib/config.w3213
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/zlib/config.w32 b/ext/zlib/config.w32
deleted file mode 100644
index 2f32a05fe1..0000000000
--- a/ext/zlib/config.w32
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_ENABLE("zlib", "ZLIB support", "yes");
-
-if (PHP_ZLIB == "yes") {
- EXTENSION("zlib", "zlib.c zlib_fopen_wrapper.c", null, "/D ZLIB_EXPORTS");
- AC_DEFINE("HAVE_ZLIB", 1, "ZLIB support");
- CHECK_LIB("zlib.lib", "zlib", PHP_ZLIB);
- CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS", "..\\zlib;" + php_usual_include_suspects);
-}
-
-