From 79ac323f1fc5a50f8001d0520672e283644cd886 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 11:40:36 +0000 Subject: [PATCH] remove the remaining BITS32 stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1352 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ultrix.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf index ff473b4a5..3ec1b2d09 100644 --- a/src/config/ultrix.cf +++ b/src/config/ultrix.cf @@ -49,10 +49,10 @@ #define LintLibFlag -o #ifdef MIPSEL -#define DesDefines -DBITS32 -DBIG -DMUSTALIGN -DLSBFIRST +#define DesDefines -DBIG -DMUSTALIGN -DLSBFIRST #else #ifdef MIPSEB -#define DesDefines -DBITS32 -DBIG -DMUSTALIGN -DMSBFIRST +#define DesDefines -DBIG -DMUSTALIGN -DMSBFIRST #else /* not MIPSEB */ error: you must figure out what endian your MIPS is! #endif /* MIPSEB */ -- 2.26.2