xref: /csrg-svn/usr.bin/vgrind/pathnames.h (revision 37562)
1*37562Sbostic /*
2*37562Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3*37562Sbostic  * All rights reserved.
4*37562Sbostic  *
5*37562Sbostic  * Redistribution and use in source and binary forms are permitted
6*37562Sbostic  * provided that the above copyright notice and this paragraph are
7*37562Sbostic  * duplicated in all such forms and that any documentation,
8*37562Sbostic  * advertising materials, and other materials related to such
9*37562Sbostic  * distribution and use acknowledge that the software was developed
10*37562Sbostic  * by the University of California, Berkeley.  The name of the
11*37562Sbostic  * University may not be used to endorse or promote products derived
12*37562Sbostic  * from this software without specific prior written permission.
13*37562Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*37562Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*37562Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*37562Sbostic  *
17*37562Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 05/01/89
18*37562Sbostic  */
19*37562Sbostic 
20*37562Sbostic #define	_PATH_VGRINDEFS	"/usr/share/misc/vgrindefs"
21