From 0a6e668ac6607529a01a0ccd8471deec9eaa5b08 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 15 Nov 1999 09:56:06 +1100 Subject: Solaris compile fixes --- acconfig.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index ac60cd4a4..e5eca5b30 100644 --- a/acconfig.h +++ b/acconfig.h @@ -39,3 +39,11 @@ enum #define SHUT_RDWR SHUT_RDWR }; #endif + +#if !defined(u_int32_t) && defined(uint32_t) +#define u_int32_t uint32_t +#endif + +#if !defined(u_int16_t) && defined(uint16_t) +#define u_int16_t uint16_t +#endif -- cgit v1.2.3