summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2011-03-25 12:42:53 +0000
committerNick Kew <niq@apache.org>2011-03-25 12:42:53 +0000
commit886b9083bab5e915aa7f2f357bcc40229fc1ac58 (patch)
treed843108f6cba039c69ccaa7068f3e86e4787c053 /include/apr.h.in
parentc958f1b7c7ba0516227047e0fde0888dc31842c3 (diff)
downloadapr-886b9083bab5e915aa7f2f357bcc40229fc1ac58.tar.gz
Support selection of libxml2 vs expat in autoconf build.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1085350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.h.in')
-rw-r--r--include/apr.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index d4e72f52f..aff8dbbf2 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -667,6 +667,9 @@ typedef int apr_wait_t;
#define APU_HAVE_ICONV @have_iconv@
#define APR_HAS_XLATE (APU_HAVE_ICONV)
+#define APU_USE_EXPAT @apu_has_expat@
+#define APU_USE_LIBXML2 @apu_has_libxml2@
+
/* Definitions that only Win32 programs need to compile properly. */
/* XXX These simply don't belong here, perhaps in apr_portable.h