X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fkrb.h;h=63610a9fe6a629b765a9a4850ce6147a66ee133a;hb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;hp=a5ffa7abd802dadc1eda1e9e3b57e84c92b8a21f;hpb=40fa9d36ce344cb67bb3e693eecc01f9d9832cf5;p=openldap diff --git a/include/ac/krb.h b/include/ac/krb.h index a5ffa7abd8..63610a9fe6 100644 --- a/include/ac/krb.h +++ b/include/ac/krb.h @@ -10,10 +10,12 @@ * in file LICENSE in the top-level directory of the distribution. */ +/* Kerberos IV */ + #ifndef _AC_KRB_H #define _AC_KRB_H -#if defined( HAVE_KERBEROS ) +#if defined( HAVE_KRB4 ) #if defined( HAVE_KERBEROSIV_KRB_H ) #include @@ -27,5 +29,5 @@ #include #endif -#endif /* HAVE_KERBEROS */ +#endif /* HAVE_KRB4 */ #endif /* _AC_KRB_H */