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-os400.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/config-os400.h') diff --git a/lib/config-os400.h b/lib/config-os400.h index ac75db2a2..dad4d0c35 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -349,6 +349,9 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void +/* The size of `int', as computed by sizeof. */ +#define SIZEOF_INT 4 + /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 @@ -358,6 +361,9 @@ /* The size of a `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 +/* The size of `short', as computed by sizeof. */ +#define SIZEOF_SHORT 2 + /* Whether long long constants must be suffixed by LL. */ #define HAVE_LL -- cgit v1.2.3