]> git.sur5r.net Git - openldap/blob - include/ac/krb5.h
Update copyright notices
[openldap] / include / ac / krb5.h
1 /* Generic krb.h */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted only as authorized by the OpenLDAP
9  * Public License.  A copy of this license is available at
10  * http://www.OpenLDAP.org/license.html or in file LICENSE in the
11  * top-level directory of the distribution.
12  */
13
14 /* Kerberos V */
15
16 #ifndef _AC_KRB5_H
17 #define _AC_KRB5_H
18
19 #if defined( HAVE_KRB5 )
20 #include <krb5.h>
21 #endif /* HAVE_KRB5 */
22
23 #endif /* _AC_KRB5_H */