From 26e36b3a9d7b49d46ecfa69b447482251acba8ac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jan 2024 16:53:38 +0300 Subject: Turn libodb repository into package for muti-package repository --- libodb/odb/details/build2/config.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libodb/odb/details/build2/config.h (limited to 'libodb/odb/details/build2/config.h') diff --git a/libodb/odb/details/build2/config.h b/libodb/odb/details/build2/config.h new file mode 100644 index 0000000..ba434f4 --- /dev/null +++ b/libodb/odb/details/build2/config.h @@ -0,0 +1,19 @@ +/* file : odb/details/build2/config.h + * license : GNU GPL v2; see accompanying LICENSE file + */ + +/* Static configuration file for the build2 build. */ + +#ifndef ODB_DETAILS_CONFIG_H +#define ODB_DETAILS_CONFIG_H + +/* Define LIBODB_BUILD2 for the installed case. */ +#ifndef LIBODB_BUILD2 +# define LIBODB_BUILD2 +#endif + +#ifndef ODB_THREADS_NONE +# define ODB_THREADS_CXX11 +#endif + +#endif /* ODB_DETAILS_CONFIG_H */ -- cgit v1.1