home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / sbbs_src.exe / SBBS / SMM / SMMVARS.C < prev   
Encoding:
Text File  |  1997-06-03  |  625 b   |  28 lines

  1. /* SMMVARS.C */
  2.  
  3. /* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */
  4.  
  5. uchar purity_age=18;
  6. uchar min_age=15;
  7. uint  min_level=0;
  8. uchar req_flags1[128]="";
  9. uchar req_flags2[128]="";
  10. uchar req_flags3[128]="";
  11. uchar req_flags4[128]="";
  12. uchar zmodem_send[128]="";
  13. uchar local_view[128]="";
  14. uint  auto_update=0;
  15. long  profile_cdt=0;
  16. long  telegram_cdt=0;
  17. uint  telegram_level=0;
  18. long  wall_cdt=0;
  19. uint  wall_level=0;
  20. uchar wall_age=0;
  21. uchar age_split=0;
  22. uint  que_level=0;
  23. long  que_cdt=0;
  24. long  cdt_adjustment=0;
  25. uint  notify_user=0;
  26. ulong smm_misc=0;
  27. uchar system_name[41]="";
  28.