]> git.sur5r.net Git - openldap/blob - include/ac/krb.h
Notice updates
[openldap] / include / ac / krb.h
1 /* Generic krb.h */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2003 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.
10  *
11  * A copy of this license is available in file LICENSE in the
12  * top-level directory of the distribution or, alternatively, at
13  * <http://www.OpenLDAP.org/license.html>.
14  */
15
16 /* Kerberos IV */
17
18 #ifndef _AC_KRB_H
19 #define _AC_KRB_H
20
21 #if defined( HAVE_KRB4 )
22
23 #if defined( HAVE_KERBEROSIV_KRB_H )
24 #include <kerberosIV/krb.h>
25 #elif defined( HAVE_KRB_H )
26 #include <krb.h>
27 #endif
28
29 #if defined( HAVE_KERBEROSIV_DES_H )
30 #include <kerberosIV/des.h>
31 #elif defined( HAVE_DES_H )
32 #include <des.h>
33 #endif
34
35 #endif /* HAVE_KRB4 */
36 #endif /* _AC_KRB_H */