python3: update to 3.11.10
[openadk.git] / package / simpleinit / src / pathnames.h
blob92b7d03029e81d2fdbac92974eac20a61a0430f3
1 /*
2 * @(#)pathnames.h 5.3 (Berkeley) 5/9/89
4 * Heavily modified by poe@daimi.aau.dk for Linux
5 */
7 #include <paths.h>
9 #ifndef __STDC__
10 # error "we need an ANSI compiler"
11 #endif
13 #ifndef SBINDIR
14 # define SBINDIR "/sbin"
15 #endif
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"