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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [paths.h] - Rev 1765

Compare with Previous | Blame | View Log

/* paths.h <ndf@linux.mit.edu> */
 
#ifndef ___PATHS_H
#define	___PATHS_H
 
 
#define	_PATH_CONSOLE	"/dev/console"
#define	_PATH_TTY	"/dev/tty"
#define	_PATH_NOLOGIN	"/etc/nologin"
#define	_PATH_LOGIN	"/bin/login"
#define	_PATH_BSHELL	"/bin/sh"
#define _PATH_UTMP	"/var/run/utmp"
#define _PATH_WTMP	"/var/log/wtmp"
#define	_PATH_DEFPATH	"/bin:/usr/bin:/usr/local/bin:."
#define	_PATH_DEV	"/dev/"
#define _PATH_DEVNULL	"/dev/null"
#define	_PATH_TMP	"/tmp/"
#define _PATH_LASTLOG	"/var/log/lastlog"
#define _PATH_LOCALE	"/usr/lib/locale"
#define _PATH_VARRUN	"/var/log/"
 
#endif /* __PATHS_H */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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