| # | Line 32 | Line 32 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 32 | #define DEF_NBLUR 5 | |
| 33 | #endif | |
| 34 | /* default remote shell */ | |
| 35 | < | #define REMSH "rsh" |
| 35 | > | #ifndef REMSH |
| 36 | > | #define REMSH "ssh" |
| 37 | > | #endif |
| 38 | /* input variables (alphabetical by name) */ | |
| 39 | #define ANIMATE 0 /* animation command */ | |
| 40 | #define ARCHIVE 1 /* archiving command */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |