Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2011-08-21 07:22:30 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2011-08-21 07:22:30 +0400
commit0cd08cee4bb5ed01208a015612a4e4621e1c26a6 (patch)
tree5355727483171f716d549919e5b618a34890ff7b /winsup/cygwin/include/paths.h
parentf71c1cdb55eab4203036ac33b0269d90d2216cc2 (diff)
* include/paths.h (_PATH_MAILDIR): Define.
(_PATH_SHELLS): Define.
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"