From: John Kohl Date: Wed, 16 May 1990 23:38:31 +0000 (+0000) Subject: add MUSTALIGN X-Git-Tag: krb5-1.0-alpha2~541 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5bf23a89bdf0a60d9b968e3173cf4517ab6bf58c;p=krb5.git add MUSTALIGN git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@864 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index a846b0e0f..e63c9ae60 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -27,11 +27,13 @@ #define BITS32 #define BIG #define MSBFIRST +#define MUSTALIGN #endif #if defined(mips) || defined(__mips__) #define BITS32 #define BIG +#define MUSTALIGN #ifdef MIPSEL #define LSBFIRST #else