-- File: Vista.config   Edits by  -- Smokey, Jul 14, 1980 6:11 PM  -- Karlton, May 24, 1980 5:14 PMPACK UserTerminalsA, UserTerminalsB, UserTerminalsC;Vista: CONFIGURATION  IMPORTS    WindowOps, -- suppress warnings for Cookie stuff    ImageDefs, Process, SegmentDefs, Storage  EXPORTS    Event, UserTerminal, UserTerminalOps, Window, WindowOps, WindowFont =    BEGIN          UserTerminals: CONFIGURATION      IMPORTS	Event, ImageDefs, Process, SegmentDefs, Storage, UserTerminalOps, Window      EXPORTS UserTerminal, UserTerminalOps      CONTROL UserTerminalsA =      BEGIN      UserTerminalsA;      UserTerminalsB;      UserTerminalsC;      END;          Windows: CONFIGURATION      IMPORTS	WindowOps, -- suppress warnings for Cookie stuff	BitBlt, Storage, UserTerminal, UserTerminalOps      EXPORTS Window, WindowOps, WindowFont      CONTROL WindowsA =      BEGIN      WindowsA;      WindowsB;      WindowsC;      WindowsD;      WindowsE;      WindowsF;      WindowsG;      WindowsH;      WindowsI;      WindowsJ;      WindowFonts;      END;        Events;  UserTerminals;  Windows;  END. -- of Vista.config