]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hunt/huntd/pathname.c
1 /* $NetBSD: pathname.c,v 1.2 1997/10/10 16:33:49 lukem Exp $ */
4 * Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
5 * San Francisco, California
10 __RCSID("$NetBSD: pathname.c,v 1.2 1997/10/10 16:33:49 lukem Exp $");
14 * There is no particular significance to the numbers assigned
15 * to Test_port. They're just random numbers greater than the
16 * range reserved for privileged sockets.
19 # include <sys/types.h>
23 char *Driver
= "/home/socr/a/conrad/games/src/hunt/huntd.dbg";
25 u_short Test_port
= ('h' << 8) | 't';
27 char *Sock_name
= "/tmp/hunt";
28 char *Stat_name
= "/tmp/hunt.stats";
35 u_short Test_port
= ('h' << 8) | 't';
37 char *Sock_name
= "/tmp/hunt";
38 char *Stat_name
= "/tmp/hunt.stats";