From e57fcb0842318345ca6447f9eb6a38dd3363b152 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 30 May 1990 15:36:20 +0000 Subject: [PATCH] move DES configuration into Imakefiles git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@968 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 28 ---------------------------- src/include/krb5/stock/osconf.h | 2 -- 2 files changed, 30 deletions(-) diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index 674be3e95..034728dac 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -17,34 +17,6 @@ #ifndef KRB5_CONFIG__ #define KRB5_CONFIG__ -#if defined(vax) || defined(__vax__) -#define BITS32 -#define BIG -#define LSBFIRST -#endif - -#if defined(ibm032) || defined(__ibm032__) -#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 -#ifdef MIPSEB -#define MSBFIRST -#else - error: you must figure out if your MIPS is big or little endian -#endif /* MIPSEB */ -#endif /* MIPSEL */ -#endif /* mips */ - #define PROVIDE_DES_CBC_CRC #define PROVIDE_CRC32 #define PROVIDE_DES_CBC_CKSUM diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index b8602a20f..940a39268 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -46,6 +46,4 @@ typedef int sigtype; #endif -#define BSDUNIX - #endif /* KRB5_OSCONF__ */ -- 2.26.2