1 /*
2  * Copyright (c) 1989, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *      @(#)pathnames.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 #include <paths.h>
11 
12 #define	_PATH_DEFDEVLP		"/dev/lp"
13 #define	_PATH_DEFSPOOL		"/var/spool/output/lpd"
14 #define	_PATH_HOSTSEQUIV	"/etc/hosts.equiv"
15 #define	_PATH_HOSTSLPD		"/etc/hosts.lpd"
16 #define	_PATH_MASTERLOCK	"/var/spool/output/lpd.lock"
17 #define	_PATH_PR		"/usr/bin/pr"
18 #define	_PATH_PRINTCAP		"/etc/printcap"
19 #define	_PATH_SOCKETNAME	"/var/run/printer"
20 #define	_PATH_VFONT		"/usr/libdata/vfont/"
21 #define	_PATH_VFONTB		"/usr/libdata/vfont/B"
22 #define	_PATH_VFONTI		"/usr/libdata/vfont/I"
23 #define	_PATH_VFONTR		"/usr/libdata/vfont/R"
24 #define	_PATH_VFONTS		"/usr/libdata/vfont/S"
25