Module Name: src Committed By: dholland Date: Sat Mar 29 21:24:56 UTC 2014
Modified Files: src/games/hunt/huntd: pathname.c Log Message: Remove tautological #if DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/pathname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/games/hunt/huntd/pathname.c diff -u src/games/hunt/huntd/pathname.c:1.6 src/games/hunt/huntd/pathname.c:1.7 --- src/games/hunt/huntd/pathname.c:1.6 Sat Mar 29 21:24:26 2014 +++ src/games/hunt/huntd/pathname.c Sat Mar 29 21:24:56 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: pathname.c,v 1.6 2014/03/29 21:24:26 dholland Exp $ */ +/* $NetBSD: pathname.c,v 1.7 2014/03/29 21:24:56 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: pathname.c,v 1.6 2014/03/29 21:24:26 dholland Exp $"); +__RCSID("$NetBSD: pathname.c,v 1.7 2014/03/29 21:24:56 dholland Exp $"); #endif /* not lint */ /* @@ -45,22 +45,9 @@ __RCSID("$NetBSD: pathname.c,v 1.6 2014/ #include "hunt_common.h" -#ifdef DEBUG - -#ifdef INTERNET -u_short Test_port = TEST_PORT; -#else -char *Sock_name = "/tmp/hunt"; -char *Stat_name = "/tmp/hunt.stats"; -#endif - -#else - #ifdef INTERNET u_short Test_port = TEST_PORT; #else char *Sock_name = "/tmp/hunt"; char *Stat_name = "/tmp/hunt.stats"; #endif - -#endif