X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=6e35e176851f4eb2b483339cbc577011a9437d9b;hb=7946316d0ce9f19d3e8093b3904fa9aeba985b10;hp=703863c2255fc6b50b51fcc131917c37f4310a1b;hpb=1fb8ac55f4a46bd704c081a04e5d66f78b0ea42b;p=moe.git diff --git a/default.cfg b/default.cfg index 703863c..6e35e17 100644 --- a/default.cfg +++ b/default.cfg @@ -1,8 +1,18 @@ # Default configuration file for MO-Eval +# 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;