1 /* mhn.h - definitions for mhn & friends */
2 /* @(#)$Id: mhn.h,v 1.3 1993/08/20 15:43:43 jromine Exp $ */
4 #define VRSN_FIELD "MIME-Version"
5 #define VRSN_VALUE "1.0"
7 #define XXX_FIELD_PRF "Content-"
9 #define TYPE_FIELD "Content-Type"
11 #define ENCODING_FIELD "Content-Transfer-Encoding"
13 #define ID_FIELD "Content-ID"
15 #define DESCR_FIELD "Content-Description"
17 #define MD5_FIELD "Content-MD5"
56 /* MTR: removed now, since likely to go away in the future
63 #define BPERLIN (CPERLIN / 4)
65 #define CPERMSG (LPERMSG * CPERLIN)
69 #if defined(BSD42) || defined(SOCKETS)