From 1135f674150e9486c91bc16e9fb09aa755591e25 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Aug 2016 08:41:01 +0200 Subject: Initial build2 build support --- odb/sqlite/details/build2/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 odb/sqlite/details/build2/config.h (limited to 'odb/sqlite/details/build2/config.h') diff --git a/odb/sqlite/details/build2/config.h b/odb/sqlite/details/build2/config.h new file mode 100644 index 0000000..2aa7d54 --- /dev/null +++ b/odb/sqlite/details/build2/config.h @@ -0,0 +1,18 @@ +/* file : odb/sqlite/details/build2/config.h + * copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC + * 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