summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2021-12-03 04:25:22 +0000
committerMladen Turk <mturk@apache.org>2021-12-03 04:25:22 +0000
commit76de66fbcfbc3e70e034668526d6d6da5f5d757a (patch)
treee4160c34acd4f1c598f1f07f9aa678ccb91ee817 /include
parent88913b3b492085d42087b7ec142e7bf5160ac1d7 (diff)
downloadapr-76de66fbcfbc3e70e034668526d6d6da5f5d757a.tar.gz
Add support for building sqlite3 dbd module ... It compiles and pass tests
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1895526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hwc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hwc b/include/apr.hwc
index f8a948d62..0f239eea3 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -657,7 +657,7 @@ typedef int apr_wait_t;
*/
#define APU_HAVE_PGSQL 0
#define APU_HAVE_MYSQL 0
-#define APU_HAVE_SQLITE3 0
+#define APU_HAVE_SQLITE3 @apu_have_sqlite3_10@
#define APU_HAVE_SQLITE2 0
#define APU_HAVE_ORACLE 0
#define APU_HAVE_ODBC @apu_have_odbc_10@