Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/nml/ncplib.req
There are 2 other files named ncplib.req in the archive. Click here to see a list.
! NET:<GUNN>NCPLIB.REQ.2 20-Jan-82 10:04:26, Edit by GUNN
!
! Ident 2.
! Update copyright date to 1982.
! Change NCP3TB to NCPTAB.
!
! NET:<DECNET20-V3P1.NMU>NCPLIB.REQ.2 24-Mar-81 15:18:15, Edit by JENNESS
!    Add require for debugging package.
! NCPLIB - Network Management Layer library
!
!                    COPYRIGHT (c) 1980, 1981, 1982
!                    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: LSG DECnet Network Management
!
! Abstract: This library is used by the modules of the
!           Network Command Processor.
!
! Environment: TOPS10/TOPS20 user mode
!
! Author: Steven M. Jenness, Creation date: 10-Dec-80
!
!--
!<BLF/PAGE>
!
! Include files
!

require 'SYSTYP';                       ! Get system type definition

switches list (norequire);		! Suppress XPORT

require 'BLI:XPORT';			! Transportability package

switches list (require);

require 'STRLIB';                       ! String processing library

require 'NETLIB';                       ! Protocol message processing library

require 'DEBUG';			! Debugging facility

require 'NMARCH';                       ! Network Management architectural definitions

require 'NMUCOM';                       ! Utilities common definitions

require 'NMLCOM';                       ! NML common definitions

%(
require 'GALAXY';                       ! Galaxy definitions
)%

%if $MCB
%then require 'BLI:RSX11M' ;            ! MCB System specific
%else %if $TOPS20
      %then require 'BLI:MONSYM' ;      ! TOPS20 System specific
      %else %if $TOPS10
            %then require 'BLI:UUOSYM' ; ! TOPS10 System specific
            %fi
      %fi
%fi

require 'NCPTAB';                       ! Command table definitions

require 'NCPCOM';			! NCP common definitions

![End of NCPLIB.REQ]
! Local Modes:
! Mode:BLISS
! Comment Start:! 
! Comment Column:40
! Comment Rounding:+1
! Auto Save Mode:2
! End: