| 2 |
|
|
| 3 |
|
/* SCCSid "$SunId$ SGI" */ |
| 4 |
|
|
| 5 |
– |
/* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 6 |
– |
|
| 7 |
– |
/* SCCSid "$SunId$ SGI" */ |
| 8 |
– |
|
| 5 |
|
/* |
| 6 |
|
* Header file for rholo program |
| 7 |
|
*/ |
| 63 |
|
} |
| 64 |
|
|
| 65 |
|
/* bundle set requests */ |
| 66 |
< |
#define BS_NEW 0 /* replace current set with new one */ |
| 67 |
< |
#define BS_ADD 1 /* add to current set */ |
| 68 |
< |
#define BS_DEL 2 /* delete from current set */ |
| 66 |
> |
#define BS_NEW 1 /* replace current set with new one */ |
| 67 |
> |
#define BS_ADD 2 /* add to current set */ |
| 68 |
> |
#define BS_DEL 3 /* delete from current set */ |
| 69 |
|
|
| 70 |
|
extern char *progname; /* our program name */ |
| 71 |
|
extern char *hdkfile; /* holodeck file name */ |
| 72 |
|
extern char froot[]; /* root file name */ |
| 73 |
|
|
| 74 |
+ |
extern char *outdev; /* output device name */ |
| 75 |
+ |
|
| 76 |
|
extern int nowarn; /* turn warnings off? */ |
| 77 |
|
|
| 80 |
– |
extern double expval; /* global exposure value */ |
| 81 |
– |
|
| 78 |
|
extern int ncprocs; /* number of compute processes */ |
| 79 |
+ |
|
| 80 |
+ |
extern double expval; /* global exposure value */ |
| 81 |
|
|
| 82 |
|
extern time_t starttime; /* time we got started */ |
| 83 |
|
extern time_t endtime; /* time we should end by */ |