summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/bsd.h
diff options
context:
space:
mode:
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