+Mon Jun 10 21:42:26 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * adm_conn.c:
+ * adm_kw_dec.c:
+ * adm_kw_enc.c: Change use of _WINDOWS to _MSDOS, and add check
+ for _WIN32
+
Tue May 21 20:51:06 1996 Sam Hartman <hartmans@mit.edu>
* Makefile.in (check-unix): Use KRB5_RUN_FLAGS
goto cleanup;
if (!ccname) {
-#ifdef _WINDOWS
+#if defined(_MSDOS) || defined(_WIN32)
strcpy (new_cache, "FILE:");
GetTempFileName (0, "tkt", 0, new_cache+5);
#else
#else
(void) sprintf(new_cache, kadm_cache_name_fmt, getpid());
#endif /* _MACINTOSH */
-#endif /* _WINDOWS */
+#endif /* _MSDOS || _WIN32 */
}
else
sprintf(new_cache, "FILE:%s", ccname);
return(kret);
}
\f
-#if ! defined(_WINDOWS) && ! defined(_MACINTOSH)
+#if !defined(_MSDOS) && !defined(_WIN32) && !defined(_MACINTOSH)
/*
* krb5_adm_proto_to_dbent() - Convert external attribute list into a
* database entry.
return(retval);
}
\f
-#if ! defined(_WINDOWS) && ! defined(_MACINTOSH)
+#if !defined(_MSDOS) && !defined(_WIN32) && !defined(_MACINTOSH)
/*
* krb5_adm_dbent_to_proto() - Convert database a database entry into
* an external attribute list.