summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/paths.h')
-rw-r--r--winsup/cygwin/include/paths.h2
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"