1570af302Sopenharmony_ci#ifndef _PATHS_H 2570af302Sopenharmony_ci#define _PATHS_H 3570af302Sopenharmony_ci 4570af302Sopenharmony_ci#define _PATH_DEFPATH "/usr/local/bin:/bin:/usr/bin" 5570af302Sopenharmony_ci#define _PATH_STDPATH "/bin:/usr/bin:/sbin:/usr/sbin" 6570af302Sopenharmony_ci 7570af302Sopenharmony_ci#define _PATH_BSHELL "/bin/sh" 8570af302Sopenharmony_ci#define _PATH_CONSOLE "/dev/console" 9570af302Sopenharmony_ci#define _PATH_DEVNULL "/dev/null" 10570af302Sopenharmony_ci#define _PATH_KLOG "/proc/kmsg" 11570af302Sopenharmony_ci#define _PATH_LASTLOG "/var/log/lastlog" 12570af302Sopenharmony_ci#define _PATH_MAILDIR "/var/mail" 13570af302Sopenharmony_ci#define _PATH_MAN "/usr/share/man" 14570af302Sopenharmony_ci#define _PATH_MNTTAB "/etc/fstab" 15570af302Sopenharmony_ci#define _PATH_MOUNTED "/etc/mtab" 16570af302Sopenharmony_ci#define _PATH_NOLOGIN "/etc/nologin" 17570af302Sopenharmony_ci#define _PATH_SENDMAIL "/usr/sbin/sendmail" 18570af302Sopenharmony_ci#define _PATH_SHADOW "/etc/shadow" 19570af302Sopenharmony_ci#define _PATH_SHELLS "/etc/shells" 20570af302Sopenharmony_ci#define _PATH_TTY "/dev/tty" 21570af302Sopenharmony_ci#define _PATH_UTMP "/dev/null/utmp" 22570af302Sopenharmony_ci#define _PATH_VI "/usr/bin/vi" 23570af302Sopenharmony_ci#define _PATH_WTMP "/dev/null/wtmp" 24570af302Sopenharmony_ci 25570af302Sopenharmony_ci#define _PATH_DEV "/dev/" 26570af302Sopenharmony_ci#define _PATH_TMP "/tmp/" 27570af302Sopenharmony_ci#define _PATH_VARDB "/var/lib/misc/" 28570af302Sopenharmony_ci#define _PATH_VARRUN "/var/run/" 29570af302Sopenharmony_ci#define _PATH_VARTMP "/var/tmp/" 30570af302Sopenharmony_ci 31570af302Sopenharmony_ci#endif 32