summaryrefslogtreecommitdiff
path: root/libodb-sqlite/odb/sqlite/details/config.h.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-24 19:01:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-24 19:01:49 +0300
commitba80b1f8c8354103bb98d31e252c64254f288273 (patch)
tree6e0fe6e82a58ee0fa4f9817dfc764ac5285a2368 /libodb-sqlite/odb/sqlite/details/config.h.in
parentb650caf5661dec901eae39e374c2c2ebd625d152 (diff)
parente5d0186db99492a139237067bab841a5b83463af (diff)
Merge branch 'libodb-sqlite' into multi-package
Diffstat (limited to 'libodb-sqlite/odb/sqlite/details/config.h.in')
-rw-r--r--libodb-sqlite/odb/sqlite/details/config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/libodb-sqlite/odb/sqlite/details/config.h.in b/libodb-sqlite/odb/sqlite/details/config.h.in
new file mode 100644
index 0000000..a223ecb
--- /dev/null
+++ b/libodb-sqlite/odb/sqlite/details/config.h.in
@@ -0,0 +1,14 @@
+/* file : odb/sqlite/details/config.h.in
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+/* This file is automatically processed by configure. */
+
+#ifndef ODB_SQLITE_DETAILS_CONFIG_H
+#define ODB_SQLITE_DETAILS_CONFIG_H
+
+#undef LIBODB_SQLITE_STATIC_LIB
+#undef LIBODB_SQLITE_HAVE_UNLOCK_NOTIFY
+#undef LIBODB_SQLITE_HAVE_COLUMN_METADATA
+
+#endif /* ODB_SQLITE_DETAILS_CONFIG_H */