summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-18 17:32:35 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-18 17:32:35 +0000
commit48d807f4630f3351fb0396ad95a3be2da7fec14a (patch)
tree490a51d51e954bfd0eac056c9819d573e974634f /src
parent993c1f108ae8a6c10279c45d7772284789ea1329 (diff)
downloadkrb5-48d807f4630f3351fb0396ad95a3be2da7fec14a.tar.gz
krb5-48d807f4630f3351fb0396ad95a3be2da7fec14a.tar.xz
krb5-48d807f4630f3351fb0396ad95a3be2da7fec14a.zip
add #ifdef
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@127 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/stock/config.h4
1 files changed, 4 insertions, 0 deletions
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__ */