137299Sbostic /* 237299Sbostic * Copyright (c) 1989 The Regents of the University of California. 337299Sbostic * All rights reserved. 437299Sbostic * 5*42712Sbostic * %sccs.include.redist.c% 637299Sbostic * 7*42712Sbostic * @(#)pathnames.h 5.5 (Berkeley) 06/01/90 837299Sbostic */ 937299Sbostic 1040174Sbostic #include <paths.h> 1140174Sbostic 1237299Sbostic #define _PATH_FASTBOOT "/fastboot" 1337958Sbostic #define _PATH_HALT "/sbin/halt" 1437958Sbostic #define _PATH_REBOOT "/sbin/reboot" 1537958Sbostic #define _PATH_WALL "/usr/bin/wall" 16