Path config, so they're not hard-coded separately in commands

This commit is contained in:
Ben Gras 2005-08-26 12:00:43 +00:00
parent 9fc2555e6f
commit d48770fcb5

12
include/minix/paths.h Normal file
View file

@ -0,0 +1,12 @@
#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