]> mj.ucw.cz Git - moe.git/blob - default.cfg
Updated libucw to current version (Sherlock commit 17f29eb1ab186e9f053299c25f47ce368e...
[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 # Settings of libucw
10 UnSet("CONFIG_SHARED");
11 UnSet("CONFIG_UCW_THREADS");
12 Set("CONFIG_LOCAL");
13 Set("CONFIG_DIR", "cf");
14
15 # Return success
16 1;