diff options
Diffstat (limited to 'include/apu.hw')
-rw-r--r-- | include/apu.hw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apu.hw b/include/apu.hw index a6cde01a3a845..21fbedff1aa16 100644 --- a/include/apu.hw +++ b/include/apu.hw @@ -127,7 +127,6 @@ #define APU_HAVE_SQLITE3 0 #define APU_HAVE_SQLITE2 0 #define APU_HAVE_ORACLE 0 -#define APU_HAVE_FREETDS 0 #define APU_HAVE_ODBC 1 #endif @@ -136,6 +135,7 @@ #ifndef APU_DSO_MODULE_BUILD #define APU_HAVE_OPENSSL 0 #define APU_HAVE_NSS 0 +#define APU_HAVE_COMMONCRYPTO 0 #endif #define APU_HAVE_APR_ICONV 1 |