projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993c1f1
)
add #ifdef
author
John Kohl
<jtkohl@mit.edu>
Thu, 18 Jan 1990 17:32:35 +0000
(17:32 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/config.h
b/src/include/krb5/stock/config.h
index ccf35c261adaf4edfcdbcf96d42aee462e62c0d9..f868394bb5facb4db8cebe5917f65f90188e7103 100644
(file)
--- 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__ */