Removed DES stuff, moved to des_conf.h
authorKen Raeburn <raeburn@mit.edu>
Tue, 24 Nov 1987 03:05:16 +0000 (03:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 24 Nov 1987 03:05:16 +0000 (03:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/krb_conf.h

index 15b382b0378bf7b7bdba3c47d6ceae655bc6c341..34cad8fcf596ef930b84ac1bce0dab1421d6aab6 100644 (file)
@@ -22,40 +22,4 @@ extern int   krbONE;
 #define                MSB_FIRST               0       /*  68000, IBM RT/PC */
 #define                LSB_FIRST               1       /*  Vax, PC8086 */
 
-#ifdef PC8086
-#define IBMPC
-#define BITS16
-/*#define BIG*/
-#define CROSSMSDOS
-#define LSBFIRST
-
-#else
-
-#ifdef vax
-#define VAX
-#define VAXASM
-#define BITS32
-#define BIG
-#define BSDUNIX
-#define LSBFIRST
-
-#else
-
-#ifdef ibm032
-#define IBMWS
-#define IBMWSASM
-#define BITS32
-#define BIG
-#define BSDUNIX
-#define MSBFIRST
-#define MUSTALIGN
-
-#else
-
-Please put a description of your machine here.
-
-#endif ibm032
-#endif vax
-#endif pc8086
-
 #endif KRB_CONF_DEFS