+Tue Feb 28 01:54:56 1995 John Gilmore (gnu at toad.com)
+
+ * pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch: Avoid
+ <krb5/...> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
+ #error "You cannot define both KPOP and K5POP"
+ #endif
+ #ifdef K5POP
-+ #include <krb5/krb5.h>
-+ #include <krb5/ext-proto.h>
-+ #include <krb5/los-proto.h>
-+ #include <com_err.h>
++ #include "krb5.h"
++ /* #include <krb5/ext-proto.h> */
++ /* #include <krb5/los-proto.h> */
++ #include "com_err.h"
+ #include <ctype.h>
+
+ static krb5_error_code retval;
AUTH_DAT kdata;
#endif /* KRB4 */
#ifdef KRB5
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include <ctype.h>
krb5_principal ext_client;
krb5_context pop_context;
extern AUTH_DAT kdata;
#endif /* KRB4 */
#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"
extern krb5_principal ext_client;
extern krb5_context pop_context;
extern char *client_name;
extern AUTH_DAT kdata;
#endif /* KRB4 */
#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"
extern krb5_principal ext_client;
extern char *client_name;
#endif /* KRB5 */