-# $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
# 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
#
# Generic definitions
#
-DEFS= $(GAME_PARAM) $(DEFS_NETBSD)
+DEFS= $(GAME_PARAM) $(DEFS_BSD44)
CPPFLAGS+= $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
.include "../Makefile.inc"
-/* $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
# 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