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.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/odb/mysql/details/config.hxx b/odb/mysql/details/config.hxx
new file mode 100644
index 0000000..f8418c6
--- /dev/null
+++ b/odb/mysql/details/config.hxx
@@ -0,0 +1,19 @@
+// file : odb/mysql/details/config.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_MYSQL_DETAILS_CONFIG_HXX
+#define ODB_MYSQL_DETAILS_CONFIG_HXX
+
+// no pre
+
+#ifndef LIBODB_MYSQL_INCLUDE_SHORT
+ #ifdef _WIN32
+ #define LIBODB_MYSQL_INCLUDE_SHORT 1
+ #endif
+#endif
+
+// no post
+
+#endif // ODB_MYSQL_DETAILS_CONFIG_HXX