1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define as the return type of signal handlers (int or void).  */
4#undef RETSIGTYPE
5
6/* Define if you have the ANSI C header files.  */
7#undef STDC_HEADERS
8
9/* Define if the X Window System is missing or not being used.  */
10#undef X_DISPLAY_MISSING
11
12/* Define if you have the select function.  */
13#undef HAVE_SELECT
14
15/* Define if you have the <malloc.h> header file.  */
16#undef HAVE_MALLOC_H
17
18/* Define if you have the <strings.h> header file.  */
19#undef HAVE_STRINGS_H
20
21/* Define if you have the <sys/time.h> header file.  */
22#undef HAVE_SYS_TIME_H
23
24/* Define if you have the <unistd.h> header file.  */
25#undef HAVE_UNISTD_H
26
27/* Define if you have the m library (-lm).  */
28#undef HAVE_LIBM
29
30/* Define if you have the jpeg library (-ljpeg).  */
31#undef HAVE_LIBJPEG
32
33/* Define if you have the tiff library (-ltiff).  */
34#undef HAVE_LIBTIFF
35
36/* Define if you have the png library (-lpng).  */
37#undef HAVE_LIBPNG
38
39/* Define if you have the z library (-lz).  */
40#undef HAVE_LIBZ
41