X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdomain.h;h=ba367593d643dcbef31b0407117e95fbe0652017;hb=HEAD;hp=e7091b5db9e251dea09bd96c4ccce3147b95c4e9;hpb=497f75faa24b7d2aceeee0ba92756c7acc2e942c;p=citadel.git diff --git a/citadel/domain.h b/citadel/domain.h deleted file mode 100644 index e7091b5db..000000000 --- a/citadel/domain.h +++ /dev/null @@ -1,25 +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 */ - -#ifndef HFIXEDSZ -#define HFIXEDSZ 12 /* I hope! */ -#endif -#ifndef INT16SZ -#define INT16SZ sizeof(int16) -#endif -#ifndef INT32SZ -#define INT32SZ sizeof(int32) -#endif