summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-30 15:36:20 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-30 15:36:20 +0000
commite57fcb0842318345ca6447f9eb6a38dd3363b152 (patch)
tree2ab3893314fc7bfa671c54edc0240e9ffed7036f /src/include
parent66513137fec243fba7ee2f96a9a4dbcb863c8545 (diff)
downloadkrb5-e57fcb0842318345ca6447f9eb6a38dd3363b152.tar.gz
krb5-e57fcb0842318345ca6447f9eb6a38dd3363b152.tar.xz
krb5-e57fcb0842318345ca6447f9eb6a38dd3363b152.zip
move DES configuration into Imakefiles
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@968 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h28
-rw-r--r--src/include/krb5/stock/osconf.h2
2 files changed, 0 insertions, 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__ */