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.dos | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/config.dos') diff --git a/lib/config.dos b/lib/config.dos index b59a85ca5..e59201334 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -65,7 +65,9 @@ #define NEED_MALLOC_H 1 #define RETSIGTYPE void +#define SIZEOF_INT 4 #define SIZEOF_LONG_DOUBLE 16 +#define SIZEOF_SHORT 2 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 -- cgit v1.2.3