/* * $Source: /afs/athena.mit.edu/astaff/project/kerberos/src/include/RCS/osconf.h * $Author: snsimon $ * $Header: /afs/athena.mit.edu/astaff/project/kerberos/src/include/RCS/osconf.h * 4.4 89/12/19 13:26:27 jtkohl Exp $ * * Copyright 1988 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * . * * Athena configuration. */ #ifndef _KERBEROS_OSCONF_H #define _KERBEROS_OSCONF_H #pragma ident "@(#)osconf.h 1.7 94/07/29 SMI" #include #ifdef tahoe #include #else /* !tahoe */ #ifdef vax #include #else /* !vax */ #if defined(mips) && defined(ultrix) #include #else /* !Ultrix MIPS-2 */ #ifdef ibm032 #include #else /* !ibm032 */ #ifdef apollo #include #else /* !apollo */ #ifdef sun #ifdef sparc #if defined(SunOS) && SunOS >= 50 #include #else #include #endif #else /* sun but not sparc */ #ifdef i386 #include #else /* sun but not sparc or i386 */ #ifdef __ppc #include #else /* sun but not (sparc, i386, or ppc) */ #include #endif /* ppc */ #endif /* i386 */ #endif /* sparc */ #else /* !sun */ #ifdef pyr #include #endif /* pyr */ #endif /* sun */ #endif /* apollo */ #endif /* ibm032 */ #endif /* mips */ #endif /* vax */ #endif /* tahoe */ #endif /* _KERBEROS_OSCONF_H */