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 We no longer meet nvi's interpretation of '...



details:   https://anonhg.NetBSD.org/src/rev/3b7db6861d61
branches:  trunk
changeset: 486543:3b7db6861d61
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu May 25 06:47:53 2000 +0000

description:
We no longer meet nvi's interpretation of 'HAVE_BSD_CURSES', so comment this.

diffstat:

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

diffs (21 lines):

diff -r 2a4a56585680 -r 3b7db6861d61 usr.bin/vi/build/config.h
--- a/usr.bin/vi/build/config.h Thu May 25 06:46:26 2000 +0000
+++ b/usr.bin/vi/build/config.h Thu May 25 06:47:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.5 2000/03/17 02:22:27 christos Exp $      */
+/*     $NetBSD: config.h,v 1.6 2000/05/25 06:47:53 jdc Exp $   */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -61,9 +61,11 @@
 /* #undef HAVE_BROKEN_VDISABLE */
 
 /* Define if you have a BSD version of curses. */
+/*
 #ifndef __SVR4
 #define HAVE_BSD_CURSES 1
 #endif
+*/
 
 /* Define if you have the curses(3) addnstr function. */
 #define HAVE_CURSES_ADDNSTR 1



Home | Main Index | Thread Index | Old Index