Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - t20/nmlt20/nmllib.req
There are 2 other files named nmllib.req in the archive. Click here to see a list.
! UPD ID= 319, SNARK:<6.1.NML>NMLLIB.REQ.5,   7-May-85 18:05:51 by GLINDELL
!  Remove UPD ID 316, suppress symbols in NCPTAB instead
!
! UPD ID= 316, SNARK:<6.1.NML>NMLLIB.REQ.4,   7-May-85 11:28:24 by GLINDELL
!  Undeclare symbols from NCPTAB that are also defined in MONSYM.
!
! UPD ID= 89, SLICE:<6.1.NML>NMLLIB.REQ.3,  18-Sep-84 15:05:47 by GUNN
! WORK:<GUNN.NML>NMLLIB.REQ.2 20-Aug-84 17:05:54, Edit by GUNN
!
! Remove block commented code.
!
! UPD ID= 15, SNARK:<6.1.NML>NMLLIB.REQ.2,  24-May-84 13:38:22 by GLINDELL
! DSKT:NMLLIB.REQ[10,6026,NML703], 22-Feb-84 15:03:33, Edit by DAVENPORT
!
! Put back the BLI: on the require of XPORT.
!
!<MCINTEE>NMLLIB.REQ.2, 22-Jun-83 09:08:50, Edit by MCINTEE
!
!    Remove the BLI: from the require BLI:XPORT
!
! NET:<PECKHAM.DEVELOPMENT>NMLLIB.REQ.2  7-Feb-82 18:17:16, Edit by PECKHAM
!
!    Provide value for P$ALL in MCB version (previously from NCP3TB)
!
! NET:<PECKHAM.DEVELOPMENT>NMLLIB.REQ.2  7-Feb-82 16:41:28, Edit by PECKHAM
!
!    Conditionalize "REQUIRE NCPTAB" out of MCB version
!
! NET:<BRANDT.DEVELOP>NMLLIB.REQ.2 5-Feb-82 16:55:08, Edit by BRANDT
!
!    Change "REQUIRE NCP3TB" to "REQUIRE NCPTAB"
!
! NET:<PECKHAM.DEVELOPMENT>NMLLIB.REQ.2 21-Jan-82 11:35:08, Edit by PECKHAM
!
! Change ordering of requires to fix bug introduced by previous edit.
!
! NET:<GROSSMAN>NMLLIB.REQ.2 18-Jan-82 21:14:05, Edit by GROSSMAN
!
! Replace requires of UUOSYM, MONSYM, NETDIR et. al. with requires of NMUT10,
! NMUT20, and NMUMCB. This was done, because these files contain many useful
! definitions.
!
! NET:<DECNET20-V3P1.NMU>NMLLIB.REQ.2 16-Apr-81 13:52:51, Edit by JENNESS
!    Add require for response processing macros (NMRSP).
! NET:<DECNET20-V3P1.NMU>NMLLIB.REQ.2 24-Mar-81 15:20:09, Edit by JENNESS
!    Add require for debugging package.
! NET:<DECNET20-V3P1.BASELEVEL-2.SOURCES>NMLLIB.REQ.7  5-Mar-81 12:15:21, Edit by GUNN
!
! Add require of NETDIR under MCB.
!
! NET:<DECNET20-V3P1.NML>NMLLIB.REQ.2 19-Feb-81 16:41:04, Edit by GUNN
!
! Update copyright date.
! Add switches declaration to inhibit listing of MONSYM.
!
! NMLLIB - Network Management Layer library
!
! COPYRIGHT (C) 1980, 1981
! 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 Management Layer.
!
! Environment: TOPS10/TOPS20 user mode, MCB RSX task level
!
! Author: Steven M. Jenness, Creation date: 10-Dec-80
!
!--
!<BLF/PAGE>
!
! Include files
!

require 'SYSTYP';                       ! Get system type definition

switches list (norequire);		! Suppress XPORT listing

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 Managment architectural definitions

require 'NMRSP';			! NICE Response processing macros

%if not $MCB
%then require 'NCPTAB';			! NICE parameter definitions
%else literal P$ALL = -1;               ! Dummy value for SET entity ALL
%fi

require 'NMXINT';			! Interface to system specific NMX

require 'NMUCOM';                       ! Utilities common definitions

require 'NMLCOM';			! NML common definitions

require 'NML';                          ! NML internal definitions

require

%if $TOPS20 %then 'NMUT20' %fi
%if $TOPS10 %then 'NMUT10' %fi
%if $MCB    %then 'NMUMCB' %fi;

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