summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/bsd.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-10-04 09:00:13 +0000
committermrg <mrg@NetBSD.org>1997-10-04 09:00:13 +0000
commite9152f6d21d5a8b1e02922e0fc95b71fc21cbd92 (patch)
tree3e1b32f0c0c61414ebd853c92584cd9d95a99acc /hunt/huntd/bsd.h
parent6f367f8f8be268d527e585867c1c42ffbb07668c (diff)
downloadbsdgames-darwin-e9152f6d21d5a8b1e02922e0fc95b71fc21cbd92.tar.gz
bsdgames-darwin-e9152f6d21d5a8b1e02922e0fc95b71fc21cbd92.zip
hunt version 1993-07-17
Diffstat (limited to 'hunt/huntd/bsd.h')
-rw-r--r--hunt/huntd/bsd.h15
1 files changed, 15 insertions, 0 deletions
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