source: trunk/minix/include/minix/paths.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 545 bytes
Line 
1#ifndef _MINIX_PATHS_H
2#define _MINIX_PATHS_H 1
3
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"
8
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"
14
15#define _PATH_DEFTAPE "/dev/sa0"
16#define _PATH_RAMDISK "/dev/ram"
17#define _PATH_TMP "/tmp"
18
19#define _PATH_BSHELL "/bin/sh"
20
21#endif
Note: See TracBrowser for help on using the repository browser.