/*  * Kerberos Framework Header File * * $Header: /cvs/src/sasl/mac/CommonKClient/mac_kclient3/Headers/Kerberos/Kerberos.h,v 1.2 2001/12/04 02:05:45 rjs3 Exp $ */#ifndef __KERBEROS__#define __KERBEROS__#ifndef __KERBEROSSUPPORT__#include <KerberosSupport/KerberosSupport.h>#endif /* __KERBEROSSUPPORT__ */#ifndef __KERBEROSPREFERENCES__#include <KerberosPreferences/KerberosPreferences.h>#endif /* __KERBEROSPREFERENCES__ */#ifndef __KERBEROSDES__#include <KerberosDES/KerberosDES.h>#endif /* __KERBEROSDES__ */#ifndef __CREDENTIALSCACHE__#include <CredentialsCache/CredentialsCache.h>#endif /* __CREDENTIALSCACHE__ */#ifndef __KERBEROSLOGIN__#include <KerberosLogin/KerberosLogin.h>#endif /* __KERBEROSLOGIN__ */#ifndef __KERBEROSCOMERR__#include <KerberosComErr/KerberosComErr.h>#endif /* __KERBEROSCOMERR__ */#ifndef __KERBEROSPROFILE__#include <KerberosProfile/KerberosProfile.h>#endif /* __KERBEROSPROFILE__ */#ifndef __KERBEROS5__#include <Kerberos5/Kerberos5.h>#endif /* __KERBEROS5__ */#ifndef __GSS__#include <GSS/GSS.h>#endif /* __GSS__ */#ifndef __KERBEROS4__#include <Kerberos4/Kerberos4.h>#endif /* __KERBEROS4__ *//* This is private for Macdev#ifndef __KERBEROSWRAPPERS__#include <KerberosWrappers/KerberosWrappers.h>#endif /* __KERBEROSWRAPPERS__ */#ifndef __KCLIENT__#include <KClient/KClient.h>#endif /* __KCLIENT__ */#ifndef __KCLIENTCOMPAT__#include <KClientCompat/KClientCompat.h>#endif /* __KCLIENTCOMPAT__ */#ifndef __KCLIENTDEPRECATED__#include <KClientDeprecated/KClientDeprecated.h>#endif /* __KCLIENTDEPRECATED__ */#endif /* __KERBEROS__ */