|
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 - download
Length: 480 (0x1e0) Types: TextFile Names: »tb_prm.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/h/tb_prm.h«
/* prm.h: submit parameter structure definitions */ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/h/RCS/tb_prm.h,v 5.0 90/09/20 16:51:48 pp Exp Locker: pp $ * * $Log: tb_prm.h,v $ * Revision 5.0 90/09/20 16:51:48 pp * rcsforce : 5.0 public release * * */ #ifndef _H_TB_PRM #define _H_TB_PRM #define PRM_LOGFILE 1 #define PRM_LOGLEVEL 2 #define PRM_OPTS 3 #define PRM_PASSWD 4 #define PRM_END 5 #endif