summaryrefslogtreecommitdiff
path: root/libodb-oracle/odb/oracle/details/build2/config.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 15:47:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 15:47:37 +0300
commit62e234c114d2b6ead93a1d39593c66b648c3d0a6 (patch)
treece6740b4508eb29400490b20efc8e100e38a7b7f /libodb-oracle/odb/oracle/details/build2/config.h
parent9072842a023c4b65ecb141292c4b63417fee1b98 (diff)
Turn libodb-oracle repository into package for muti-package repositorylibodb-oracle
Diffstat (limited to 'libodb-oracle/odb/oracle/details/build2/config.h')
-rw-r--r--libodb-oracle/odb/oracle/details/build2/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libodb-oracle/odb/oracle/details/build2/config.h b/libodb-oracle/odb/oracle/details/build2/config.h
new file mode 100644
index 0000000..017c1ba
--- /dev/null
+++ b/libodb-oracle/odb/oracle/details/build2/config.h
@@ -0,0 +1,17 @@
+/* file : odb/oracle/details/build2/config.h
+ * license : ODB NCUEL; see accompanying LICENSE file
+ */
+
+/* Static configuration file for the build2 build. The installed case
+ (when LIBODB_ORACLE_BUILD2 is not necessarily defined) is the only
+ reason we have it. */
+
+#ifndef ODB_ORACLE_DETAILS_CONFIG_H
+#define ODB_ORACLE_DETAILS_CONFIG_H
+
+/* Define LIBODB_ORACLE_BUILD2 for the installed case. */
+#ifndef LIBODB_ORACLE_BUILD2
+# define LIBODB_ORACLE_BUILD2
+#endif
+
+#endif /* ODB_ORACLE_DETAILS_CONFIG_H */