From 702ceb420a343939c7a1728b874b935485c7d1f8 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 1 Sep 1998 19:39:26 +0000 Subject: [PATCH] Both Macintoshes and Windows use the ccapi as the default credentials cache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10903 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/ccdefops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/krb5/ccache/ccdefops.c b/src/lib/krb5/ccache/ccdefops.c index 180ce0e64..9c39f40f5 100644 --- a/src/lib/krb5/ccache/ccdefops.c +++ b/src/lib/krb5/ccache/ccdefops.c @@ -27,9 +27,9 @@ #include "k5-int.h" -#ifdef macintosh +#if defined(macintosh) || defined(_MSDOS) || defined(_WIN32) -/* Macs use the shared, memory based credentials cache */ +/* Macs and PCs use the shared, memory based credentials cache */ #include "stdcc.h" /* from ccapi subdir */ krb5_cc_ops *krb5_cc_dfl_ops = &krb5_cc_stdcc_ops; @@ -51,4 +51,4 @@ krb5_cc_ops *krb5_cc_dfl_ops = &krb5_scc_ops; #endif -#endif \ No newline at end of file +#endif -- 2.26.2