]> git.sur5r.net Git - openldap/blob - include/ac/krb.h
Unexpand spaces for tabs in prior commit before merging to rel_eng_1_1.
[openldap] / include / ac / krb.h
1 /* Generic krb.h */
2
3 #ifndef _AC_KRB_H
4 #define _AC_KRB_H
5
6 #if defined( HAVE_KERBEROS )
7
8 #if defined( HAVE_KERBEROSIV_KRB_H )
9 #include <kerberosIV/krb.h>
10 #elif defined( HAVE_KRB_H )
11 #include <krb.h>
12 #endif
13
14 #if defined( HAVE_KERBEROSIV_DES_H )
15 #include <kerberosIV/des.h>
16 #elif defined( HAVE_DES_H )
17 #include <des.h>
18 #endif
19
20 #endif /* HAVE_KERBEROS */
21 #endif /* _AC_KRB_H */