summaryrefslogtreecommitdiff
path: root/libodb-pgsql/odb/pgsql/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libodb-pgsql/odb/pgsql/details/config.hxx')
-rw-r--r--libodb-pgsql/odb/pgsql/details/config.hxx21
1 files changed, 21 insertions, 0 deletions
diff --git a/libodb-pgsql/odb/pgsql/details/config.hxx b/libodb-pgsql/odb/pgsql/details/config.hxx
new file mode 100644
index 0000000..1340622
--- /dev/null
+++ b/libodb-pgsql/odb/pgsql/details/config.hxx
@@ -0,0 +1,21 @@
+// file : odb/pgsql/details/config.hxx
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_PGSQL_DETAILS_CONFIG_HXX
+#define ODB_PGSQL_DETAILS_CONFIG_HXX
+
+// no pre
+
+#ifdef ODB_COMPILER
+# error libodb-pgsql header included in odb-compiled header
+#elif !defined(LIBODB_PGSQL_BUILD2)
+# ifdef _MSC_VER
+# include <odb/pgsql/details/config-vc.h>
+# else
+# include <odb/pgsql/details/config.h>
+# endif
+#endif
+
+// no post
+
+#endif // ODB_PGSQL_DETAILS_CONFIG_HXX