From: John Kohl Date: Thu, 18 Jan 1990 17:32:35 +0000 (+0000) Subject: add #ifdef X-Git-Tag: krb5-1.0-alpha2~1255 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48d807f4630f3351fb0396ad95a3be2da7fec14a;p=krb5.git add #ifdef git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@127 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */