| # | Line 63 | Line 63 | int ambounce = 0; /* ambient bounces */ | |
|---|---|---|
| 63 | char *amblist[128]; /* ambient include/exclude list */ | |
| 64 | int ambincl = -1; /* include == 1, exclude == 0 */ | |
| 65 | ||
| 66 | + | #ifdef MSDOS |
| 67 | + | int ralrm = 60; /* seconds between reports */ |
| 68 | + | #else |
| 69 | int ralrm = 0; /* seconds between reports */ | |
| 70 | + | #endif |
| 71 | ||
| 72 | double pctdone = 0.0; /* percentage done */ | |
| 73 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |