summaryrefslogtreecommitdiff
path: root/libodb-pgsql/odb/pgsql/details/build2/config-vc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libodb-pgsql/odb/pgsql/details/build2/config-vc.h')
-rw-r--r--libodb-pgsql/odb/pgsql/details/build2/config-vc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libodb-pgsql/odb/pgsql/details/build2/config-vc.h b/libodb-pgsql/odb/pgsql/details/build2/config-vc.h
new file mode 100644
index 0000000..e9d9ade
--- /dev/null
+++ b/libodb-pgsql/odb/pgsql/details/build2/config-vc.h
@@ -0,0 +1,15 @@
+/* file : odb/pgsql/details/build2/config-vc.h
+ * license : GNU GPL v2; see accompanying LICENSE file
+ */
+
+/* Configuration file for Windows/VC++ for the build2 build. */
+
+#ifndef ODB_PGSQL_DETAILS_CONFIG_VC_H
+#define ODB_PGSQL_DETAILS_CONFIG_VC_H
+
+/* Define LIBODB_PGSQL_BUILD2 for the installed case. */
+#ifndef LIBODB_PGSQL_BUILD2
+# define LIBODB_PGSQL_BUILD2
+#endif
+
+#endif /* ODB_PGSQL_DETAILS_CONFIG_VC_H */