X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/4c39d3d5d3a9a029eecd375d4c55d91ed234cc9c..82159d673f616b12554c28d5ac54f515fec21e91:/hunt/huntd/pathname.c?ds=inline diff --git a/hunt/huntd/pathname.c b/hunt/huntd/pathname.c index b95d617d..e0016c55 100644 --- a/hunt/huntd/pathname.c +++ b/hunt/huntd/pathname.c @@ -1,4 +1,4 @@ -/* $NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $ */ +/* $NetBSD: pathname.c,v 1.5 2009/07/04 04:29:55 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include #ifndef lint -__RCSID("$NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $"); +__RCSID("$NetBSD: pathname.c,v 1.5 2009/07/04 04:29:55 dholland Exp $"); #endif /* not lint */ /* @@ -41,26 +41,26 @@ __RCSID("$NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $"); * range reserved for privileged sockets. */ -# include +#include -# ifdef DEBUG +#ifdef DEBUG -char *Driver = "/home/socr/a/conrad/games/src/hunt/huntd.dbg"; -# ifdef INTERNET -u_short Test_port = ('h' << 8) | 't'; -# else -char *Sock_name = "/tmp/hunt"; -char *Stat_name = "/tmp/hunt.stats"; -# endif +char *Driver = "/home/socr/a/conrad/games/src/hunt/huntd.dbg"; +#ifdef INTERNET +u_short Test_port = ('h' << 8) | 't'; +#else +char *Sock_name = "/tmp/hunt"; +char *Stat_name = "/tmp/hunt.stats"; +#endif -# else +#else -const char *Driver = HUNTD; -# ifdef INTERNET -u_short Test_port = ('h' << 8) | 't'; -# else -char *Sock_name = "/tmp/hunt"; -char *Stat_name = "/tmp/hunt.stats"; -# endif +const char *Driver = HUNTD; +#ifdef INTERNET +u_short Test_port = ('h' << 8) | 't'; +#else +char *Sock_name = "/tmp/hunt"; +char *Stat_name = "/tmp/hunt.stats"; +#endif -# endif +#endif