Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/nml/nmllib.req
There are 2 other files named nmllib.req in the archive. Click here to see a list.
! 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, 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 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

%( Comment this stuff out (just in case)
switches list (norequire);		! Suppress listing

%if $MCB
%then require 'BLI:RSX11M' ;            ! MCB System specific
      require 'NETDIR' ;                ! Definitions for GLNW$S macro
%else %if $TOPS20
      %then require 'BLI:MONSYM' ;      ! TOPS20 System specific
      %else %if $TOPS10
            %then require 'BLI:UUOSYM' ; ! TOPS10 System specific
            %fi
      %fi
%fi

switches list (require);
)%

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: