From e9152f6d21d5a8b1e02922e0fc95b71fc21cbd92 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 4 Oct 1997 09:00:13 +0000 Subject: hunt version 1993-07-17 --- hunt/huntd/bsd.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hunt/huntd/bsd.h (limited to 'hunt/huntd/bsd.h') diff --git a/hunt/huntd/bsd.h b/hunt/huntd/bsd.h new file mode 100644 index 00000000..c186be88 --- /dev/null +++ b/hunt/huntd/bsd.h @@ -0,0 +1,15 @@ +/* + * Hunt + * Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold + * San Francisco, California + */ + +# 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 -- cgit v1.2.3