+Tue Feb 28 01:52:34 1995 John Gilmore (gnu at toad.com)
+
+ * poplib.c: Avoid <krb5/...> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
- * poplib.c (pop_init): Call krb5_sendauth() with new calling convention.
+ * poplib.c (pop_init): Call krb5_sendauth() with new calling convention
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
#include <krb.h>
#endif
#ifdef KRB5
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include <ctype.h>
#endif
#endif
+Tue Feb 28 01:53:27 1995 John Gilmore (gnu at toad.com)
+
+ * movemail.c: Avoid <krb5/...> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* movemail.c Call krb5_sendauth() with new calling convention.
#ifdef KRB5
/* these need to be here to declare the functions which are used by
non-kerberos specific code */
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
#endif
#endif
#ifdef USG
#include <des.h>
#endif /* KRB4 */
#ifdef KRB5
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include <ctype.h>
#endif /* KRB5 */
#endif /* KERBEROS */
+Tue Feb 28 01:50:22 1995 John Gilmore (gnu at toad.com)
+
+ * sys_term.c: Avoid <krb5/...> includes.
+
Wed Jan 11 15:23:07 1995 Mark Eichin <eichin@cygnus.com>
* configure.in (K4LIB): fix quoting so $(KRB4) actually survives
#endif
#if defined(KRB5)
-#include <krb5/osconf.h>
+#include "k5-int.h"
#endif
#if defined(CRAY) || defined(__hpux)