|
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 - downloadIndex: ┃ T h ┃
Length: 839 (0x347) Types: TextFile Names: »head.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/vn/head.h«
/* ** vn news reader. ** ** head.h - header line strings and lengths ** ** see copyright disclaimer / history in vn.c source file */ /* header lines and associated lengths. Strings should actually be used once in strings.c. */ #define RHEAD "References: " #define RHDLEN 12 #define MHEAD "Message-ID: " #define MHDLEN 12 #define PHEAD "Path: " #define PHDLEN 6 #define DHEAD "Date: " #define DHDLEN 6 #define RTHEAD "Reply-To: " #define RTHDLEN 10 #define TOHEAD "To: " #define TOHDLEN 4 #define FHEAD "From: " #define FHDLEN 6 #define FTHEAD "Followup-To: " #define FTHDLEN 13 #define DISHEAD "Distribution: " #define DISHDLEN 14 #define THEAD "Subject: " #define THDLEN 9 #define LHEAD "Lines: " #define LHDLEN 7 #define NHEAD "Newsgroups: " #define NHDLEN 12 #define CHFIRST "FSL" /* first char's of those used in page display */