home *** CD-ROM | disk | FTP | other *** search
- /* SCB.H */
-
- /* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */
-
- /* Synchronet BBS Callback door */
-
- #define VERSION "1.40"
-
- #define ALWAYS_VALIDATE (1<<0)
- #define MODIFY_USER_NOTE (1<<1)
- #define START_WITH_0 (1<<2)
- #define START_WITH_1 (1<<3)
- #define STAY_CONNECTED (1<<4)
- #define SC_LOCAL_ONLY (1<<5)
- #define US_PHONE_FORMAT (1<<6)
- #define ALLOWED_ONLY (1<<7)
- #define SAME_AREA_LD (1<<8)
-