home *** CD-ROM | disk | FTP | other *** search
- /*
- ** TERM.CFG
- **
- ** 1) Set AT_COMMAND_SET to 1 if you are using a HAYES AT command set
- ** compatible modem, else set to 0.
- ** 2) Set RTS_CTS_CONTROL to 1 if talking to a modem that requires flow
- ** control.
- ** 3) If you are using a null modem cable for a direct PC to PC link, don't
- ** set RTS_CTS_CONTROL to 1 unless you are absolutely sure that RTS and
- ** CTS are switched in the null modem cable.
- ** 4) If you will not be using scripts (SCRIPTS = 0), then you can remove
- ** SI and OPCODES from makefiles in order to decrease size of executable.
- */
-
- #define AT_COMMAND_SET 0
- #define RTS_CTS_CONTROL 1
- #define SCRIPTS 1