| commit
f8a05cb8865b4657f52d011e21836c9dda7e0ecf
| Author: Lee Howard <faxguy@howardsilvan.com>
| Date: Fri Jan 25 21:38:43 2008 +0000
|
| Deliberately intialize in an unknown format so that the first document
| submitted will cause the FORM hfaxd parameter to be used... rather than
| expecting the server's FORM default to be the same as the client's.
type = TYPE_A;
mode = MODE_S;
stru = STRU_F;
- format = FORM_PS;
+ format = FORM_UNKNOWN;
curjob = "DEFAULT";
tzone = TZ_GMT;
jobFmt = "";
MODE_Z = 4 // zlib compressed
};
enum { // data file FORMats
+ FORM_UNKNOWN = 0, // unknown, initial setting
FORM_PS = 1, // PostScript Level I
FORM_PS2 = 2, // PostScript Level II
FORM_TIFF = 3, // TIFF