20 lines
513 B
C
20 lines
513 B
C
#ifndef _MINIX_PATHS_H
|
|
#define _MINIX_PATHS_H 1
|
|
|
|
#define _PATH_DHCPCONF "/etc/dhcp.conf"
|
|
#define _PATH_DHCPPID "/usr/run/dhcpd.pid"
|
|
#define _PATH_DHCPCACHE "/usr/adm/dhcp.cache"
|
|
#define _PATH_DHCPPOOL "/usr/adm/dhcp.pool"
|
|
|
|
#define _PATH_WTMP "/usr/adm/wtmp"
|
|
#define _PATH_UTMP "/etc/utmp"
|
|
#define _PATH_LASTLOG "/usr/adm/lastlog"
|
|
#define _PATH_MOTD "/etc/motd"
|
|
#define _PATH_HOSTS "/etc/hosts"
|
|
|
|
#define _PATH_DEFTAPE "/dev/sa0"
|
|
#define _PATH_RAMDISK "/dev/ram"
|
|
#define _PATH_TMP "/tmp"
|
|
|
|
#endif
|