mirror of
https://github.com/vbatts/bvi.git
synced 2024-11-26 02:25:39 +00:00
46 lines
1.1 KiB
C
46 lines
1.1 KiB
C
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||
|
|
||
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||
|
/* #undef mode_t */
|
||
|
|
||
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
||
|
/* #undef off_t */
|
||
|
|
||
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||
|
/* #undef pid_t */
|
||
|
|
||
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||
|
/* #undef size_t */
|
||
|
|
||
|
/* Define if you have the ANSI C header files. */
|
||
|
#undef STDC_HEADERS
|
||
|
|
||
|
#undef NO_SYSERRL
|
||
|
|
||
|
/* Define if you have the memmove function. */
|
||
|
#undef HAVE_MEMMOVE
|
||
|
|
||
|
/* Define if you have the strdup function. */
|
||
|
#undef HAVE_STRDUP
|
||
|
|
||
|
/* Define if you have the strtol function. */
|
||
|
#undef HAVE_STRTOL
|
||
|
|
||
|
/* Define if you have the <curses.h> header file. */
|
||
|
#undef HAVE_CURSES_H
|
||
|
|
||
|
/* Define if you have the <fcntl.h> header file. */
|
||
|
#undef HAVE_FCNTL_H
|
||
|
|
||
|
/* Define if you have the <ncurses.h> header file. */
|
||
|
#undef HAVE_NCURSES_H
|
||
|
|
||
|
/* Define if you have the <unistd.h> header file. */
|
||
|
#undef HAVE_UNISTD_H
|
||
|
|
||
|
/* Define if you have the ncurses library (-lncurses). */
|
||
|
#undef HAVE_LIBNCURSES
|
||
|
|
||
|
/* Define if your tputs need putc(char) */
|
||
|
#undef NEED_PUTC_CHAR
|