2 * @(#)pathnames.h 5.3 (Berkeley) 5/9/89
4 * Heavily modified by poe@daimi.aau.dk for Linux
10 # error "we need an ANSI compiler"
14 # define SBINDIR "/sbin"
17 #define _PATH_BSHELL "/bin/sh"
18 #define _PATH_CSHELL "/bin/csh"
19 #define _PATH_TTY "/dev/tty"
20 #define TTYTYPES "/etc/ttytype"
21 #define SECURETTY "/etc/securetty"
23 #define _PATH_HUSHLOGIN ".hushlogin"
24 #define _PATH_MOTDFILE "/etc/motd"
25 #define _PATH_NOLOGIN "/etc/nologin"
27 #define _PATH_LOGIN "/bin/login"
28 #define _PATH_INITTAB "/etc/inittab"
29 #define _PATH_RC "/etc/rc"
30 #define _PATH_REBOOT "/bin/reboot"
31 #define _PATH_SINGLE "/etc/singleboot"
32 #define _PATH_SECURE "/etc/securesingle"
33 #define _PATH_USERTTY "/etc/usertty"
35 #define _PATH_CONFIGRC "/etc/config/start"
36 #define _PATH_CONFIGTAB "/etc/config/inittab"
37 #define _PATH_FIREWALL "/bin/firewall"