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