]> mj.ucw.cz Git - eval.git/blob - default.cfg
Polished configuration scripts.
[eval.git] / default.cfg
1 # Default configuration file for MO-Eval
2
3 # Compile the submit server
4 Set("CONFIG_SUBMIT" => 1);
5
6 # Settings of libucw
7 UnSet("CONFIG_SHARED");
8 UnSet("CONFIG_UCW_THREADS");
9
10 # Return success
11 1;