From 5bf23a89bdf0a60d9b968e3173cf4517ab6bf58c Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 16 May 1990 23:38:31 +0000 Subject: [PATCH] add MUSTALIGN git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@864 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2