X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fkrb.h;h=63610a9fe6a629b765a9a4850ce6147a66ee133a;hb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;hp=35bedbf69ed7cc0a74787f4b556b3e1ed534a6e3;hpb=657959b04da760b00959bb0b53eceb2b3c022f89;p=openldap diff --git a/include/ac/krb.h b/include/ac/krb.h index 35bedbf69e..63610a9fe6 100644 --- a/include/ac/krb.h +++ b/include/ac/krb.h @@ -1,5 +1,5 @@ /* Generic krb.h */ -/* $Id$ */ +/* $OpenLDAP$ */ /* * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -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 */