137995Sbostic /* 2*61840Sbostic * Copyright (c) 1989, 1993 3*61840Sbostic * The Regents of the University of California. All rights reserved. 437995Sbostic * 556248Selan * %sccs.include.redist.c% 656249Selan * 7*61840Sbostic * @(#)pathnames.h 8.1 (Berkeley) 06/06/93 837995Sbostic */ 937995Sbostic 1037995Sbostic #include <paths.h> 1137995Sbostic 1237995Sbostic #define _PATH_DEFDEVLP "/dev/lp" 1338492Skarels #define _PATH_DEFSPOOL "/var/spool/output/lpd" 1437995Sbostic #define _PATH_HOSTSEQUIV "/etc/hosts.equiv" 1537995Sbostic #define _PATH_HOSTSLPD "/etc/hosts.lpd" 1638492Skarels #define _PATH_MASTERLOCK "/var/spool/output/lpd.lock" 1737995Sbostic #define _PATH_PR "/usr/bin/pr" 1837995Sbostic #define _PATH_PRINTCAP "/etc/printcap" 1937995Sbostic #define _PATH_SOCKETNAME "/var/run/printer" 2037995Sbostic #define _PATH_VFONT "/usr/libdata/vfont/" 2137995Sbostic #define _PATH_VFONTB "/usr/libdata/vfont/B" 2237995Sbostic #define _PATH_VFONTI "/usr/libdata/vfont/I" 2337995Sbostic #define _PATH_VFONTR "/usr/libdata/vfont/R" 2437995Sbostic #define _PATH_VFONTS "/usr/libdata/vfont/S" 25