summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-05-29 13:31:53 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-05-29 13:31:53 -0400
commitf92289880fd8457a080e150cb50f0fa2af3eff9c (patch)
tree76290b06cad4c9de9bc458c5ae7372f666d98226 /config.h.in
parent72f0b5eb660181f57a2cae08b3bec54ae2b543e7 (diff)
Configuration detects proper header files for database dev libraries
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 0249849c..abb14fee 100644
--- a/config.h.in
+++ b/config.h.in
@@ -9,6 +9,12 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the <mysql/mysql.h> header file. */
+#undef HAVE_MYSQL_MYSQL_H
+
+/* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
+#undef HAVE_POSTGRESQL_LIBPQ_FE_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H