From 2e8daf459306ea1d8374438d469f60aa0149aa32 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 4 Jul 2009 07:10:22 +0000 Subject: Remove the non-curses screen handling, since it relies on knowing about various internals of SVR4 curses, old BSD curses, and/or other unclean things. (Yes, the non-curses handling still used bits of curses. Fie.) --- hunt/Makefile.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'hunt/Makefile.inc') diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc index 7d64e776..409a49c0 100644 --- a/hunt/Makefile.inc +++ b/hunt/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.9 2009/07/04 06:38:34 dholland Exp $ +# $NetBSD: Makefile.inc,v 1.10 2009/07/04 07:10:22 dholland Exp $ # # # Hunt @@ -55,21 +55,19 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \ # LOG Use syslog error-logging in driver # OLDIPC Use 4.1a internet system calls (must also define # INTERNET) -# TERMINFO Use terminfo instead of termcap # LOG Use syslog(3) for logging errors # BSD_RELEASE Which version of BSD distribution # 42 is 4.2BSD # 43 is 4.3BSD (implies BROADCAST) -# USE_CURSES Use curses for everything (automatic w/TERMINFO) # HPUX do special HPUX only hacks # DEFS_BSD43= -DINTERNET -DLOG -DBSD_RELEASE=43 -DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES +DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 DEFS_SUN= -DINTERNET -DLOG -DBSD_RELEASE=42 -DBROADCAST DEFS_SUN4_0= -DINTERNET -DLOG -DBROADCAST DEFS_ULTRIX= -DINTERNET -DLOG -DBSD_RELEASE=42 -DEFS_HPUX= -DHPUX -DINTERNET -DLOG -DBROADCAST -DTERMINFO -DEFS_SGI= -DINTERNET -DLOG -DBSD_RELEASE=43 -DTERMINFO +DEFS_HPUX= -DHPUX -DINTERNET -DLOG -DBROADCAST +DEFS_SGI= -DINTERNET -DLOG -DBSD_RELEASE=43 DEFS_NEXT= $(DEFS_BSD43) -bsd -Dconst= DEFS_OSF1= -DINTERNET -DLOG -DBSD_RELEASE=43 -D_BSD -- cgit v1.2.3-56-ge451