X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdomain.h;h=ba367593d643dcbef31b0407117e95fbe0652017;hb=HEAD;hp=5900cf7d13506627016448f655645bdb6c6f3efe;hpb=950b10185a986c5f464a01cba8cffde0d5ef43d5;p=citadel.git diff --git a/citadel/domain.h b/citadel/domain.h deleted file mode 100644 index 5900cf7d1..000000000 --- a/citadel/domain.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * $Id$ - * - */ - -struct mx { - int pref; - char host[1024]; -}; - -int getmx(char *mxbuf, char *dest); -int get_hosts(char *mxbuf, char *rectype); - - -/* HP/UX has old include files...these are from arpa/nameser.h */ - -#include "typesize.h" - -#ifndef HFIXEDSZ -#define HFIXEDSZ 12 /* I hope! */ -#endif -#ifndef INT16SZ -#define INT16SZ sizeof(cit_int16_t) -#endif -#ifndef INT32SZ -#define INT32SZ sizeof(cit_int32_t) -#endif