Rev 3418 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3418 | Rev 3812 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | static cliuser_t usr; |
43 | static cliuser_t usr; |
| 44 | 44 | ||
| 45 | /* Globals that are modified during start-up that modules/builtins |
45 | /* Globals that are modified during start-up that modules/builtins |
| 46 | * should be aware of. */ |
46 | * should be aware of. */ |
| 47 | volatile unsigned int cli_quit = 0; |
47 | volatile unsigned int cli_quit = 0; |
| 48 | volatile unsigned int cli_interactive = 1; |
- | |
| 49 | volatile unsigned int cli_verbocity = 1; |
48 | volatile unsigned int cli_verbocity = 1; |
| 50 | 49 | ||
| 51 | /* The official name of this program |
50 | /* The official name of this program |
| 52 | * (change to your liking in configure.ac and re-run autoconf) */ |
51 | * (change to your liking in configure.ac and re-run autoconf) */ |
| 53 | const char *progname = PACKAGE_NAME; |
52 | const char *progname = PACKAGE_NAME; |