diff options
Diffstat (limited to 'ext/soap/config.w32')
-rw-r--r-- | ext/soap/config.w32 | 14 |
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 "); - } -} - |