From d71f8bce7e73b41c1d19d2dae6396ea8eace9c07 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 24 Jan 1998 16:32:27 +0000 Subject: Trust stuff works partly. --- acconfig.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 113ec9f0f..3f83ef1b3 100644 --- a/acconfig.h +++ b/acconfig.h @@ -50,4 +50,20 @@ @BOTTOM@ +/* The AC_CHECK_SIZEOF() fails for some machines. + * we provide some fallback values here */ +#if !SIZEOF_UNSIGNED_SHORT + #undef SIZEOF_UNSIGNED_SHORT + #define SIZEOF_UNSIGNED_SHORT 2 +#endif +#if !SIZEOF_UNSIGNED_INT + #undef SIZEOF_UNSIGNED_INT + #define SIZEOF_UNSIGNED_INT 4 +#endif +#if !SIZEOF_UNSIGNED_LONG + #undef SIZEOF_UNSIGNED_LONG + #define SIZEOF_UNSIGNED_LONG 4 +#endif + + #endif /*G10_CONFIG_H*/ -- cgit v1.2.3