]> Git Repo - uclibc-ng.git/blob - include/paths.h
We already have tar.h, so might as well include cpio.h as well...
[uclibc-ng.git] / include / paths.h
1 /* paths.h <[email protected]> */
2
3 #ifndef ___PATHS_H
4 #define ___PATHS_H
5
6
7 #define _PATH_CONSOLE   "/dev/console"
8 #define _PATH_TTY       "/dev/tty"
9 #define _PATH_NOLOGIN   "/etc/nologin"
10 #define _PATH_LOGIN     "/bin/login"
11 #define _PATH_BSHELL    "/bin/sh"
12 #define _PATH_UTMP      "/var/run/utmp"
13 #define _PATH_WTMP      "/var/log/wtmp"
14 #define _PATH_DEFPATH   "/bin:/usr/bin:/usr/local/bin:."
15 #define _PATH_DEV       "/dev/"
16 #define _PATH_DEVNULL   "/dev/null"
17 #define _PATH_TMP       "/tmp/"
18 #define _PATH_LASTLOG   "/var/log/lastlog"
19 #define _PATH_LOCALE    "/usr/lib/locale"
20 #define _PATH_VARRUN    "/var/log/"
21
22 #endif /* __PATHS_H */
This page took 0.024959 seconds and 4 git commands to generate.