diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-16 23:38:31 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-16 23:38:31 +0000 |
| commit | 5bf23a89bdf0a60d9b968e3173cf4517ab6bf58c (patch) | |
| tree | 78ced60d428c69ea050ad293e33daf4bb4a0c34d /src/include | |
| parent | e8f044b3ca5d0307331f0dd757659c400dd04119 (diff) | |
| download | krb5-5bf23a89bdf0a60d9b968e3173cf4517ab6bf58c.tar.gz krb5-5bf23a89bdf0a60d9b968e3173cf4517ab6bf58c.tar.xz krb5-5bf23a89bdf0a60d9b968e3173cf4517ab6bf58c.zip | |
add MUSTALIGN
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@864 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
