From e5d0186db99492a139237067bab841a5b83463af Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jan 2024 19:01:19 +0300 Subject: Turn libodb-sqlite repository into package for muti-package repository --- libodb-sqlite/odb/sqlite/details/build2/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libodb-sqlite/odb/sqlite/details/build2/config.h (limited to 'libodb-sqlite/odb/sqlite/details/build2/config.h') 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 */ -- cgit v1.1