aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/details/config.hxx')
-rw-r--r--odb/mysql/details/config.hxx25
1 files changed, 18 insertions, 7 deletions
diff --git a/odb/mysql/details/config.hxx b/odb/mysql/details/config.hxx
index d29e9a5..f05044c 100644
--- a/odb/mysql/details/config.hxx
+++ b/odb/mysql/details/config.hxx
@@ -7,14 +7,25 @@
// no pre
-#ifdef _MSC_VER
-# if !defined(LIBODB_MYSQL_INCLUDE_SHORT) && !defined (LIBODB_MYSQL_INCLUDE_LONG)
-# define LIBODB_MYSQL_INCLUDE_SHORT 1
-# endif
-#elif defined(ODB_COMPILER)
+#ifdef ODB_COMPILER
# error libodb-mysql header included in odb-compiled header
-#else
-# include <odb/mysql/details/config.h>
+#elif !defined(LIBODB_MYSQL_BUILD2)
+# ifdef _MSC_VER
+# include <odb/mysql/details/config-vc.h>
+# else
+# include <odb/mysql/details/config.h>
+# endif
+#endif
+
+// LIBODB_MYSQL_BUILD2 macro can be defined either by the buildfile or by the
+// included odb/mysql/details/config*.h (see above).
+//
+#ifdef LIBODB_MYSQL_BUILD2
+# ifdef LIBODB_MYSQL_INCLUDE_SHORT
+# error mysql headers must be included with mysql/ prefix
+# elif !defined(LIBODB_MYSQL_INCLUDE_LONG)
+# define LIBODB_MYSQL_INCLUDE_LONG 1
+# endif
#endif
// no post