X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Faddrsbr.h;h=9aaabd5888357ccd631e949d08d15119d2a805aa;hb=a485ed478abbd599d8c9aab48934e7a26733ecb1;hp=e3aa7e803924dd53d9003dff5cac9fee7f7588a4;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/h/addrsbr.h b/h/addrsbr.h index e3aa7e8..9aaabd5 100644 --- a/h/addrsbr.h +++ b/h/addrsbr.h @@ -1,35 +1,32 @@ - /* * addrsbr.h -- definitions for the address parsing system - * - * $Id$ */ -#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 */ +#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 */ -#define UUCPHOST (-1) -#define LOCALHOST 0 -#define NETHOST 1 -#define BADHOST 2 +#define UUCPHOST (-1) +#define LOCALHOST 0 +#define NETHOST 1 +#define BADHOST 2 struct mailname { - struct mailname *m_next; - char *m_text; - char *m_pers; - char *m_mbox; - char *m_host; - char *m_path; - int m_type; - char m_nohost; - char m_bcc; - int m_ingrp; - char *m_gname; - char *m_note; + struct mailname *m_next; + char *m_text; + char *m_pers; + char *m_mbox; + char *m_host; + char *m_path; + int m_type; + char m_nohost; + char m_bcc; + int m_ingrp; + char *m_gname; + char *m_note; }; -#define adrformat(m) auxformat ((m), 1) +#define adrformat(m) auxformat ((m), 1) /* * prototypes