Rev 17326 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17326 | Rev 18219 | ||
---|---|---|---|
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 | grep "#define MAX_MENU_ITEMS" html.c | awk -F'#define MAX_MENU_ITEMS' ' {print "MAX_MENU_ITEMS="$2 ; exit}' |
|
20 | echo "DEBUG_MODULE=qualite@wimsedu.info" |
21 | echo "DEBUG_MODULE=qualite@wimsedu.info" |
21 | echo "DF_SEVERITY=1 2 1" |
22 | echo "DF_SEVERITY=1 2 1" |
22 | echo "MAX_WEIGHT=10000" |
23 | echo "MAX_WEIGHT=10000" |
23 | echo "MIN_WEIGHT=0" |
24 | echo "MIN_WEIGHT=0" |
24 | # list of directories potentially containing user files (in addition to ".users/") |
25 | # list of directories potentially containing user files (in addition to ".users/") |