13 lines
307 B
C
13 lines
307 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_LASTLOG "/usr/adm/lastlog"
|
|
|
|
#endif
|