diff options
| author | mrg <mrg@NetBSD.org> | 1997-10-04 09:00:13 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1997-10-04 09:00:13 +0000 |
| commit | e9152f6d21d5a8b1e02922e0fc95b71fc21cbd92 (patch) | |
| tree | 3e1b32f0c0c61414ebd853c92584cd9d95a99acc /hunt/huntd/bsd.h | |
| parent | 6f367f8f8be268d527e585867c1c42ffbb07668c (diff) | |
| download | bsdgames-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.h | 15 |
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 |
