home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / kerberosIV / include / osconf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  1.2 KB  |  55 lines

  1. /*
  2.  * $Source: /usr/src/kerberosIV/include/RCS/osconf.h,v $
  3.  * $Author: william $
  4.  * $Header: /usr/src/kerberosIV/include/RCS/osconf.h,v 4.6 90/12/29 01:30:34 william Exp $
  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. #else /* !pyr */
  45. #ifdef i386
  46. #include "conf-bsd386i.h"
  47. #endif /* i386 */
  48. #endif /* pyr */
  49. #endif /* sun */
  50. #endif /* apollo */
  51. #endif /* ibm032 */
  52. #endif /* mips */
  53. #endif /* vax */
  54. #endif /* tahoe */
  55.