home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / sbbs_src.exe / SBBS / SCB / SCB.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-13  |  441 b   |  18 lines

  1. /* SCB.H */
  2.  
  3. /* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */
  4.  
  5. /* Synchronet BBS Callback door */
  6.  
  7. #define VERSION "1.40"
  8.  
  9. #define ALWAYS_VALIDATE     (1<<0)
  10. #define MODIFY_USER_NOTE    (1<<1)
  11. #define START_WITH_0        (1<<2)
  12. #define START_WITH_1        (1<<3)
  13. #define STAY_CONNECTED        (1<<4)
  14. #define SC_LOCAL_ONLY        (1<<5)
  15. #define US_PHONE_FORMAT     (1<<6)
  16. #define ALLOWED_ONLY        (1<<7)
  17. #define SAME_AREA_LD        (1<<8)
  18.