panic() cleanup.
[minix.git] / include / minix / paths.h
blob900c7e45f23dd2423841b4529d2c078870fef5a2
1 #ifndef _MINIX_PATHS_H
2 #define _MINIX_PATHS_H 1
4 #define _PATH_DHCPCONF "/etc/dhcp.conf"
5 #define _PATH_DHCPPID "/usr/run/dhcpd.pid"
6 #define _PATH_DHCPCACHE "/usr/adm/dhcp.cache"
7 #define _PATH_DHCPPOOL "/usr/adm/dhcp.pool"
9 #define _PATH_WTMP "/usr/adm/wtmp"
10 #define _PATH_UTMP "/etc/utmp"
11 #define _PATH_LASTLOG "/usr/adm/lastlog"
12 #define _PATH_MOTD "/etc/motd"
13 #define _PATH_HOSTS "/etc/hosts"
15 #define _PATH_DEFTAPE "/dev/sa0"
16 #define _PATH_RAMDISK "/dev/ram"
17 #define _PATH_TMP "/tmp"
19 #define _PATH_BSHELL "/bin/sh"
20 #define _PATH_SERVICE "/bin/service"
21 #define _PATH_SYSTEM_CONF "/etc/system.conf"
23 #endif