1 /*-
2  * Copyright (c) 1990 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)pathnames.h	5.1 (Berkeley) 11/11/90";
10 #endif /* not lint */
11 
12 #include <paths.h>
13 
14 #define	_PATH_BDIFF		"/usr/local/bin/bdiff"
15 #define	_PATH_DIFF		"/usr/bin/diff"
16 #define	_PATH_GET		"/usr/local/bin/get"
17 #define	_PATH_HELPDIR		"/usr/local/lib/help/"
18 #define	_PATH_OLDHELP		"/usr/local/lib/sccs.hf"
19 #define	_PATH_SCCSINCLUDE	"/a/staff/admin/copyright"
20 #define	_PATH_SCCSLOG		"/var/log/sccs-log"
21 #define	_PATH_VAL		"/usr/local/bin/val"
22