* include/paths.h (_PATH_MAILDIR): Define.

(_PATH_SHELLS): Define.
This commit is contained in:
Yaakov Selkowitz 2011-08-21 03:22:30 +00:00
parent f71c1cdb55
commit 0cd08cee4b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-08-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/paths.h (_PATH_MAILDIR): Define.
(_PATH_SHELLS): Define.
2011-08-20 Corinna Vinschen <corinna@vinschen.de>
* fhandler_process.cc (format_process_maps): Define page protection

View File

@ -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"