Subversion Repositories wimsdev

Rev

Rev 12146 | Rev 12302 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8255 bpr 1
#! /bin/sh
8259 bpr 2
 
3
echo "##generated by src/define.sh"
8255 bpr 4
grep "#define MAX_SHEETS" wimsdef.h | awk -F'#define MAX_SHEETS' ' {print "MAX_SHEETS="$2 ; exit}'
5
grep "#define MAX_EXOS" wimsdef.h | awk -F'#define MAX_EXOS' ' {print "MAX_EXOS="$2 ; exit}'
6
grep "#define MAX_REQUIRE" wimsdef.h | awk -F'#define MAX_REQUIRE' ' {print "MAX_REQUIRE="$2 ; exit}'
7
grep "#define MAX_EXAMS" wimsdef.h | awk -F'#define MAX_EXAMS' ' {print "MAX_EXAMS="$2 ; exit}'
8368 bpr 8
grep "#define MAX_VOTES" wimsdef.h | awk -F'#define MAX_VOTES' ' {print "MAX_VOTES="$2 ; exit}'
9
grep "#define MAX_OEFCHOICES" wimsdef.h | awk -F'#define MAX_OEFCHOICES' ' {print "MAX_OEFCHOICES="$2 ; exit}'
10
grep "#define MAX_OEFREPLIES" wimsdef.h | awk -F'#define MAX_OEFREPLIES' ' {print "MAX_OEFREPLIES="$2 ; exit}'
12021 guerimand 11
grep "#define MAX_TECHVARVAL" wimsdef.h | awk -F'#define MAX_TECHVARVAL' ' {print "MAX_TECHVARVAL="$2 ; exit}'
12122 bpr 12
grep "#define MAX_PROMPTLEN" OefMsg2wims/oef2wims.h | awk -F'#define MAX_PROMPTLEN' ' {print "MAX_PROMPTLEN="$2 ; exit}'
8484 bpr 13
echo "DEBUG_MODULE=qualite@wimsedu.info"
10922 bpr 14
echo "DF_SEVERITY=1 2 1"
11962 guerimand 15
echo "MAX_WEIGHT=10000"
12146 guerimand 16
echo "MIN_WEIGHT=0"
12161 obado 17
# # list of directories potentially containing user files (in addition to ".users/")
18
# (used in deluser, usermanage/recover.proc, adm/raw...)
19
echo "USER_DIR_LIST=examlog,exolog,noscore,score,photoboard"