From ac03a2629057969e5aaf707c3af3123b74617af3 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 29 May 2011 13:31:53 -0400 Subject: Configuration detects proper header files for database dev libraries --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_MYSQL_MYSQL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_POSTGRESQL_LIBPQ_FE_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H -- cgit v1.2.3