xref: /csrg-svn/games/cribbage/pathnames.h (revision 60777)
141187Sbostic /*-
2*60777Sbostic  * Copyright (c) 1990, 1993
3*60777Sbostic  *	The Regents of the University of California.  All rights reserved.
441187Sbostic  *
541187Sbostic  * %sccs.include.redist.c%
641187Sbostic  *
7*60777Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 05/31/93
841187Sbostic  */
941187Sbostic 
1059264Sbostic #define	_PATH_INSTR	"/usr/share/games/cribbage.instr"
1141187Sbostic #define	_PATH_LOG	"/var/games/criblog"
1241187Sbostic #define	_PATH_MORE	"/usr/bin/more"
13