/* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and other materials related to such * distribution and use acknowledge that the software was developed * by the University of California, Berkeley. The name of the * University may not be used to endorse or promote products derived * from this software without specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * @(#)pathnames.h 8.1 (Berkeley) 05/31/93 */ #define _PATH_GAMEPROG "/usr/games/phantasia" #define _PATH_GOLD "/var/games/phantasia/gold" #define _PATH_LASTDEAD "/var/games/phantasia/lastdead" #define _PATH_MESS "/var/games/phantasia/mess" #define _PATH_MONST "/var/games/phantasia/monsters" #define _PATH_MOTD "/var/games/phantasia/motd" #define _PATH_PEOPLE "/var/games/phantasia/characs" #define _PATH_SCORE "/var/games/phantasia/scoreboard" #define _PATH_VOID "/var/games/phantasia/void"