From 4e841e7a8592ca406235ecf181245dba0b0c5e30 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 8 Dec 2010 16:18:37 -0700 Subject: Make PNG and TIFF tests work --- 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 bfb065a4..a1c63a32 100644 --- a/config.h.in +++ b/config.h.in @@ -41,6 +41,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if libPNG is available */ +#undef HAVE_LIBPNG + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -142,6 +145,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if libTIFF is available */ +#undef HAVE_TIFF + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v1.2.3