summaryrefslogtreecommitdiff
path: root/libodb-sqlite/odb/sqlite/details/build2/config.h
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/build2/config.h
parentb650caf5661dec901eae39e374c2c2ebd625d152 (diff)
parente5d0186db99492a139237067bab841a5b83463af (diff)
Merge branch 'libodb-sqlite' into multi-package
Diffstat (limited to 'libodb-sqlite/odb/sqlite/details/build2/config.h')
-rw-r--r--libodb-sqlite/odb/sqlite/details/build2/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libodb-sqlite/odb/sqlite/details/build2/config.h b/libodb-sqlite/odb/sqlite/details/build2/config.h
new file mode 100644
index 0000000..b4a1a1f
--- /dev/null
+++ b/libodb-sqlite/odb/sqlite/details/build2/config.h
@@ -0,0 +1,17 @@
+/* file : odb/sqlite/details/build2/config.h
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+/* Static configuration file for the build2 build. The installed case
+ (when LIBODB_SQLITE_BUILD2 is not necessarily defined) is the only
+ reason we have it. */
+
+#ifndef ODB_SQLITE_DETAILS_CONFIG_H
+#define ODB_SQLITE_DETAILS_CONFIG_H
+
+/* Define LIBODB_SQLITE_BUILD2 for the installed case. */
+#ifndef LIBODB_SQLITE_BUILD2
+# define LIBODB_SQLITE_BUILD2
+#endif
+
+#endif /* ODB_SQLITE_DETAILS_CONFIG_H */