43 lines
952 B
C
43 lines
952 B
C
/* The version string */
|
|
#define VERSION @VERSION@
|
|
|
|
/* The package name. */
|
|
#define PACKAGE @PACKAGE@
|
|
|
|
/* Do you have tgetent()? */
|
|
#undef HAVE_TGETENT
|
|
|
|
/* Should we need to include termcap.h? */
|
|
#undef HAVE_TERMCAP_H
|
|
|
|
/* Should we need to include curses.h? */
|
|
#undef HAVE_CURSES_H
|
|
|
|
/* Is there a tgmath.h? */
|
|
#undef HAVE_TGMATH_H
|
|
|
|
/* Define this as 1 if your system has lrint(). */
|
|
#undef HAVE_LRINT
|
|
|
|
/* Define this as 1 if your system has nanosleep(). */
|
|
#undef HAVE_NANOSLEEP
|
|
|
|
/* What does tputs return? */
|
|
#undef TPUTS_RETURNS_VOID
|
|
|
|
/* Define as 1 if you use dmalloc. */
|
|
#undef USE_DMALLOC
|
|
|
|
/* Define as 1 if you want LR0 parser. */
|
|
#undef USE_LR0
|
|
|
|
/* Define either for large file support, if your OS needs them. */
|
|
#undef _FILE_OFFSET_BITS
|
|
#undef _LARGE_FILES
|
|
|
|
/* Define if you have the msgfmt(1) program and the gettext(3) function. */
|
|
#undef HAVE_GETTEXT
|
|
|
|
/* Define if timeouts do not work in your termios (broken termios). */
|
|
#undef USE_SELECT
|