
#include "libraries.h"

BU_Library::BU_Library ()
{
  HumanName = "Boston University";
  HostName  = "Library.BU.edu";
  HostNumber = "128.197.4.200";
  
  supports_vt100     = 0;
  supports_hardcopy  = 1;
  supports_redraw    = 0;  // I have not checked this.
    
  nl  = "\r";
  cr  = "";
  del = "";
  
  strLogoff  = "\n\nQUIT\nQUIT\n";
}
