krb5_kt_default_name with the name of windows directory.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7527
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Feb 24 18:59:39 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * osconf.h (DEFAULT_KEYTAB_NAME): Under windows, let it be
+ %s\v5srvtab. It will be filled in by the
+ krb5_kt_default_name with the name of windows directory.
+
Thu Oct 5 21:45:13 1995 Theodore Y. Ts'o <tytso@dcl>
* osconf.h (DEFAULT_KDC_PROFILE): Change the name of the kdc
#endif
#endif
-#ifdef _WINDOWS
+#if defined(_WINDOWS) || defined(WIN32)
#define DEFAULT_PROFILE_FILENAME "krb5.ini"
#define DEFAULT_LNAME_FILENAME "/aname"
-#define DEFAULT_KEYTAB_NAME "FILE:/v5srvtab"
+#define DEFAULT_KEYTAB_NAME "FILE:%s\\v5srvtab"
#else /* !_WINDOWS */
#define DEFAULT_PROFILE_PATH "/etc/krb5.conf:@PREFIX/lib/krb5.conf"
#define DEFAULT_KEYTAB_NAME "FILE:/etc/v5srvtab"