X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fkrb.h;h=63610a9fe6a629b765a9a4850ce6147a66ee133a;hb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;hp=d3713503541d406c1812713563197966c9af82a1;hpb=2a869f5a99f537b246ba8640502e2a86117cb6e8;p=openldap diff --git a/include/ac/krb.h b/include/ac/krb.h index d371350354..63610a9fe6 100644 --- a/include/ac/krb.h +++ b/include/ac/krb.h @@ -1,9 +1,21 @@ /* Generic krb.h */ +/* $OpenLDAP$ */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted only + * as authorized by the OpenLDAP Public License. A copy of this + * license is available at http://www.OpenLDAP.org/license.html or + * 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 @@ -17,5 +29,5 @@ #include #endif -#endif /* HAVE_KERBEROS */ +#endif /* HAVE_KRB4 */ #endif /* _AC_KRB_H */