//#include "k5-int.h"
#include "krb5.h"
+
+#if defined(macintosh)
#include "CCache.h"
+#endif
+
+#if defined(_MSDOS) || defined(_WIN32)
+#include "cacheapi.h"
+#endif
#define kStringLiteralLen 255
KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_flags flags ));
KRB5_DLLIMP krb5_error_code krb5_stdcc_remove
- KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_flags flags, krb5_creds *creds));
\ No newline at end of file
+ KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_flags flags, krb5_creds *creds));
//
// Frank Dabek, July 1998
+#if defined(macintosh)
#include "CCache.h"
+#endif
+
+#if defined(_MSDOS) || defined(_WIN32)
+#include "cacheapi.h"
+#endif
+
#include "krb5.h"
//protoypes for private functions declared in stdcc_util.c