1    | /*
2    |  * This file is for user defined defaults for your particular judge
3    |  * Change these values as you wish
4    |  */
5    | 
6    | #define D_ACCESS         A_ANY  /* A_* */
7    | #define D_LEVEL          L_ANY  /* L_* */
8    | #define D_FLAGS          F_NONMR|F_NOPLAGUE|F_GRACEDAYS|F_NOLIST       /* F_* */
9    | #define D_XFLAGS         0 /* XF_* */
10   | #define D_X2FLAGS	 0 /* X2F_* */
11   | #define D_DEDICATE       -10000
12   | #define D_MOVE_CLOCK     1410
13   | #define D_MOVE_MINT      12.0
14   | #define D_MOVE_NEXT      71.0
15   | #define D_MOVE_GRACE     167.0
16   | #define D_MOVE_DELAY     0.5
17   | #define D_MOVE_DAYS      "-MTWTF-"
18   | #define D_RETREAT_CLOCK  -1
19   | #define D_RETREAT_MINT   0.0
20   | #define D_RETREAT_NEXT   23.0
21   | #define D_RETREAT_GRACE  71.0
22   | #define D_RETREAT_DELAY  0.5
23   | #define D_RETREAT_DAYS   "-MTWTF-"
24   | #define D_BUILDS_CLOCK   -1
25   | #define D_BUILDS_MINT    0.0
26   | #define D_BUILDS_NEXT    23.0
27   | #define D_BUILDS_GRACE   71.0
28   | #define D_BUILDS_DELAY   0.5
29   | #define D_BUILDS_DAYS    "-MTWTF-"
30   | 
31   | #define D_MAX_ABSENCE_DELAY 15
32   | 
33   |