home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / telecomm / nhclb120 / asy.h < prev    next >
C/C++ Source or Header  |  1993-09-26  |  347b  |  14 lines

  1. #ifndef    ATARI_ST
  2. #define ASY_MAX        16        /* arbitrary number of async devices */
  3. #define    ASYHANDLE_MAX    5        /* Five asynch int handlers on the PC */
  4. #else
  5. #define    ASY_MAX        2        /* Only two choices on stock ST */
  6. #endif
  7.  
  8. extern unsigned nasy;
  9.  
  10. #define    SLIP_MODE    0
  11. #define    AX25_MODE    1
  12. #define    NRS_MODE    2
  13. #define SLFP_MODE    3        /* MIT version of slip from */
  14.