From b83825244af1cd795330975ed4ccdb6cdd0e5432 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 13 Apr 2000 06:07:06 +0000 Subject: Curses works - define USE_CURSES for BSD44 and don't try to do our own thing (using curses internal data structures anyway!). --- hunt/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hunt/Makefile.inc') diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc index 176ad4a0..e350e550 100644 --- a/hunt/Makefile.inc +++ b/hunt/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 1997/10/22 05:05:21 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.4 2000/04/13 06:07:06 simonb Exp $ # # Hunt # Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -39,7 +39,7 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \ # HPUX do special HPUX only hacks # DEFS_BSD43= -DINTERNET -DLOG -DBSD_RELEASE=43 -DSIGNAL_TYPE=int -DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DSIGNAL_TYPE=void +DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DSIGNAL_TYPE=void -DUSE_CURSES DEFS_SUN= -DINTERNET -DLOG -DBSD_RELEASE=42 -DBROADCAST -DSIGNAL_TYPE=int DEFS_SUN4_0= -DINTERNET -DLOG -DSYSLOG_43 -DBROADCAST -DSIGNAL_TYPE=void DEFS_ULTRIX= -DINTERNET -DLOG -DBSD_RELEASE=42 -DSIGNAL_TYPE=void -- cgit v1.2.3-56-ge451