move to /usr/share, move pathnames to pathnames.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 06:27:01 +0000 (22:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 May 1990 06:27:01 +0000 (22:27 -0800)
SCCS-vsn: games/monop/cards.c 5.3

usr/src/games/monop/cards.c

index 27bbcd7..4558d07 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cards.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)cards.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "monop.ext"
 #endif /* not lint */
 
 # include      "monop.ext"
+# include      "pathnames.h"
 
 /*
  *     These routine deal with the card decks
 
 /*
  *     These routine deal with the card decks
@@ -28,7 +29,7 @@ static char sccsid[] = "@(#)cards.c   5.2 (Berkeley) %G%";
 # define       GOJF    'F'     /* char for get-out-of-jail-free cards  */
 
 # ifndef DEV
 # define       GOJF    'F'     /* char for get-out-of-jail-free cards  */
 
 # ifndef DEV
-static char    *cardfile       = "/usr/games/lib/cards.pck";
+static char    *cardfile       = _PATH_CARDS;
 # else
 static char    *cardfile       = "cards.pck";
 # endif
 # else
 static char    *cardfile       = "cards.pck";
 # endif