move DES configuration into Imakefiles
authorJohn Kohl <jtkohl@mit.edu>
Wed, 30 May 1990 15:36:20 +0000 (15:36 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 30 May 1990 15:36:20 +0000 (15:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@968 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/config.h
src/include/krb5/stock/osconf.h

index 674be3e9539688ab10573bb4af95d75627854ebd..034728dacedc4579413caf9d646651595012aa0b 100644 (file)
 #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
index b8602a20f0e197244eb7208a6128e39ff071d7bc..940a39268b33840ea04d9883c3f172e761bf44a0 100644 (file)
@@ -46,6 +46,4 @@
 typedef int sigtype;
 #endif
 
-#define BSDUNIX
-
 #endif /* KRB5_OSCONF__ */