]> mj.ucw.cz Git - moe.git/blob - default.cfg
Isolate: Some bits shamelessly stolen from box.c
[moe.git] / default.cfg
1 # Default configuration file for MO-Eval
2
3 # Compile the submit server
4 Set("CONFIG_SUBMIT" => 1);
5
6 # Build MO-P contest environment
7 Set("CONFIG_MOP" => 1);
8
9 # If you are running a 64-bit Linux kernel, you need to build a 64-bit
10 # sandbox and decide whether your userspace is 32- or 64-bit.
11 Set("CONFIG_BOX_KERNEL_AMD64" => 1);
12 #Set("CONFIG_BOX_USER_AMD64" => 1);
13
14 # Settings of libucw
15 UnSet("CONFIG_SHARED");
16 UnSet("CONFIG_UCW_THREADS");
17 UnSet("CONFIG_UCW_UTILS");
18 UnSet("CONFIG_UCW_UTILS");
19 Set("CONFIG_LOCAL");
20 Set("CONFIG_DIR", "cf");
21
22 # Return success
23 1;