summaryrefslogtreecommitdiff
path: root/lang/sql/adapter/sqlite-patches/10_compile_options.patch
blob: 4338b0e5fa14536f653bdcba9d10b1335dca6a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/ctime.c
+++ src/ctime.c
@@ -39,6 +39,9 @@ static const char * const azCompileOpt[]
 #ifdef SQLITE_4_BYTE_ALIGNED_MALLOC
   "4_BYTE_ALIGNED_MALLOC",
 #endif
+#ifdef DB_VERSION_STRING
+  "BERKELEY_DB",
+#endif
 #ifdef SQLITE_CASE_SENSITIVE_LIKE
   "CASE_SENSITIVE_LIKE",
 #endif