// MIDAS configuration file #ifndef CONFIGH #define CONFIGH // choose the platform on which we are compiling #undef SUN #define MSDOS #undef MAC #undef WIN31 // choose the possible execution modes -- screens first #undef SUNVIEW #define IBMVGA #undef MACSCREEN #undef MSWINDOWS // hardcopy devices #undef LASERWRITER #undef LASERJET // select whether a batch mode is possible #define BATCH // where do temporary files go? #define TMPDIR "K:\\TMP\\" // don't edit anything below this line unless you are really sure that // you know what you are doing #ifdef MAC #define LINE line #define try #else #define LINE Line #endif #endif