summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-05-27 20:11:35 +0000
committerIvan Zhakov <ivan@apache.org>2019-05-27 20:11:35 +0000
commit749a6a40884a724e701cb9bb5e99c322d5de8344 (patch)
tree70187a5b8198a5a5f0de448996e5c71e40fb39c6 /include
parenteddb49fadba339cf57c910f82090a2f0c3205234 (diff)
downloadapr-749a6a40884a724e701cb9bb5e99c322d5de8344.tar.gz
Windows platform: Use XmlLite by default in legacy build.
* include/apr.hw (APU_USE_EXPAT): Define to 0. (APU_USE_XMLLITE): Define to 1. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1860161 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hw3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 838335400..82126ac52 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -683,8 +683,9 @@ typedef int apr_wait_t;
#define APU_HAVE_ICONV 0
#define APR_HAS_XLATE (APU_HAVE_ICONV)
-#define APU_USE_EXPAT 1
+#define APU_USE_EXPAT 0
#define APU_USE_LIBXML2 0
+#define APU_USE_XMLLITE 1
/** @} */