1/*
2 * Copyright 1998-2003 Massachusetts Institute of Technology.
3 * All Rights Reserved.
4 *
5 * Export of this software from the United States of America may
6 * require a specific license from the United States Government.
7 * It is the responsibility of any person or organization contemplating
8 * export to obtain such a license before exporting.
9 *
10 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
11 * distribute this software and its documentation for any purpose and
12 * without fee is hereby granted, provided that the above copyright
13 * notice appear in all copies and that both that copyright notice and
14 * this permission notice appear in supporting documentation, and that
15 * the name of M.I.T. not be used in advertising or publicity pertaining
16 * to distribution of the software without specific, written prior
17 * permission.  Furthermore if you modify this software you must label
18 * your software as modified software and not distribute it in such a
19 * fashion that it might be confused with the original M.I.T. software.
20 * M.I.T. makes no representations about the suitability of
21 * this software for any purpose.  It is provided "as is" without express
22 * or implied warranty.
23 */
24
25/*
26 * Kerberos Framework Header File
27 *
28 * $Header$
29 */
30
31#ifndef __KERBEROS__
32#define __KERBEROS__
33
34#include <Kerberos/CredentialsCache.h>
35#include <Kerberos/com_err.h>
36#include <Kerberos/profile.h>
37#include <Kerberos/krb5.h>
38#include <Kerberos/gssapi.h>
39#include <Kerberos/gssapi_generic.h>
40#include <Kerberos/gssapi_krb5.h>
41#include <Kerberos/KerberosLogin.h>
42
43#endif /* __KERBEROS__ */
44