aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/details/config.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-05 11:54:16 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-05 11:54:16 +0200
commitf024d16b9c78d683baa5d87b6e92b3d79a1f3300 (patch)
tree0f2c114c2d046a4abe1fe582f34d18b08f8cc2c0 /odb/oracle/details/config.hxx
parentdb57fa8ca484a677350299e691f0f6ba721904c8 (diff)
Add initial development infrastructure
Diffstat (limited to 'odb/oracle/details/config.hxx')
-rw-r--r--odb/oracle/details/config.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/odb/oracle/details/config.hxx b/odb/oracle/details/config.hxx
new file mode 100644
index 0000000..bf62c5c
--- /dev/null
+++ b/odb/oracle/details/config.hxx
@@ -0,0 +1,20 @@
+// file : odb/oracle/details/config.hxx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : ODB NCUEL; see accompanying LICENSE file
+
+#ifndef ODB_ORACLE_DETAILS_CONFIG_HXX
+#define ODB_ORACLE_DETAILS_CONFIG_HXX
+
+// no pre
+
+#ifdef _MSC_VER
+#elif defined(ODB_COMPILER)
+# error libodb-oracle header included in odb-compiled header
+#else
+# include <odb/oracle/details/config.h>
+#endif
+
+// no post
+
+#endif // ODB_ORACLE_DETAILS_CONFIG_HXX