remove the remaining BITS32 stuff
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:40:36 +0000 (11:40 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:40:36 +0000 (11:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1352 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ultrix.cf

index ff473b4a5b7335aa045dd5c0c75f26f59b2bb5d4..3ec1b2d09c08a559c091bfb8ca2178b671fc23f9 100644 (file)
 #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 */