summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/common/config.c
blob: f322783efb76e9cd7c2c5db6f93859046dbd4cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "common.h"

char *MAILROOT =	"/mail";
char *UPASLOG =		"/sys/log";
char *UPASLIB = 	"/mail/lib";
char *UPASBIN=		"/bin/upas";
char *UPASTMP = 	"/mail/tmp";
char *SHELL = 		"/bin/rc";
char *POST =		"/sys/lib/post/dispatch";

int MBOXMODE = 0662;