]> git.sur5r.net Git - openldap/blob - include/ac/krb.h
2227977182f0cf86b3cff986d6e27df754ddce8a
[openldap] / include / ac / krb.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 IV */
14
15 #ifndef _AC_KRB_H
16 #define _AC_KRB_H
17
18 #if defined( HAVE_KRB4 )
19
20 #if defined( HAVE_KERBEROSIV_KRB_H )
21 #include <kerberosIV/krb.h>
22 #elif defined( HAVE_KRB_H )
23 #include <krb.h>
24 #endif
25
26 #if defined( HAVE_KERBEROSIV_DES_H )
27 #include <kerberosIV/des.h>
28 #elif defined( HAVE_DES_H )
29 #include <des.h>
30 #endif
31
32 #endif /* HAVE_KRB4 */
33 #endif /* _AC_KRB_H */