Subversion Repositories wimsdev

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
#This is the variable definition file of the tool module `...'.
2
#It is part of the software wims. Author: XIAO Gang
3
 
4
#Each non-comment line defines a variable. Format of the line:
5
#
6
#name	allow	log	default	llim	ulim
7
#
8
#name: name of the variable
9
#log: log priority. 0: no log. 1: little log. 2: more log. etc.
10
#allow: when allow the user to override the defined value.
11
#       it maybe any, deny, init, config, reply.
12
#llim, ulim: lower and upper limits. (Not valid for string variable)
13
#
14
#
15
#name	allow	log	llim	    ulim
16
 
17
cnt      any    0
18
style    any    0
19
sitestart deny  0
20
type     any    0
21
reflim   any    0
22
key	 any    0
23
search   any    0
24
 
25