From 1a1ffb10d00826d158e47d65fc3950c095c1a9ad Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 28 Feb 2010 02:51:35 +0000 Subject: Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems --- ares/config.dos | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ares/config.dos') diff --git a/ares/config.dos b/ares/config.dos index fdf46a359..7439aa350 100644 --- a/ares/config.dos +++ b/ares/config.dos @@ -31,6 +31,8 @@ #define NEED_MALLOC_H 1 #define RETSIGTYPE void +#define SIZEOF_INT 4 +#define SIZEOF_SHORT 2 #define TIME_WITH_SYS_TIME 1 /* Qualifiers for send(), recv(), recvfrom() and getnameinfo(). */ -- cgit v1.2.3