From 48d807f4630f3351fb0396ad95a3be2da7fec14a Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 18 Jan 1990 17:32:35 +0000 Subject: [PATCH] add #ifdef git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@127 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index ccf35c261..f868394bb 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -25,4 +25,8 @@ #define BITS32 #endif +#if defined(mips) || defined(__mips__) +#define BITS32 +#endif + #endif /* __KRB5_CONFIG__ */ -- 2.26.2