FIXME, this needs to find the Preferences folder and use that.
FIXME, shouldn't be conditioned on HAVE_MACSOCK_H.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5308
dc483132-0cff-0310-8789-
dd5450dbe970
if (name_buf == 0)
name_buf = malloc (160);
+#ifdef HAVE_MACSOCK_H
+ strcpy (name_buf, "STDIO:krb5cc");
+#else
#ifdef _WINDOWS
{
char defname[160]; /* Default value */
}
#else
sprintf(name_buf, "FILE:/tmp/krb5cc_%d", getuid());
+#endif
#endif
name = name_buf;
}