1/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3/* Define to `long' if <sys/types.h> doesn't define.  */
4#undef off_t
5
6/* Define if you have the ANSI C header files.  */
7#undef STDC_HEADERS
8
9/* Define if you have the snprintf function.  */
10#undef HAVE_SNPRINTF
11
12/* Define if you have the strerror function.  */
13#undef HAVE_STRERROR
14
15/* Define if you have the strtol function.  */
16#undef HAVE_STRTOL
17
18/* Define if you have the <fcntl.h> header file.  */
19#undef HAVE_FCNTL_H
20
21/* Define if you have the <getopt.h> header file.  */
22#undef HAVE_GETOPT_H
23
24/* Define if you have the <set.h> header file.  */
25#undef HAVE_SET_H
26
27/* Define if you have the <unistd.h> header file.  */
28#undef HAVE_UNISTD_H
29
30/* Define if you have the curses library (-lcurses).  */
31#undef HAVE_LIBCURSES
32
33/* Define if you have the history library (-lhistory).  */
34#undef HAVE_LIBHISTORY
35
36/* Define if you have the readline library (-lreadline).  */
37#undef HAVE_LIBREADLINE
38
39/* Define if you have the termcap library (-ltermcap).  */
40#undef HAVE_LIBTERMCAP
41