summaryrefslogtreecommitdiff
path: root/ext/xml/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/config.w32')
-rw-r--r--ext/xml/config.w3211
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/xml/config.w32 b/ext/xml/config.w32
new file mode 100644
index 0000000000..29bb5613d4
--- /dev/null
+++ b/ext/xml/config.w32
@@ -0,0 +1,11 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_WITH("xml", "XML support", "yes");
+
+if (PHP_XML == "yes" && PHP_LIBXML == "yes") {
+ EXTENSION("xml", "xml.c compat.c");
+ AC_DEFINE("HAVE_XML", 1, "XML support");
+}
+
+