aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-08 16:18:37 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:08 +0100
commit4e841e7a8592ca406235ecf181245dba0b0c5e30 (patch)
tree1da15eaa11564e4198fed623d067c896752801b6 /config.h.in
parente5c2085dafa95f7d9f82fe4a8bb79012cb0f3166 (diff)
Make PNG and TIFF tests work
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 bfb065a4..a1c63a32 100644
--- a/config.h.in
+++ b/config.h.in
@@ -41,6 +41,9 @@
/* Define to 1 if you have the <inttypes.h> 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 <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if libTIFF is available */
+#undef HAVE_TIFF
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H