Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - t20/nmlt20/ncplib.req
There are 2 other files named ncplib.req in the archive. Click here to see a list.
! UPD ID= 320, SNARK:<6.1.NML>NCPLIB.REQ.7,   7-May-85 18:05:56 by GLINDELL
!  Remove UPD ID 315 - suppress symbols in NCPTAB instead
!
! UPD ID= 315, SNARK:<6.1.NML>NCPLIB.REQ.6,   7-May-85 10:25:44 by GLINDELL
!  Undeclare CM_INV and CM_FW - also defined in MONSYM.  Comes from addition
!  of CM%INV (invisible) in command tables in NCPTAB.
!
! UPD ID= 81, SLICE:<6.1.NML>NCPLIB.REQ.4,  18-Sep-84 14:54:02 by GUNN
! WORK:<GUNN.NML>NCPLIB.REQ.2 20-Aug-84 17:06:12, Edit by GUNN
!
! Make way of including MONSYM symbols consistent between NCPLIB, NMLLIB,
! and NMULIB.
! Remove block commented code.
!
! UPD ID= 11, SNARK:<6.1.NML>NCPLIB.REQ.2,  24-May-84 13:32:51 by GLINDELL
!   Merge Bill Davenports TOPS-10 changes
!
! DSKT:NCPLIB.REQ[10,6026,NML703] 22-Feb-84, 14:44:03, Edit by DAVENPORT
!
! Put back the BLI: on the require for XPORT.
!
! DSKT:NCPLIB.REQ[10,6026,NMLBLI] 14-Feb-84 10:25:03, Edit by DAVENPORT
!
! Fix the definition of the DEBRK. UUO after the require of UUOSYM.
! Undeclare the definitions of the CMAND. UUO symbols after the
! require of UUOSYM to avoid conflicts with GLXMAC symbols for the
! COMND% JSYS parse functions.
!
!<MCINTEE>NCPLIB.REQ.2, 22-Jun-83 09:08:13, Edit by MCINTEE
!
! Ident 3.
! remove the BLI: from the require BLI:XPORT
!
! 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  01754
!
! THIS SOFTWARE IS FURNISHED  UNDER A LICENSE FOR USE ONLY ON A SINGLE
! COMPUTER  SYSTEM AND  MAY BE  COPIED ONLY 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
! EXCEPT FOR USE ON SUCH SYSTEM AND TO ONE WHO AGREES TO THESE LICENSE
! TERMS.  TITLE TO AND  OWNERSHIP OF THE  SOFTWARE  SHALL AT ALL TIMES
! REMAIN IN DEC.
!
! THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE
! AND SHOULD  NOT BE CONSTRUED  AS A COMMITMENT  BY DIGITAL  EQUIPMENT
! CORPORATION.
!
! DEC ASSUMES  NO  RESPONSIBILITY  FOR  THE USE OR  RELIABILITY OF ITS
! SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DEC.
!

!++
! 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

%if $TOPS20 %then 'NMUT20' %fi
%if $TOPS10 %then 'NMUT10' %fi
%if $MCB    %then 'NMUMCB' %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: