add #ifdef
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 17:32:35 +0000 (17:32 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 17:32:35 +0000 (17:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@127 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/config.h

index ccf35c261adaf4edfcdbcf96d42aee462e62c0d9..f868394bb5facb4db8cebe5917f65f90188e7103 100644 (file)
@@ -25,4 +25,8 @@
 #define BITS32
 #endif
 
+#if defined(mips) || defined(__mips__)
+#define BITS32
+#endif
+
 #endif /* __KRB5_CONFIG__ */