OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [paths.h] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/* paths.h <ndf@linux.mit.edu> */
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 */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.