137264Sbostic /* 2*61484Sbostic * Copyright (c) 1989, 1993 3*61484Sbostic * The Regents of the University of California. All rights reserved. 437264Sbostic * 542699Sbostic * %sccs.include.redist.c% 637264Sbostic * 7*61484Sbostic * @(#)pathnames.h 8.1 (Berkeley) 06/05/93 837264Sbostic */ 937264Sbostic 1037946Sbostic #include <paths.h> 1137946Sbostic 1237946Sbostic #define _PATH_DEFTAPE "/dev/rmt8" 1337946Sbostic #define _PATH_DTMP "/etc/dtmp" 1437264Sbostic #define _PATH_DUMPDATES "/etc/dumpdates" 1537946Sbostic #define _PATH_LOCK "/tmp/dumplockXXXXXX" 1640103Skarels #define _PATH_RMT "rmt" 17