]> code.citadel.org Git - citadel.git/blobdiff - citadel/domain.h
* Merged in IO ERROR's diffs to make Citadel work with HP/UX
[citadel.git] / citadel / domain.h
index 0d9ac9f66074cbe8593708421795eb0057881390..e7091b5db9e251dea09bd96c4ccce3147b95c4e9 100644 (file)
@@ -10,3 +10,16 @@ struct mx {
 
 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