+Tue Feb 28 01:03:34 1995 John Gilmore (gnu at toad.com)
+
+ * *.c: Avoid <krb5/...> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
#ifndef KRB5_RC_H
#define KRB5_RC_H
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
/* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */
#include "rc_base.h"
#include "rc_dfl.h"
#include "rc_io.h"
-#include <krb5/los-proto.h>
/*
If NOIOSTUFF is defined at compile time, dfl rcaches will be per-process.
#include "rc_base.h"
#include "rc_dfl.h"
#include "rc_io.h"
-#include <krb5/sysincl.h>
-#include <krb5/osconf.h>
#ifdef KRB5_USE_INET
#include <netinet/in.h>
#ifndef KRB5_RC_IO_H
#define KRB5_RC_IO_H
-#include <krb5/osconf.h>
typedef struct krb5_rc_iostuff
{
* replay cache default operations vector.
*/
-
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "rc_dfl.h"
krb5_rc_ops krb5_rc_dfl_ops =