From cef95aadebf0be4be6b4ed82e07f38cc83faf546 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 26 Feb 2010 18:32:46 +0000 Subject: Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems --- lib/config-mac.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-mac.h') diff --git a/lib/config-mac.h b/lib/config-mac.h index fb2f99df3..740f1d97c 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -59,6 +59,9 @@ #define RETSIGTYPE void +#define SIZEOF_INT 4 +#define SIZEOF_SHORT 2 + #define HAVE_GETNAMEINFO 1 #define GETNAMEINFO_QUAL_ARG1 const #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * -- cgit v1.2.3