3 * addrsbr.h -- definitions for the address parsing system
8 #define AD_HOST 1 /* getm(): lookup official hostname */
9 #define AD_NHST 0 /* getm(): do not lookup official name */
10 #define AD_NAME AD_NHST /* AD_HOST is TOO slow */
18 struct mailname *m_next;
32 #define adrformat(m) auxformat ((m), 1)
37 void mnfree(struct mailname *);
38 int ismymbox(struct mailname *);
39 char *getname(char *);
40 char *adrsprintf(char *, char *);
41 char *auxformat(struct mailname *, int);
42 struct mailname *getm(char *, char *, int, int, char *);