|
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: 923 (0x39b) Types: TextFile Names: »tb_auth.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/h/tb_auth.h«
/* tb_auth.h: auth definitions of tables used by submit*/ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/h/RCS/tb_auth.h,v 5.0 90/09/20 16:51:20 pp Exp Locker: pp $ * * $Log: tb_auth.h,v $ * Revision 5.0 90/09/20 16:51:20 pp * rcsforce : 5.0 public release * * */ #ifndef _H_TB_AUTH #define _H_TB_AUTH #define AUR_UNKNOWN 1 #define AUR_CH_NONE 2 #define AUR_CH_FREE 3 #define AUR_IMTA_MISSING_SNDR 4 #define AUR_IMTA_EXCLUDES_SNDR 5 #define AUR_OMTA_MISSING_RECIP 6 #define AUR_OMTA_EXCLUDES_RECIP 7 #define AUR_MSGSIZE_FOR_CHAN 8 #define AUR_MSGSIZE_FOR_MTA 9 #define AUR_MSGSIZE_FOR_USR 10 #define AUR_MTA_BPT 11 #define AUR_USR_BPT 12 #define AUR_CHBIND 13 #define AUR_DUPLICATE_REMOVED 14 #endif