]> mj.ucw.cz Git - eval.git/blob - default.cfg
3709b5fad4d0326b4c1fa08d3fba8e9eca0a8c5a
[eval.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
13 # Return success
14 1;