comparison 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
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
169 #undef HAVE_ULIMIT_H 169 #undef HAVE_ULIMIT_H
170 #undef HAVE_X11_XLOCALE_H 170 #undef HAVE_X11_XLOCALE_H
171 #undef HAVE_LINUX_VERSION_H 171 #undef HAVE_LINUX_VERSION_H
172 #undef HAVE_INTTYPES_H 172 #undef HAVE_INTTYPES_H
173 #undef HAVE_SYS_UN_H 173 #undef HAVE_SYS_UN_H
174 #undef HAVE_COFF_H 174 #undef HAVE_A_OUT_H
175 #undef STDC_HEADERS 175 #undef STDC_HEADERS
176 #undef TIME_WITH_SYS_TIME 176 #undef TIME_WITH_SYS_TIME
177 #undef WORDS_BIGENDIAN 177 #undef WORDS_BIGENDIAN
178 #undef HAVE_VFORK_H 178 #undef HAVE_VFORK_H
179 #undef HAVE_KSTAT_H 179 #undef HAVE_KSTAT_H
296 296
297 /* Compile in support for "X faces" via the `compface' library? 297 /* Compile in support for "X faces" via the `compface' library?
298 This enables graphical display of X-face headers in mail/news messages */ 298 This enables graphical display of X-face headers in mail/news messages */
299 #undef HAVE_XFACE 299 #undef HAVE_XFACE
300 300
301 /* Compile in support for ImageMagick (all image formats) */ 301 /* Compile in support for JPEG images */
302 #undef HAVE_IMAGEMAGICK 302 #undef HAVE_JPEG
303 #undef MAGICK_HEADERS_ARE_UNDER_X11 303
304 /* Compile in support for TIFF images */
305 #undef HAVE_TIFF
306
307 /* Compile in support for GIF images */
308 #undef HAVE_GIF
309
310 /* Compile in support for PNG images */
311 #undef HAVE_PNG
304 312
305 /* Do you have the Xmu library? 313 /* Do you have the Xmu library?
306 This should always be the case except on losing HP-UX systems. */ 314 This should always be the case except on losing HP-UX systems. */
307 #undef HAVE_XMU 315 #undef HAVE_XMU
308 316
410 418
411 /* Define this if you want Mule support (multi-byte character support). 419 /* Define this if you want Mule support (multi-byte character support).
412 There may be some performance penalty, although it should be small 420 There may be some performance penalty, although it should be small
413 if you're working with ASCII files. */ 421 if you're working with ASCII files. */
414 #undef MULE 422 #undef MULE
423
424 /* Define this if you want Mule coding support */
425 #undef MULE_CODING
415 426
416 /* Do we want to use X window input methods for use with Mule? (requires X11R5) 427 /* Do we want to use X window input methods for use with Mule? (requires X11R5)
417 If so, use raw Xlib or higher level Motif interface? */ 428 If so, use raw Xlib or higher level Motif interface? */
418 #undef HAVE_XIM 429 #undef HAVE_XIM
419 #undef XIM_XLIB 430 #undef XIM_XLIB