]> mj.ucw.cz Git - moe.git/blobdiff - default.cfg
Updated MO-P admin scripts to new directory layout.
[moe.git] / default.cfg
index 703863c2255fc6b50b51fcc131917c37f4310a1b..6e35e176851f4eb2b483339cbc577011a9437d9b 100644 (file)
@@ -1,8 +1,18 @@
 # Default configuration file for MO-Eval
 
 # 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");
 # 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;
 
 # Return success
 1;