Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/vi/build our curses has some more functions now



details:   https://anonhg.NetBSD.org/src/rev/e49e07e74011
branches:  trunk
changeset: 471997:e49e07e74011
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sat Apr 17 17:48:23 1999 +0000

description:
our curses has some more functions now

diffstat:

 usr.bin/vi/build/config.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 27c6a6ba2007 -r e49e07e74011 usr.bin/vi/build/config.h
--- a/usr.bin/vi/build/config.h Sat Apr 17 17:08:12 1999 +0000
+++ b/usr.bin/vi/build/config.h Sat Apr 17 17:48:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.3 1998/01/09 08:06:12 perry Exp $ */
+/*     $NetBSD: config.h,v 1.4 1999/04/17 17:48:23 drochner Exp $      */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -65,16 +65,16 @@
 #define HAVE_CURSES_ADDNSTR 1
 
 /* Define if you have the curses(3) beep function. */
-/* #undef HAVE_CURSES_BEEP */
+#define HAVE_CURSES_BEEP 1
 
 /* Define if you have the curses(3) flash function. */
-/* #undef HAVE_CURSES_FLASH */
+#define HAVE_CURSES_FLASH 1
 
 /* Define if you have the curses(3) idlok function. */
 #define HAVE_CURSES_IDLOK 1
 
 /* Define if you have the curses(3) keypad function. */
-/* #undef HAVE_CURSES_KEYPAD */
+#define HAVE_CURSES_KEYPAD 1
 
 /* Define if you have the curses(3) newterm function. */
 /* #undef HAVE_CURSES_NEWTERM */



Home | Main Index | Thread Index | Old Index