Thanks to John Cummings.

This commit is contained in:
rsc 2005-10-29 16:26:32 +00:00
parent 9f1fdc1287
commit d1f529f46f
27 changed files with 4344 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#include "common.h"
char *MAILROOT = "#9/mail";
char *UPASLOG = "#9/sys/log";
char *UPASLIB = "#9/mail/lib";
char *UPASBIN= "#9/bin/upas";
char *UPASTMP = "#9/mail/tmp";
char *SHELL = "#9/bin/rc";
char *POST = "#9/sys/lib/post/dispatch";
int MBOXMODE = 0662;