+2003-03-06 Alexandra Ellwood <lxs@mit.edu>
+
+ * stdcc.h, stdcc_util.h: Removed Mac header goober.
+
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* winccld.c (krb5_fcc_ops): Updated decl.
#include "krb5.h"
#include "k5-int.h"
-#if TARGET_OS_MAC
-#include <Kerberos/CredentialsCache2.h>
+#ifdef USE_CCAPI
+#include <CredentialsCache2.h>
#endif
#if defined(_WIN32)
* Frank Dabek, July 1998
*/
-#if TARGET_OS_MAC
-#include <Kerberos/CredentialsCache2.h>
+#if USE_CCAPI
+#include <CredentialsCache2.h>
#endif
#if defined(_WIN32)