Subversion Repositories wimsdev

Rev

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

Rev 14873 Rev 15297
Line 166... Line 166...
166
char nodeip[256]="";  /* ip of cluster node if relevant */
166
char nodeip[256]="";  /* ip of cluster node if relevant */
167
char temp_log[MAX_FNAME+1]; /* temp log file name */
167
char temp_log[MAX_FNAME+1]; /* temp log file name */
168
 /* 0: low; 1: high; 2: MathML */
168
 /* 0: low; 1: high; 2: MathML */
169
int mathalign_base=0;  /* Not use <sup> for middle alignment */
169
int mathalign_base=0;  /* Not use <sup> for middle alignment */
170
char *disable_zoom="no";  /* yes/no:  default zooming allowed (if enabled via "useropts")  */
170
char *disable_zoom="no";  /* yes/no:  default zooming allowed (if enabled via "useropts")  */
171
/**
171
 
172
 * GK 2020-04-18
-
 
173
 * commented out this variable declaration: it is used nowhere, and gcc-10
-
 
174
 * raises an error because it conflicts with a variable of same name in
-
 
175
 * mathml.c
-
 
176
char *disable_mathml="no";
-
 
177
 **/
-
 
178
int spec_font=0; /* choose of some fonts*/
172
int spec_font=0; /* choose of some fonts*/
179
 /* special font can be configured in log/wims.conf with variable special_font*/
173
 /* special font can be configured in log/wims.conf with variable special_font*/
180
char *special_font="letter-spacing:0.1em;line-height:2.7em;word-spacing:0.8em;font-family:OpenDyslexic3,OpenDyslexic,sans-serif !important;";
174
char *special_font="letter-spacing:0.1em;line-height:2.7em;word-spacing:0.8em;font-family:OpenDyslexic3,OpenDyslexic,sans-serif !important;";
181
int backup_hour=-1; /* Hour for daily backup; -1 means no backup. */
175
int backup_hour=-1; /* Hour for daily backup; -1 means no backup. */
182
int site_accounting=0; /* whether accounting should be activated */
176
int site_accounting=0; /* whether accounting should be activated */