1/* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if your struct stat has st_rdev.  */
4#undef HAVE_ST_RDEV
5
6/* Define as the return type of signal handlers (int or void).  */
7#undef RETSIGTYPE
8
9/* Define if you have the ANSI C header files.  */
10#undef STDC_HEADERS
11
12/* Define if you can safely include both <sys/time.h> and <time.h>.  */
13#undef TIME_WITH_SYS_TIME
14
15/* Define if the X Window System is missing or not being used.  */
16#undef X_DISPLAY_MISSING
17
18#undef CURSES_DRIVER
19#undef X11_DRIVER
20#undef SLANG_DRIVER
21#undef LINUX_DRIVER
22#undef CURSES_KBDDRIVER
23#undef X11_KBDDRIVER
24#undef SLANG_KBDDRIVER
25#undef LINUX_KBDDRIVER
26#undef CURSES_MOUSEDRIVER
27#undef GPM_MOUSEDRIVER
28#undef X11_MOUSEDRIVER
29#undef PACKAGE
30#undef VERSION
31#undef SUNOS_CURSES
32#undef NO_COLOR_SUPPORT
33#undef USE_CURSES
34#undef USE_NCURSES
35#undef USE_SYSV_CURSES
36
37/* Define if you have the curs_set function.  */
38#undef HAVE_CURS_SET
39
40/* Define if you have the mousemask function.  */
41#undef HAVE_MOUSEMASK
42
43/* Define if you have the redrawwin function.  */
44#undef HAVE_REDRAWWIN
45
46/* Define if you have the strdup function.  */
47#undef HAVE_STRDUP
48
49/* Define if you have the termattrs function.  */
50#undef HAVE_TERMATTRS
51
52/* Define if you have the wredrawln function.  */
53#undef HAVE_WREDRAWLN
54
55/* Define if you have the <fcntl.h> header file.  */
56#undef HAVE_FCNTL_H
57
58/* Define if you have the <limits.h> header file.  */
59#undef HAVE_LIMITS_H
60
61/* Define if you have the <malloc.h> header file.  */
62#undef HAVE_MALLOC_H
63
64/* Define if you have the <sys/ioctl.h> header file.  */
65#undef HAVE_SYS_IOCTL_H
66
67/* Define if you have the <sys/time.h> header file.  */
68#undef HAVE_SYS_TIME_H
69
70/* Define if you have the <unistd.h> header file.  */
71#undef HAVE_UNISTD_H
72
73/* Define if you have the curses library (-lcurses).  */
74#undef HAVE_LIBCURSES
75
76/* Define if you have the m library (-lm).  */
77#undef HAVE_LIBM
78
79/* Define if you have the ncurses library (-lncurses).  */
80#undef HAVE_LIBNCURSES
81
82/* Define if you have the slang library (-lslang).  */
83#undef HAVE_LIBSLANG
84
85/* Name of package */
86#undef PACKAGE
87
88/* Version number of package */
89#undef VERSION
90
91