Subversion Repositories wimsdev

Rev

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

Rev 16507 Rev 16516
Line 151... Line 151...
151
char *bgimg="";  /* page background image file */
151
char *bgimg="";  /* page background image file */
152
char *pagecss="-theme-";  /* style sheet file */
152
char *pagecss="-theme-";  /* style sheet file */
153
char *theme_icon="default";  /* icon */
153
char *theme_icon="default";  /* icon */
154
char *usecookie="no";  /* whether to send cookies to anon requests */
154
char *usecookie="no";  /* whether to send cookies to anon requests */
155
char *mail_opt="";  /* !mailto options */
155
char *mail_opt="";  /* !mailto options */
-
 
156
char *mail_hidden="no"; /* option to hide or not user mail in server */
156
char nodeip[256]="";  /* ip of cluster node if relevant */
157
char nodeip[256]="";  /* ip of cluster node if relevant */
157
char temp_log[MAX_FNAME+1]; /* temp log file name */
158
char temp_log[MAX_FNAME+1]; /* temp log file name */
158
 /* 0: low; 1: high; 2: MathML */
159
 /* 0: low; 1: high; 2: MathML */
159
int mathalign_base=0;  /* Not use <sup> for middle alignment */
160
int mathalign_base=0;  /* Not use <sup> for middle alignment */
160
char *disable_zoom="no";  /* yes/no:  default zooming allowed (if enabled via "useropts")  */
161
char *disable_zoom="no";  /* yes/no:  default zooming allowed (if enabled via "useropts")  */
Line 238... Line 239...
238
  {"idle_time2",1, &idle_time2},
239
  {"idle_time2",1, &idle_time2},
239
  {"idle_time3",1, &idle_time3},
240
  {"idle_time3",1, &idle_time3},
240
  {"insdraw_processor",0, &insdraw_processor},
241
  {"insdraw_processor",0, &insdraw_processor},
241
  {"link_color",0, &link_color},
242
  {"link_color",0, &link_color},
242
  {"log_delete",1,&LOG_DELETE},
243
  {"log_delete",1,&LOG_DELETE},
-
 
244
  {"mail_hidden",0, &mail_hidden},
243
  {"mail_opt",0, &mail_opt},
245
  {"mail_opt",0, &mail_opt},
244
  {"manager_https",1, &manager_https},
246
  {"manager_https",1, &manager_https},
245
  {"manager_site",0, &manager_site},
247
  {"manager_site",0, &manager_site},
246
  {"max_techvar",1,&max_techvar},
248
  {"max_techvar",1,&max_techvar},
247
  {"maxima_command",2, &maxima_command},
249
  {"maxima_command",2, &maxima_command},
Line 556... Line 558...
556
  {"wims_tmp_debug",0, &tmp_debug},
558
  {"wims_tmp_debug",0, &tmp_debug},
557
  {"wims_usecookie",0, &usecookie},
559
  {"wims_usecookie",0, &usecookie},
558
  {"wims_user_limit",1, &user_limit},
560
  {"wims_user_limit",1, &user_limit},
559
  {"wims_vlink_color",0, &vlink_color},
561
  {"wims_vlink_color",0, &vlink_color},
560
  {"wims_hlink_color",0, &hlink_color},
562
  {"wims_hlink_color",0, &hlink_color},
561
  {"wims_superclass_quota", 1, &superclass_quota}
563
  {"wims_superclass_quota", 1, &superclass_quota},
-
 
564
  {"wims_mail_hidden", 0, &mail_hidden}
562
};
565
};
563
#define MODULE_DEFAULT_NO (sizeof(module_default)/sizeof(module_default[0]))
566
#define MODULE_DEFAULT_NO (sizeof(module_default)/sizeof(module_default[0]))
564
 
567
 
565
/* Set defaults for module, and set corresponding variables. */
568
/* Set defaults for module, and set corresponding variables. */
566
void module_configure(void)
569
void module_configure(void)