home *** CD-ROM | disk | FTP | other *** search
-
- /*********************************************************************
- *
- * fxcomp.h-- compiler switches for FAX.
- *
- *
- *********************************************************************/
-
-
- #define SC_IMAGE 1
- /* ...defined => processed copy of window is used for dump */
- #define NO_IMAGE 1
- /* ...defined => window is dumped directly from screen */
- #undef SC_IMAGE
- /* ...using small memory configuration */
- #define TEST_VER 1
- /* ...defined => test version, typed in from TOS */
- #define GEM_VER 1
- /* ...defined => GEM version, i.e. "finished" program */
- #undef TEST_VER
- /* ...i.e., this is GEM version */
- #define TOS_VER 1
- /* ...defined => TOS memory-resident version (not implemented) */
- #undef TOS_VER
- /* ...not implemented for the present */
-
-
-
-
-
-