diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-08-21 03:22:30 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-08-21 03:22:30 +0000 |
commit | 0cd08cee4bb5ed01208a015612a4e4621e1c26a6 (patch) | |
tree | 5355727483171f716d549919e5b618a34890ff7b /winsup/cygwin/include/paths.h | |
parent | f71c1cdb55eab4203036ac33b0269d90d2216cc2 (diff) | |
download | cygnal-0cd08cee4bb5ed01208a015612a4e4621e1c26a6.tar.gz cygnal-0cd08cee4bb5ed01208a015612a4e4621e1c26a6.tar.bz2 cygnal-0cd08cee4bb5ed01208a015612a4e4621e1c26a6.zip |
* include/paths.h (_PATH_MAILDIR): Define.
(_PATH_SHELLS): Define.
Diffstat (limited to 'winsup/cygwin/include/paths.h')
-rw-r--r-- | winsup/cygwin/include/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/paths.h b/winsup/cygwin/include/paths.h index daeced64c..0cd630ceb 100644 --- a/winsup/cygwin/include/paths.h +++ b/winsup/cygwin/include/paths.h @@ -17,10 +17,12 @@ details. */ #define _PATH_DEV "/dev/" #define _PATH_DEVNULL "/dev/null" #define _PATH_LASTLOG "/var/log/lastlog" +#define _PATH_MAILDIR "/var/spool/mail/" #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" #define _PATH_MNTTAB "/etc/fstab" #define _PATH_MOUNTED "/etc/mtab" +#define _PATH_SHELLS "/etc/shells" #define _PATH_STDPATH "/bin:/usr/sbin:/sbin" #define _PATH_TMP "/tmp/" #define _PATH_TTY "/dev/tty" |