summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.h.stub
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/config.h.stub')
-rw-r--r--ext/pgsql/config.h.stub8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/pgsql/config.h.stub b/ext/pgsql/config.h.stub
new file mode 100644
index 0000000000..fa21acc568
--- /dev/null
+++ b/ext/pgsql/config.h.stub
@@ -0,0 +1,8 @@
+#ifndef HAVE_PGSQL
+#define HAVE_PGSQL 0
+#endif
+
+#ifndef HAVE_PQCMDTUPLES
+#define HAVE_PQCMDTUPLES 0
+#endif
+