aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/common/config.c
blob: 4bbaff83384400e35fc2159a9961b25ef94348b3 (plain)
1
2
3
4
5
6
7
8
9
10
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;