xref: /csrg-svn/old/boggle/pathnames.h (revision 41168)
1*41168Sbostic /*-
2*41168Sbostic  * Copyright (c) 1990 The Regents of the University of California.
3*41168Sbostic  * All rights reserved.
4*41168Sbostic  *
5*41168Sbostic  * %sccs.include.redist.c%
6*41168Sbostic  *
7*41168Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 04/30/90
8*41168Sbostic  */
9*41168Sbostic 
10*41168Sbostic #define	_PATH_DICTIONARY	"/usr/share/games/bogdict"
11*41168Sbostic 
12*41168Sbostic 
13