From: John Kohl Date: Wed, 30 May 1990 15:36:20 +0000 (+0000) Subject: move DES configuration into Imakefiles X-Git-Tag: krb5-1.0-alpha2~439 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e57fcb0842318345ca6447f9eb6a38dd3363b152;p=krb5.git move DES configuration into Imakefiles git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@968 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */