Subversion Repositories wimsdev

Rev

Rev 16124 | Rev 17326 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16124 Rev 17289
Line 15... Line 15...
15
grep "#define MAX_REGVARS" wimsdef.h | awk -F'#define MAX_REGVARS' ' {print "MAX_REGVARS="$2 ; exit}'
15
grep "#define MAX_REGVARS" wimsdef.h | awk -F'#define MAX_REGVARS' ' {print "MAX_REGVARS="$2 ; exit}'
16
grep "#define MAX_PROMPTLEN" OefMsg2wims/oef2wims.h | awk -F'#define MAX_PROMPTLEN' ' {print "MAX_PROMPTLEN="$2 ; exit}'
16
grep "#define MAX_PROMPTLEN" OefMsg2wims/oef2wims.h | awk -F'#define MAX_PROMPTLEN' ' {print "MAX_PROMPTLEN="$2 ; exit}'
17
grep "#define MAX_FREEWORKS" wimsdef.h | awk -F'#define MAX_FREEWORKS' ' {print "MAX_FREEWORKS="$2 ; exit}'
17
grep "#define MAX_FREEWORKS" wimsdef.h | awk -F'#define MAX_FREEWORKS' ' {print "MAX_FREEWORKS="$2 ; exit}'
18
grep "#define MAX_USERFORGRADES" wimsdef.h | awk -F'#define MAX_USERFORGRADES' ' {print "MAX_USERFORGRADES="$2 ; exit}'
18
grep "#define MAX_USERFORGRADES" wimsdef.h | awk -F'#define MAX_USERFORGRADES' ' {print "MAX_USERFORGRADES="$2 ; exit}'
19
grep "#define MAX_SUBCLASSES" wimsdef.h | awk -F'#define MAX_SUBCLASSES' ' {print "MAX_SUBCLASSES="$2 ; exit}'
19
grep "#define MAX_SUBCLASSES" wimsdef.h | awk -F'#define MAX_SUBCLASSES' ' {print "MAX_SUBCLASSES="$2 ; exit}'
20
echo "DEBUG_MODULE=qualite@wimsedu.info"
20
echo "DEBUG_MODULE=wimsmodules@groupes.renater.fr"
21
echo "DF_SEVERITY=1 2 1"
21
echo "DF_SEVERITY=1 2 1"
22
echo "MAX_WEIGHT=10000"
22
echo "MAX_WEIGHT=10000"
23
echo "MIN_WEIGHT=0"
23
echo "MIN_WEIGHT=0"
24
# list of directories potentially containing user files (in addition to ".users/")
24
# list of directories potentially containing user files (in addition to ".users/")
25
# (used in deluser, usermanage/recover.proc, adm/raw...)
25
# (used in deluser, usermanage/recover.proc, adm/raw...)