1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/*
4 * Do we have getopt_long() ?
5 */
6#undef HAVE_GETOPT_LONG
7
8/*
9 * How about issetugid() ?
10 */
11#undef HAVE_ISSETUGID
12
13/*
14 * Do we want debugging?
15 */
16#undef DEBUG
17
18/* Define if you have the <errno.h> header file.  */
19#undef HAVE_ERRNO_H
20
21/* Define if you have the <features.h> header file.  */
22#undef HAVE_FEATURES_H
23
24/* Define if you have the <sys/termios.h> header file. */
25#undef HAVE_SYS_TERMIOS_H
26
27/* Define if you have the <termios.h> header file. */
28#undef HAVE_TERMIOS_H
29