Minor rearrangement.

This commit is contained in:
mycroft 2002-09-20 21:00:01 +00:00
parent 956ffb1e5c
commit 7d5f560aeb
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 2002/09/20 20:54:15 mycroft Exp $
# $NetBSD: Makefile.inc,v 1.6 2002/09/20 21:00:01 mycroft Exp $
#
# Hunt
# Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@ -38,7 +38,6 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \
# SIGNAL_TYPE void or int
# HPUX do special HPUX only hacks
#
DEFS_NETBSD= -DINTERNET -DLOG -DBROADCAST -DSYSLOG_43 -DSIGNAL_TYPE=void -DUSE_CURSES
DEFS_BSD43= -DINTERNET -DLOG -DBSD_RELEASE=43 -DSIGNAL_TYPE=int
DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DSIGNAL_TYPE=void -DUSE_CURSES
DEFS_SUN= -DINTERNET -DLOG -DBSD_RELEASE=42 -DBROADCAST -DSIGNAL_TYPE=int
@ -62,7 +61,7 @@ SYSLIBS=
#
# Generic definitions
#
DEFS= $(GAME_PARAM) $(DEFS_NETBSD)
DEFS= $(GAME_PARAM) $(DEFS_BSD44)
CPPFLAGS+= $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
.include "../Makefile.inc"

View File

@ -1,4 +1,4 @@
/* $NetBSD: bsd.h,v 1.2 1998/01/09 08:03:40 perry Exp $ */
/* $NetBSD: bsd.h,v 1.3 2002/09/20 21:00:02 mycroft Exp $ */
/*
* Hunt
@ -9,9 +9,7 @@
# if defined(BSD_RELEASE) && BSD_RELEASE >= 43
# define BROADCAST
# define SYSLOG_43
# define TALK_43
# endif
# if defined(BSD_RELEASE) && BSD_RELEASE == 42
# define SYSLOG_42
# define TALK_42
# endif