Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "u.h"
2
#include "lib.h"
3
#include "dat.h"
4
#include "fns.h"
5
#include "error.h"
6
 
7
Proc *up;
8
Conf conf = 
9
{
10
	1,
11
	100,
12
	0,
13
	1024*1024*1024,
14
	1024*1024*1024,
15
	1024*1024*1024,
16
	1024*1024*1024,
17
	1024*1024*1024,
18
	1024*1024*1024,
19
	1024*1024*1024,
20
	1024*1024*1024,
21
	1024*1024*1024,
22
	1024*1024*1024,
23
	1024*1024*1024,
24
	1024*1024*1024,
25
	0,
26
};
27
 
28
char *eve = "eve";
29
ulong kerndate;
30
int cpuserver;
31
char hostdomain[] = "drawterm.net";