bvi/config.h.in

88 lines
2.1 KiB
C
Raw Permalink Normal View History

2001-01-15 00:00:00 +00:00
/* config.h.in. Generated automatically from configure.in by autoheader. */
2005-01-07 00:00:00 +00:00
/***** begin user configuration section *****/
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
#undef HAVE_NCURSES_H
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
#undef HAVE_CURSES_H
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
#undef NO_SYSERRL
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
#undef NEED_PUTC_CHAR
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
#undef HAVE_NCURSES_TERM_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* Define if you have the `memmove' function. */
2001-01-15 00:00:00 +00:00
#undef HAVE_MEMMOVE
2005-01-07 00:00:00 +00:00
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the <ncurses/term.h> header file. */
#undef HAVE_NCURSES_TERM_H
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the `strdup' function. */
2001-01-15 00:00:00 +00:00
#undef HAVE_STRDUP
2005-01-07 00:00:00 +00:00
/* Define if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the `strtol' function. */
2001-01-15 00:00:00 +00:00
#undef HAVE_STRTOL
2005-01-07 00:00:00 +00:00
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
2002-02-18 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* Define if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* Define if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* Define if you have the <term.h> header file. */
#undef HAVE_TERM_H
/* Define if you have the <unistd.h> header file. */
2001-01-15 00:00:00 +00:00
#undef HAVE_UNISTD_H
2005-01-07 00:00:00 +00:00
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
2001-01-15 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of a `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to `int' if <sys/types.h> does not define. */
#undef off_t
2002-02-18 00:00:00 +00:00
2005-01-07 00:00:00 +00:00
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t