summaryrefslogtreecommitdiff
path: root/include/apr.hwc
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-27 17:13:43 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-27 17:13:43 +0000
commit199307251b3c0cbfdf8f58ae8112b8907b9af49e (patch)
treec21f1deecd4de7b23398e40dddc6884bf5a2831f /include/apr.hwc
parent85f0a473793507a857dfb76a25f2348ce9a1d636 (diff)
downloadlibapr-199307251b3c0cbfdf8f58ae8112b8907b9af49e.tar.gz
Windows platform: Provide a native XML parser implementation based on
XmlLite [1]. Start using it by default if we weren't explicitly told to build with either libxml2 or expat. (This is a merge of the `xmllite` branch.) Doing so reduces the amount of dependencies required for building and using APR, which I believe to be a good thing in this particular case. And it also means that by default we would be relying on the native component of the OS rather than on a 3rd-party library. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1860150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hwc')
-rw-r--r--include/apr.hwc1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr.hwc b/include/apr.hwc
index 6f242a0ed..1ced0d11f 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -686,6 +686,7 @@ typedef int apr_wait_t;
#define APU_USE_EXPAT @apu_use_expat_10@
#define APU_USE_LIBXML2 @apu_use_libxml2_10@
+#define APU_USE_XMLLITE @apu_use_xmllite_10@
/** @} */