X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=default.cfg;h=6e35e176851f4eb2b483339cbc577011a9437d9b;hb=c861bd9c09d20e06533e122253bcd3bb94b0bef9;hp=749fa103533377ea45a48c4c00e177bf2545b57d;hpb=5eb325f067c58ce40f4676cb367c1881bd57d924;p=eval.git diff --git a/default.cfg b/default.cfg index 749fa10..6e35e17 100644 --- a/default.cfg +++ b/default.cfg @@ -3,9 +3,16 @@ # Compile the submit server Set("CONFIG_SUBMIT" => 1); +# Build MO-P contest environment +Set("CONFIG_MOP" => 1); + # Settings of libucw UnSet("CONFIG_SHARED"); UnSet("CONFIG_UCW_THREADS"); +UnSet("CONFIG_UCW_UTILS"); +UnSet("CONFIG_UCW_UTILS"); +Set("CONFIG_LOCAL"); +Set("CONFIG_DIR", "cf"); # Return success 1;