comparison config.h.in @ 1464:969b90b1f2f9

Configuration detects proper header files for database dev libraries
author Adam Chlipala <adam@chlipala.net>
date Sun, 29 May 2011 13:31:53 -0400
parents e12cef71aa1a
children 7770ef82c463
comparison
equal deleted inserted replaced
1463:607657eb2865 1464:969b90b1f2f9
6 /* Define to 1 if you have the <inttypes.h> header file. */ 6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H 7 #undef HAVE_INTTYPES_H
8 8
9 /* Define to 1 if you have the <memory.h> header file. */ 9 /* Define to 1 if you have the <memory.h> header file. */
10 #undef HAVE_MEMORY_H 10 #undef HAVE_MEMORY_H
11
12 /* Define to 1 if you have the <mysql/mysql.h> header file. */
13 #undef HAVE_MYSQL_MYSQL_H
14
15 /* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
16 #undef HAVE_POSTGRESQL_LIBPQ_FE_H
11 17
12 /* Define to 1 if you have the <stdint.h> header file. */ 18 /* Define to 1 if you have the <stdint.h> header file. */
13 #undef HAVE_STDINT_H 19 #undef HAVE_STDINT_H
14 20
15 /* Define to 1 if you have the <stdlib.h> header file. */ 21 /* Define to 1 if you have the <stdlib.h> header file. */