]> git.sur5r.net Git - openldap/blobdiff - include/ac/krb.h
Import headers with updated notices
[openldap] / include / ac / krb.h
index a5ffa7abd802dadc1eda1e9e3b57e84c92b8a21f..d30f14b9a10ba865b4240adb8279889e65045180 100644 (file)
@@ -1,19 +1,22 @@
 /* Generic krb.h */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2001 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.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, 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 <kerberosIV/krb.h>
@@ -27,5 +30,5 @@
 #include <des.h>
 #endif
 
-#endif /* HAVE_KERBEROS */
+#endif /* HAVE_KRB4 */
 #endif /* _AC_KRB_H */