Rev 14873 | Rev 16647 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14873 | Rev 15573 | ||
---|---|---|---|
Line 184... | Line 184... | ||
184 | char *bin_dir="bin"; /* directory containing executable scripts and programs. */ |
184 | char *bin_dir="bin"; /* directory containing executable scripts and programs. */ |
185 | char cwdbuf[MAX_FNAME+1]; /* store current working directory */ |
185 | char cwdbuf[MAX_FNAME+1]; /* store current working directory */ |
186 | char var_hacking=0; /* Trying to hack a variable? */ |
186 | char var_hacking=0; /* Trying to hack a variable? */ |
187 | char *tmp_debug="no"; |
187 | char *tmp_debug="no"; |
188 | char *tmp_debug_var=""; |
188 | char *tmp_debug_var=""; |
- | 189 | char *tmp_debug_use_var=""; |
|
189 | char ins_alt[MAX_LINELEN+1]; /* dynamic insertion alternative text */ |
190 | char ins_alt[MAX_LINELEN+1]; /* dynamic insertion alternative text */ |
190 | char *devel_modules="close"; /* whether to open devel modules */ |
191 | char *devel_modules="close"; /* whether to open devel modules */ |
191 | int isclassmodule=0; /* 1 if the module is class module */ |
192 | int isclassmodule=0; /* 1 if the module is class module */ |
192 | int isdevelmodule=0; /* development module? */ |
193 | int isdevelmodule=0; /* development module? */ |
193 | int setcookie=0; /* 1 if need to set cookie */ |
194 | int setcookie=0; /* 1 if need to set cookie */ |