1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-02 15:40:28 +00:00

bvi-1.3.1.src.tar.gz

This commit is contained in:
Gerhard Bürgmann 2002-02-18 00:00:00 +00:00 committed by Vincent Batts
parent 0220b756fa
commit 16baacb54f
46 changed files with 5276 additions and 1914 deletions

View file

@ -15,8 +15,6 @@
/* 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
@ -26,6 +24,9 @@
/* Define if you have the strtol function. */
#undef HAVE_STRTOL
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
@ -43,3 +44,4 @@
/* Define if your tputs need putc(char) */
#undef NEED_PUTC_CHAR