|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 2442 (0x98a) Types: TextFile Names: »tb_p1.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Lib/pp/tb_p1.c«
/* tb_p1.c: p1 tables of other P1 keywds found in ADDR Control Files */ # ifndef lint static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_p1.c,v 5.0 90/09/20 16:11:52 pp Exp Locker: pp $"; # endif /* * $Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_p1.c,v 5.0 90/09/20 16:11:52 pp Exp Locker: pp $ * * $Log: tb_p1.c,v $ * Revision 5.0 90/09/20 16:11:52 pp * rcsforce : 5.0 public release * */ #include "util.h" #include "adr.h" #include "tb_com.h" #include "tb_p1.h" #include "extension.h" #include <isode/cmd_srch.h> /* ----------------------------------------------------------------------- */ CMD_TABLE p1tbl_mpduid[] = { /* mpdu-identifier */ "string", MPDUID_STRING, 0, -1 }; CMD_TABLE p1tbl_trace[] = { /* trace-information */ "mta", TRACE_MTA, EOUNIT, EOU, EOBLOCK, EOB, 0, -1 }; CMD_TABLE p1tbl_globaldomid[] = { /* global-domain-identifier */ "Country", GLOBAL_COUNTRY, "Admin", GLOBAL_ADMIN, "Prmd", GLOBAL_PRIVATE, 0, -1 }; CMD_TABLE p1tbl_domsinfo[] = { /* domain-supplied-info */ "arrival", DSI_TIME, "deferred", DSI_DEFERRED, "action", DSI_ACTION, "converted", DSI_CONVERTED, "attempted", DSI_ATTEMPTED, 0, -1 }; CMD_TABLE p1tbl_action[] = { /* domain-supplied-info-action */ "Relayed", ACTION_RELAYED, "Rerouted", ACTION_ROUTED, 0, -1 }; CMD_TABLE p1tbl_encinfoset[] = { /* encode-info-types-set */ "EncTypes", EI_BIT_STRING, "G3NonBasic", EI_G3NONBASIC, "TeletexNonBasic", EI_TELETEXNONBASIC, "PresCapabilities", EI_PRESENTATION, 0, -1 }; CMD_TABLE tbl_crit[] = { "none", CRITICAL_NONE, "submission", CRITICAL_SUBMISSION, "transfer", CRITICAL_TRANSFER, "delivery", CRITICAL_DELIVERY, 0, -1 }; CMD_TABLE tbl_redir[] = { "recip-assigned", RDR_RECIP_ASSIGNED, "orig-assigned", RDR_ORIG_ASSIGNED, "md-assigned", RDR_MD_ASSIGNED, 0, -1 };