summaryrefslogtreecommitdiff
path: root/ext/soap/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/config.w32')
-rw-r--r--ext/soap/config.w3214
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/soap/config.w32 b/ext/soap/config.w32
deleted file mode 100644
index f579f32a04..0000000000
--- a/ext/soap/config.w32
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_ENABLE("soap", "SOAP support", "no");
-
-if (PHP_SOAP != "no" && PHP_LIBXML == "yes") {
- EXTENSION('soap', 'soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_xml.c');
- AC_DEFINE('HAVE_PHP_SOAP', 1);
-
- if (!PHP_SOAP_SHARED) {
- ADD_FLAG('CFLAGS_SOAP', "/D LIBXML_STATIC ");
- }
-}
-