1 /*
2  * Copyright (c) 1989 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *      @(#)pathnames.h	5.7 (Berkeley) 09/15/92
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