summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-12-03 03:52:49 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-12-03 03:52:49 +0000
commitf531e1b771d30415ad29942c394625766e75b13f (patch)
treeddea504bca0a395fffdc4511801b46298fca759b /include
parent1cbda52138a70acfdd83e6d0344ea5bba4e4edbb (diff)
downloadlibapr-f531e1b771d30415ad29942c394625766e75b13f.tar.gz
Use standard configure options for dbd ODBC
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1895523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hwc10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/apr.hwc b/include/apr.hwc
index 6199deab3..f8a948d62 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -655,22 +655,18 @@ typedef int apr_wait_t;
* are supported. The driver builds enable
* these flags individually.
*/
-#ifndef APU_DSO_MODULE_BUILD
#define APU_HAVE_PGSQL 0
#define APU_HAVE_MYSQL 0
#define APU_HAVE_SQLITE3 0
#define APU_HAVE_SQLITE2 0
#define APU_HAVE_ORACLE 0
-#define APU_HAVE_ODBC 0
-#endif
+#define APU_HAVE_ODBC @apu_have_odbc_10@
#define APU_HAVE_CRYPTO @apu_have_crypto_10@
-
-#ifndef APU_DSO_MODULE_BUILD
-#define APU_HAVE_OPENSSL 0
+#define APU_HAVE_CRYPTO_PRNG 0
#define APU_HAVE_NSS 0
#define APU_HAVE_COMMONCRYPTO 0
-#endif
+#define APU_HAVE_OPENSSL @apu_have_crypto_10@
#define APU_HAVE_ICONV @apu_have_iconv_10@
#define APR_HAS_XLATE (APU_HAVE_ICONV)