From d9f372d7b1bc1abbff5fdf9735118290cd024d5e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 25 Jan 2024 17:28:38 +0300 Subject: Turn libodb-pgsql repository into package for muti-package repository --- libodb-pgsql/odb/pgsql/details/build2/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libodb-pgsql/odb/pgsql/details/build2/config.h (limited to 'libodb-pgsql/odb/pgsql/details/build2/config.h') diff --git a/libodb-pgsql/odb/pgsql/details/build2/config.h b/libodb-pgsql/odb/pgsql/details/build2/config.h new file mode 100644 index 0000000..b2a81b5 --- /dev/null +++ b/libodb-pgsql/odb/pgsql/details/build2/config.h @@ -0,0 +1,17 @@ +/* file : odb/pgsql/details/build2/config.h + * license : GNU GPL v2; see accompanying LICENSE file + */ + +/* Static configuration file for the build2 build. The installed case + (when LIBODB_PGSQL_BUILD2 is not necessarily defined) is the only + reason we have it. */ + +#ifndef ODB_PGSQL_DETAILS_CONFIG_H +#define ODB_PGSQL_DETAILS_CONFIG_H + +/* Define LIBODB_PGSQL_BUILD2 for the installed case. */ +#ifndef LIBODB_PGSQL_BUILD2 +# define LIBODB_PGSQL_BUILD2 +#endif + +#endif /* ODB_PGSQL_DETAILS_CONFIG_H */ -- cgit v1.1