|
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 s
Length: 601 (0x259) Types: TextFile Names: »save.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec8/mcp/src/save.h«
/**********************************************************************\ * * * save.h * * * * Definitions for ModBits flags which determine which files have been * * modified. * * * \**********************************************************************/ #define AC 0x01 /* accounts */ #ifdef SENDMAIL #define AL 0x02 /* aliases or alias bindings */ #endif #define CS 0x04 /* classes */ #define GR 0x08 /* group */ #define PW 0x10 /* passwd */ #define RG 0x20 /* ranges */ #define SG 0x40 /* sigs */ #define VG 0x80 /* vigs */