summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
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__ */