]> mj.ucw.cz Git - eval.git/blob - default.cfg
749fa103533377ea45a48c4c00e177bf2545b57d
[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;