X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdomain.h;h=ba367593d643dcbef31b0407117e95fbe0652017;hb=HEAD;hp=de70f81749d4e3aa65469d6dec76f35d45ca6a94;hpb=1eb30cecec1d4241db2a223d033bafda95f81af4;p=citadel.git diff --git a/citadel/domain.h b/citadel/domain.h deleted file mode 100644 index de70f8174..000000000 --- a/citadel/domain.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * $Id$ - * - */ - -struct mx { - int pref; - char host[1024]; -}; - -int get_smarthosts(char *mxbuf); -int getmx(char *mxbuf, char *dest); - - -/* 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