|
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 f
Length: 534 (0x216) Types: TextFile Names: »fascist.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦6429e39db⟧ »EurOpenD3/news/tmnn.7.8.tar.Z« └─⟦b5a65d78b⟧ └─⟦this⟧ »src/D.news/fascist.h«
/* fascist.h -- types and constants for permissions file features */ #define F_COMMAND 0 #define F_USER 1 #define F_GROUP 1 #define F_SITE 1 #define F_MEMBERS 2 #define F_KEEPERS 3 #define F_POSTSUBSC 2 #define F_READSUBSC 3 #define F_MAXFLDS 4 #define F_COMMENT '#' #define F_FIELDSEP ":" typedef struct { char *n_post; /* subscription one can post to */ char *n_read; /* subscription one can read */ } nasty_t; extern char *getgrplist(); extern nasty_t *fascist(); extern bool allmatch(); /* fascist.h ends here */