|
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: 1006 (0x3ee) Types: TextFile Names: »tb_prm.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_prm.c«
/* tb_prm.c: MessageManagementParameter tables the parameter keywords found in ADDR Control Files. See manual page QUEUE (5). */ # ifndef lint static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_prm.c,v 5.0 90/09/20 16:11:59 pp Exp Locker: pp $"; # endif /* * $Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_prm.c,v 5.0 90/09/20 16:11:59 pp Exp Locker: pp $ * * $Log: tb_prm.c,v $ * Revision 5.0 90/09/20 16:11:59 pp * rcsforce : 5.0 public release * */ #include "util.h" #include "tb_prm.h" #include "prm.h" #include <isode/cmd_srch.h> /* ------------------------------------------------------------------------ */ CMD_TABLE prmtbl_ln[] = { /* message-management-parameters */ "logfile", PRM_LOGFILE, "level", PRM_LOGLEVEL, "options", PRM_OPTS, "passwd", PRM_PASSWD, "Start-of-MsgEnvPrm", PRM_END, 0, -1 }; CMD_TABLE prmtbl_opts[] = { /* options */ "acceptall", PRM_ACCEPTALL, "notrace", PRM_NOTRACE, 0, -1 };