Google
 

Trailing-Edge - PDP-10 Archives - BB-FB49A-RM - sources/sntlib.b36
There are no other files named sntlib.b36 in the archive.
%title 'SNT Library Builder - Version 1.00  File: SNTLIB.B36'

! Copyright (c) 1984, 1985 by
! DIGITAL EQUIPMENT CORPORATION, Maynard, Massachusetts
!
! This software is furnished under a license and may be used and  copied
! only  in  accordance  with  the  terms  of  such  license and with the
! inclusion of the above copyright notice.  This software or  any  other
! copies  thereof may not be provided or otherwise made available to any
! other person.  No title to and ownership of  the  software  is  hereby
! transferred.
!
! The information in this software is subject to change  without  notice
! and  should  not  be  construed  as  a commitment by Digital Equipment
! Corporation.
!
! Digital assumes no responsibility for the use or  reliability  of  its
! software on equipment which is not supplied by Digital.
!++
! FACILITY:	DECnet/SNA TOPS-20 SNA Trace Utility file handler
!
! ABSTRACT:	This module provides the facility to manage the files
!               for both the Trace Collector and Analyzer.
!
! ENVIRONMENT:	TOPS-20 Operating Systems, user mode.
!
! AUTHOR:	Dennis Brannon,               CREATION DATE: July 26, 1983.
!
! MODIFIED BY:
!
! 	D. Brannon, : VERSION 1.00
!
!--
!
! TOPS-20 specific library definitions.
!
LIBRARY 'SYS:MONSYM';
!
! Definitions.
!
SWITCHES LIST (REQUIRE);
REQUIRE 'SNTCOM';       ! Common Symbol definitions for the SNA Trace Utility
REQUIRE 'TRAPRO';       ! Symbol definitions for the SNA Trace protocol
REQUIRE 'SNTREC';       ! Symbol definitions for the SNA Trace records 
REQUIRE 'SNTUTL';       ! Signaling Macros and VMS symbol definitions
REQUIRE 'SNTMDF';       ! Declarations of Error codes and severity fields
                        !   (derived from sntmes.mac)
REQUIRE 'SNTMES';       ! Declarations of Error symbols
REQUIRE 'SNAUSE';       ! SNA protocol definitions
REQUIRE 'TOPS20';       ! TOPS-20 symbol definitions
!
!
! End of SNTLIB.B36
!