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