Rev 16711 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16711 | Rev 16743 | ||
---|---|---|---|
Line 481... | Line 481... | ||
481 | /* from wims.c */ |
481 | /* from wims.c */ |
482 | void user_error(char msg[]); |
482 | void user_error(char msg[]); |
483 | extern int robot_access, wrapexec, good_httpd, multiexec_index, outputing; |
483 | extern int robot_access, wrapexec, good_httpd, multiexec_index, outputing; |
484 | extern int rlimit_cpu, new_session, hostcquota, manageable, cmd_type, exec_is_module; |
484 | extern int rlimit_cpu, new_session, hostcquota, manageable, cmd_type, exec_is_module; |
485 | extern int available_lang_no, WORKFILE_LIMIT, isclassmodule, mode, module_defined; |
485 | extern int available_lang_no, WORKFILE_LIMIT, isclassmodule, mode, module_defined; |
486 | extern char session_prefix[], s2_prefix[]; |
- | |
487 | extern char lang[16]; |
486 | extern char lang[16]; |
488 | extern char *remote_addr; |
487 | extern char *remote_addr; |
489 | extern time_t nowtime, limtime, limtimex; |
488 | extern time_t nowtime, limtime, limtimex; |
490 | extern char *ro_name[]; |
489 | extern char *ro_name[]; |
491 | extern char *mathalign_sup1, *mathalign_sup2; /* see mathalign_base */ |
490 | extern char *mathalign_sup1, *mathalign_sup2; /* see mathalign_base */ |