Trailing-Edge
-
PDP-10 Archives
-
BB-X117B-SB_1986
-
10,7/nml/nmulib.req
There are 3 other files named nmulib.req in the archive. Click here to see a list.
! UPD ID= 17, SNARK:<6.1.NML>NMULIB.REQ.2, 24-May-84 13:41:00 by GLINDELL
! DSKT:NMULIB.REQ[10,6026,NML703] 22-Feb-84 15:07:02, Edit by DAVENPORT
!
! Put back the BLI: on the require of XPORT.
!
!<MCINTEE>NMULIB.REQ.2, 22-Jun-83 09:06:58, Edit by MCINTEE
! Remove the BLI: form the require BLI:XPORT
! NET:<DECNET20-V3P1.NMU>NMULIB.REQ.3 12-Jun-81 11:01:18, Edit by JENNESS
! Massive readability changes to all files in the library.
! NET:<DECNET20-V3P1.NMU>NMULIB.REQ.2 16-Apr-81 13:50:40, Edit by JENNESS
! Add NMRSP (Response macros) and NMARCH (Architecture) require files.
! NET:<DECNET20-V3P1.NMU>NMULIB.REQ.4 24-Mar-81 15:12:37, Edit by JENNESS
! Add DEBUG require file.
! NET:<DECNET20-V3P1.NMU>NMULIB.REQ.3 3-Feb-81 10:13:38, Edit by JENNESS
! Delete NMU.REQ file. Not needed any more. Put conditions directly
! into this file.
! NMULIB - Network Management Utilities library
!
! COPYRIGHT (C) 1981 BY
! 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 Utilities.
!
! Environment: TOPS10/TOPS20 user mode, MCB RSX task level
! BLISS-36, BLISS-32 and BLISS-16
!
! Author: Steven M. Jenness, Creation date: 10-Dec-80
!
!--
!
! Table of contents
!
!
! SYSTYP System type definition
! XPORT Machine transportability package
! STRLIB String processing library
! NETLIB Protocol message processing library
! NMARCH Network Management Architecture definitions
! DEBUG Debugging facility
! NMRSP NICE Response processing macros
! NMUCOM Utility common definitions
! NMUT20 TOPS20 utility internal definitions
! NMUT10 TOPS10 utility internal definitions
! NMUMCB MCB Utility internal definitions
! NMUCMI Utility internal transportable definitions
! NMLCOM NML common definitions
! NCPCOM NCP common definitions
! NMINI System initilization definitions
!
!
! 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 'NMARCH'; ! NM Architecture definitions
require 'DEBUG'; ! Debugging facility
require 'NMRSP'; ! NICE Response processing macros
require 'NMUCOM'; ! Utility common definitions
require ! Utility internal definitions
%if $TOPS20 %then 'NMUT20' %fi
%if $TOPS10 %then 'NMUT10' %fi
%if $MCB %then 'NMUMCB' %fi;
require 'NMUCMI'; ! Utility internal transportable defs
require 'NMLCOM'; ! NML common definitions
require 'NCPCOM'; ! NCP common definitions
require 'NMINI'; ! System initilization definitions
![End of NMULIB.REQ]