aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/details/config.hxx')
-rw-r--r--odb/pgsql/details/config.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/odb/pgsql/details/config.hxx b/odb/pgsql/details/config.hxx
new file mode 100644
index 0000000..bc89fbb
--- /dev/null
+++ b/odb/pgsql/details/config.hxx
@@ -0,0 +1,19 @@
+// file : odb/pgsql/details/config.hxx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_PGSQL_DETAILS_CONFIG_HXX
+#define ODB_PGSQL_DETAILS_CONFIG_HXX
+
+// no pre
+
+#if defined(ODB_COMPILER)
+# error libodb-pgsql header included in odb-compiled header
+#else
+# include <odb/pgsql/details/config.h>
+#endif
+
+// no post
+
+#endif // ODB_PGSQL_DETAILS_CONFIG_HXX