1*37995Sbostic /*
2*37995Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3*37995Sbostic  * All rights reserved.
4*37995Sbostic  *
5*37995Sbostic  * Redistribution and use in source and binary forms are permitted
6*37995Sbostic  * provided that the above copyright notice and this paragraph are
7*37995Sbostic  * duplicated in all such forms and that any documentation,
8*37995Sbostic  * advertising materials, and other materials related to such
9*37995Sbostic  * distribution and use acknowledge that the software was developed
10*37995Sbostic  * by the University of California, Berkeley.  The name of the
11*37995Sbostic  * University may not be used to endorse or promote products derived
12*37995Sbostic  * from this software without specific prior written permission.
13*37995Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*37995Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*37995Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*37995Sbostic  *
17*37995Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 05/11/89
18*37995Sbostic  */
19*37995Sbostic 
20*37995Sbostic #include <paths.h>
21*37995Sbostic 
22*37995Sbostic #define	_PATH_DEFDEVLP		"/dev/lp"
23*37995Sbostic #define	_PATH_DEFSPOOL		"/var/spool/lpd"
24*37995Sbostic #define	_PATH_HOSTSEQUIV	"/etc/hosts.equiv"
25*37995Sbostic #define	_PATH_HOSTSLPD		"/etc/hosts.lpd"
26*37995Sbostic #define	_PATH_MASTERLOCK	"/var/spool/lpd.lock"
27*37995Sbostic #define	_PATH_PR		"/usr/bin/pr"
28*37995Sbostic #define	_PATH_PRINTCAP		"/etc/printcap"
29*37995Sbostic #define	_PATH_SENDMAIL		"/usr/libexec/sendmail"
30*37995Sbostic #define	_PATH_SOCKETNAME	"/var/run/printer"
31*37995Sbostic #define	_PATH_VFONT		"/usr/libdata/vfont/"
32*37995Sbostic #define	_PATH_VFONTB		"/usr/libdata/vfont/B"
33*37995Sbostic #define	_PATH_VFONTI		"/usr/libdata/vfont/I"
34*37995Sbostic #define	_PATH_VFONTR		"/usr/libdata/vfont/R"
35*37995Sbostic #define	_PATH_VFONTS		"/usr/libdata/vfont/S"
36