diff src/config.h.in @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 51092a27c943
children 084402c475ba
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 10:19:12 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 10:19:59 2007 +0200
@@ -171,7 +171,7 @@
 #undef HAVE_LINUX_VERSION_H
 #undef HAVE_INTTYPES_H
 #undef HAVE_SYS_UN_H
-#undef HAVE_COFF_H
+#undef HAVE_A_OUT_H
 #undef STDC_HEADERS
 #undef TIME_WITH_SYS_TIME
 #undef WORDS_BIGENDIAN
@@ -298,9 +298,17 @@
    This enables graphical display of X-face headers in mail/news messages */
 #undef HAVE_XFACE
 
-/* Compile in support for ImageMagick (all image formats) */
-#undef HAVE_IMAGEMAGICK
-#undef MAGICK_HEADERS_ARE_UNDER_X11
+/* Compile in support for JPEG images */
+#undef HAVE_JPEG
+
+/* Compile in support for TIFF images */
+#undef HAVE_TIFF
+
+/* Compile in support for GIF images */
+#undef HAVE_GIF
+
+/* Compile in support for PNG images */
+#undef HAVE_PNG
 
 /* Do you have the Xmu library?
    This should always be the case except on losing HP-UX systems. */
@@ -413,6 +421,9 @@
    if you're working with ASCII files. */
 #undef MULE
 
+/* Define this if you want Mule coding support */
+#undef MULE_CODING
+
 /* Do we want to use X window input methods for use with Mule? (requires X11R5)
    If so, use raw Xlib or higher level Motif interface? */
 #undef HAVE_XIM