-/* $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.
#include <sys/cdefs.h>
#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 */
/*
* range reserved for privileged sockets.
*/
-# include <sys/types.h>
+#include <sys/types.h>
-# 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