From 0cd08cee4bb5ed01208a015612a4e4621e1c26a6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 21 Aug 2011 03:22:30 +0000 Subject: * include/paths.h (_PATH_MAILDIR): Define. (_PATH_SHELLS): Define. --- winsup/cygwin/include/paths.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/include/paths.h') 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" -- cgit v1.2.3