|
|
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 a
Length: 867 (0x363)
Types: TextFile
Names: »addrsbr.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
└─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z«
└─⟦c75e36ecb⟧
└─⟦this⟧ »mh-6.7/h/addrsbr.h«
/* addrsbr.h - definitions for the address parsing system */
#define AD_HOST 1 /* getm(): lookup official hostname */
#define AD_NHST 0 /* getm(): do not lookup official name */
#define AD_NAME AD_NHST /* AD_HOST is TOO slow */
struct mailname {
struct mailname *m_next;
char *m_text,
*m_pers,
*m_mbox,
*m_host,
*m_path;
int m_type;
#define UUCPHOST (-1)
#define LOCALHOST 0
#define NETHOST 1
#define BADHOST 2
char m_nohost;
char m_bcc;
int m_ingrp;
char *m_gname;
char *m_note;
#ifdef MHMTS
char *m_aka;
#endif MHMTS
};
void mnfree ();
int ismymbox ();
char *getname (), *adrsprintf (), *auxformat ();
struct mailname *getm ();
#define adrformat(m) auxformat ((m), 1)
char *LocalName (), *SystemName (), *UucpChan ();
char *OfficialName ();