Subversion Repositories wimsdev

Rev

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

Rev 15542 Rev 15573
Line 491... Line 491...
491
extern char *module_dir;
491
extern char *module_dir;
492
extern char tmplbuf[MAX_LINELEN+1]; /* for temporary uses not thru subroutines. */
492
extern char tmplbuf[MAX_LINELEN+1]; /* for temporary uses not thru subroutines. */
493
extern char cwdbuf[MAX_FNAME+1]; /* store current working directory */
493
extern char cwdbuf[MAX_FNAME+1]; /* store current working directory */
494
extern char ins_alt[MAX_LINELEN+1]; /* dynamic insertion alternative text */
494
extern char ins_alt[MAX_LINELEN+1]; /* dynamic insertion alternative text */
495
extern char *bin_dir; /* directory containing executable scripts and programs. */
495
extern char *bin_dir; /* directory containing executable scripts and programs. */
496
extern char *tmp_debug, *tmp_debug_var;
496
extern char *tmp_debug, *tmp_debug_var, *tmp_debug_use_var;
497
extern char *instex_style;
497
extern char *instex_style;
498
extern char session_prefix[MAX_FNAME+1], s2_prefix[MAX_FNAME+1], module_prefix[MAX_FNAME+1];
498
extern char session_prefix[MAX_FNAME+1], s2_prefix[MAX_FNAME+1], module_prefix[MAX_FNAME+1];
499
extern char multiexec_random[64];
499
extern char multiexec_random[64];
500
extern char class_dir[MAX_FNAME+1]; /* directory name of this class */
500
extern char class_dir[MAX_FNAME+1]; /* directory name of this class */
501
extern char *devel_modules, *robot_session;
501
extern char *devel_modules, *robot_session;