]> git.sur5r.net Git - openldap/blobdiff - include/ac/krb.h
Initial implementation of Kerberos password verification for
[openldap] / include / ac / krb.h
index 05a2774a86f0e90f604de8aeb7b34aed896bfae3..63610a9fe6a629b765a9a4850ce6147a66ee133a 100644 (file)
@@ -1,4 +1,5 @@
 /* Generic krb.h */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  * 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 <kerberosIV/krb.h>
@@ -26,5 +29,5 @@
 #include <des.h>
 #endif
 
-#endif /* HAVE_KERBEROS */
+#endif /* HAVE_KRB4 */
 #endif /* _AC_KRB_H */