| 74 |
|
_exit(signo); |
| 75 |
|
|
| 76 |
|
#ifdef SIGALRM |
| 77 |
< |
alarm(15); /* allow 15 seconds to clean up */ |
| 77 |
> |
alarm(180); /* allow 3 minutes to clean up */ |
| 78 |
|
signal(SIGALRM, SIG_DFL); /* make certain we do die */ |
| 79 |
|
#endif |
| 80 |
|
eputs("signal - "); |
| 184 |
|
/* initialize calcomp routines early */ |
| 185 |
|
initfunc(); |
| 186 |
|
calcontext(RCCONTEXT); |
| 187 |
– |
esupport &= ~E_REDEFW; /* temporary */ |
| 187 |
|
/* option city */ |
| 188 |
|
for (i = 1; i < argc; i++) { |
| 189 |
|
/* expand arguments */ |
| 306 |
|
if (i != argc-1) |
| 307 |
|
error(USER, "expected single octree argument"); |
| 308 |
|
|
| 310 |
– |
esupport |= E_REDEFW; |
| 309 |
|
override_options(); /* override some option settings */ |
| 310 |
|
|
| 311 |
|
if (!myRCmanager.GetOutput()) // check that we have work to do |