|
|
1.1 ! root 1: /* ! 2: * $Source: /usr/src/kerberosIV/src/include/RCS/osconf.h,v $ ! 3: * $Author: jtkohl $ ! 4: * $Header: /usr/src/kerberosIV/src/include/RCS/osconf.h,v 4.4 89/12/19 13:26:27 jtkohl Exp Locker: bostic $ ! 5: * ! 6: * Copyright 1988 by the Massachusetts Institute of Technology. ! 7: * ! 8: * For copying and distribution information, please see the file ! 9: * <mit-copyright.h>. ! 10: * ! 11: * Athena configuration. ! 12: */ ! 13: ! 14: #include <mit-copyright.h> ! 15: ! 16: #if defined(tahoe) || defined(hp300) ! 17: #include "conf-bsdtahoe.h" ! 18: #else /* !tahoe */ ! 19: #ifdef vax ! 20: #include "conf-bsdvax.h" ! 21: #else /* !vax */ ! 22: #if defined(mips) && defined(ultrix) ! 23: #include "conf-ultmips2.h" ! 24: #else /* !Ultrix MIPS-2 */ ! 25: #ifdef ibm032 ! 26: #include "conf-bsdibm032.h" ! 27: #else /* !ibm032 */ ! 28: #ifdef apollo ! 29: #include "conf-bsdapollo.h" ! 30: #else /* !apollo */ ! 31: #ifdef sun ! 32: #ifdef sparc ! 33: #include "conf-bsdsparc.h" ! 34: #else /* sun but not sparc */ ! 35: #ifdef i386 ! 36: #include "conf-bsd386i.h" ! 37: #else /* sun but not (sparc or 386i) */ ! 38: #include "conf-bsdm68k.h" ! 39: #endif /* i386 */ ! 40: #endif /* sparc */ ! 41: #else /* !sun */ ! 42: #ifdef pyr ! 43: #include "conf-pyr.h" ! 44: #endif /* pyr */ ! 45: #endif /* sun */ ! 46: #endif /* apollo */ ! 47: #endif /* ibm032 */ ! 48: #endif /* mips */ ! 49: #endif /* vax */ ! 50: #endif /* tahoe */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.