138127Sbostic /* 238127Sbostic * Copyright (c) 1989 The Regents of the University of California. 338127Sbostic * All rights reserved. 438127Sbostic * 542614Sbostic * %sccs.include.redist.c% 638127Sbostic * 7*45119Sbostic * @(#)paths.h 5.8 (Berkeley) 08/24/90 838127Sbostic */ 938127Sbostic 1038127Sbostic #define _PATH_BSHELL "/bin/sh" 1138127Sbostic #define _PATH_CONSOLE "/dev/console" 1238127Sbostic #define _PATH_CSHELL "/bin/csh" 1338127Sbostic #define _PATH_DEV "/dev/" 1438127Sbostic #define _PATH_DEVNULL "/dev/null" 1538127Sbostic #define _PATH_DRUM "/dev/drum" 1638127Sbostic #define _PATH_KMEM "/dev/kmem" 1743607Sbostic #define _PATH_MAILDIR "/var/mail" 18*45119Sbostic #define _PATH_MAN "/usr/share/man" 1938127Sbostic #define _PATH_MEM "/dev/mem" 2040070Sbostic #define _PATH_NOLOGIN "/etc/nologin" 2138218Sbostic #define _PATH_SENDMAIL "/usr/sbin/sendmail" 2238127Sbostic #define _PATH_TMP "/tmp/" 2338127Sbostic #define _PATH_TTY "/dev/tty" 2438127Sbostic #define _PATH_UNIX "/vmunix" 2539534Sbostic #define _PATH_VARTMP "/var/tmp" 2638127Sbostic #define _PATH_VI "/usr/bin/vi" 27