From 566cab9427e5d6ce8bdff82d911ec76662ca7927 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 10 Jun 1997 21:32:47 +0000 Subject: Guarantee that we can deduce a 32-bit type. svn path=/trunk/; revision=1079 --- acconfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 21a38dfa..d416b9a7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -41,6 +41,11 @@ /* Define if you have atexit */ #undef HAVE_ATEXIT +/* Define to help us deduce a 32-bit type (required for Kerberos) */ +#undef SIZEOF_INT +#undef SIZEOF_SHORT +#undef SIZEOF_LONG + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: -- cgit v1.2.3