1 /*
2  * lib/krb5/rcache/rc_base.h
3  *
4  * This file of the Kerberos V5 software is derived from public-domain code
5  * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
6  *
7  */
8 
9 #ifndef KRB5_RC_H
10 #define KRB5_RC_H
11 #include "k5-int.h"
12 
13 /* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */
14 
15 #endif
16