]> code.citadel.org Git - citadel.git/blobdiff - citadel/domain.h
* domain.h: changed the HP/UX compatibility code to use defines from
[citadel.git] / citadel / domain.h
index e7091b5db9e251dea09bd96c4ccce3147b95c4e9..de70f81749d4e3aa65469d6dec76f35d45ca6a94 100644 (file)
@@ -14,12 +14,14 @@ 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(int16)
+#define        INT16SZ         sizeof(cit_int16_t)
 #endif
 #ifndef INT32SZ
-#define INT32SZ                sizeof(int32)
+#define INT32SZ                sizeof(cit_int32_t)
 #endif