/* * Include file for kermitproto.w. You probably don't want to change * any of the following manifest constants. * this module. */ #define MAXSP 2048 /* Maximum length packet to send */ #define MAXRP 1024 /* Maximum length packet to receive */ #define DRPSIZ 94 /* Default data size of received packet */ #define DSPSIZ 94 /* Default data size of sent packet */ #define MAXWS 1 /* Maximum window size for sliding windows */ #define NULL 0L /* * The following defines change the names of some things as an example * of how you can interface kermitproto.w to your own code. * * WARNING WILL ROBINSON: These are highly specific to the Amiga * terminal emulator program "VT100" by Dave Wecker et. al. and must * certainly change for your code. */ #define parity p_parity /* parity on? */ #define text p_mode /* Text or binary mode? */ #define convert p_convert /* Convert files to lower case? */ #define urpsiz p_kmaxpack /* Kermit maximum packet size */