home *** CD-ROM | disk | FTP | other *** search
- /* k 0005 05/07/90 */
- /* k 8001 19/07/90 */
- /* k 1003 22/08/90 */
- /* k 0050 12/09/90 */ /* Deletion of init6,init7,ini8 */
- /* k 1008 04/10/90 */ /* Include rrbs */
- /* k 0231 10/10/91 *//* resident module */
- /************************************************
- * INCLUDE STATEMENTS FOR PORT PROJECT PROGRAMS *
- ************************************************/
-
- #include <dconst.h> /* constants definitions */
- /* @0231 */
- #include <stdio.h> /* standard io */
- #include <tabad.h> /* tr table */
- #include <route.h> /* route element */
- #include <namtb.h> /* name table */
- #include <dcb.h> /* dcb */
- #include <hscb.h> /* half-session control block */
- #include <hscb2.h> /* hscb extension */
- #include <lhscb.h> /* hscb chain for lan */
- #include <dlc.h> /* data link control control block */
- #include <code.h> /* structure for ru code */
- #include <dh.h> /* datagram header */
- #include <data0.h> /* datagram format 0 */
- #include <data1.h> /* datagram format 1 */
- #include <data2.h> /* datagram format 2 */
- #include <data.h> /* datagram */
- #include <imbind.h> /* 1016 */
- #include <init0.h> /* init_self format 0 */
- #include <init1.h> /* init_self format 1 */
- #include <init2.h> /* init_self format 2 */
- #include <init3.h> /* init_self format 3 */
- #include <init4.h> /* init_self format 4 */
- #include <init5.h> /* init_self format 5 */
- #include <initself.h> /* init_self ru */
- #include <bind.h> /* bind ru */
- #include <drl.h> /* drl ru */ /* 1003 */
- #include <rli.h> /* rli ru */ /* 1003 */
- #include <rbs.h> /* rbs ru */ /* 1003 */
- #include <rrbs.h> /* rrbs ru */ /* 1008 */
- #include <unbind.h> /* unbind ru */
- #include <term.h> /* term-self ru */
- #include <th.h> /* transmission header */
- #include <rh.h> /* request/response header */
- #include <naus.h> /* NAU for VT */
- #include <nausg.h> /* nau segment */
- #include <ru.h> /* request/response unit */
- #include <nau.h> /* network addressable unit */
- #include <rqb.h> /* request control block */
- #include <segprf.h> /* segment */
- #include <rdt.h> /* resource definition nable */
- #include <majtb.h> /* major node table */
- #include <dlctb.h> /* dlc table */
- #include <aname.h> /* area name table */
- #include <mat.h> /* my area table */
- #include <glu.h> /* glu table */
- #include <srdt.h> /* system rdt */
- #include <wrktb.h> /* tmp2 queue table */ /* 1003 */
- #include <pavt0.h> /* AVT table */
- #include <cash.h> /* cash element */ /* 0005 */
- #include <sess.h> /* sess table */ /* 0005 */
- #include <tmp2.h> /* tmp2 block 0005 */
- #include <parmglu.h> /* @0229 */
- #include <partrn39.h> /* @0229 */
- #include <bufferon.h> /* @0229 */
- #include <buffertw.h> /* @0229 */
- #include <out7920.h> /* @0229 */
-