diff options
Diffstat (limited to 'ext/simplexml/config.w32')
-rw-r--r-- | ext/simplexml/config.w32 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/simplexml/config.w32 b/ext/simplexml/config.w32 new file mode 100644 index 0000000000..35a29c02ef --- /dev/null +++ b/ext/simplexml/config.w32 @@ -0,0 +1,11 @@ +// $Id$ +// vim:ft=javascript + +ARG_WITH("simplexml", "Simple XML support", "yes"); + +if (PHP_SIMPLEXML == "yes" && PHP_LIBXML == "yes") { + EXTENSION("simplexml", "simplexml.c"); + AC_DEFINE("HAVE_SIMPLEXML", 1, "Simple XML support"); +} + + |