X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fkrb.h;h=63610a9fe6a629b765a9a4850ce6147a66ee133a;hb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;hp=05a2774a86f0e90f604de8aeb7b34aed896bfae3;hpb=7fc7988b8ee3c9f0e824d3ac777e7d9475bd15b9;p=openldap diff --git a/include/ac/krb.h b/include/ac/krb.h index 05a2774a86..63610a9fe6 100644 --- a/include/ac/krb.h +++ b/include/ac/krb.h @@ -1,4 +1,5 @@ /* Generic krb.h */ +/* $OpenLDAP$ */ /* * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -9,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 @@ -26,5 +29,5 @@ #include #endif -#endif /* HAVE_KERBEROS */ +#endif /* HAVE_KRB4 */ #endif /* _AC_KRB_H */