+Mon Feb 26 17:04:26 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * promptusr.c: Don't compile promptusr for Windows or Macintosh.
+
Sat Feb 24 18:57:56 1996 Theodore Y. Ts'o <tytso@dcl>
* ktdefname.c (krb5_kt_default_name): Under Windows, assume that
*/
#include "k5-int.h"
+#if !defined(_MSDOS) && !defined(_MACINTOSH)
#include <stdio.h>
#include <stdlib.h>
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
#include <termios.h>
#include <signal.h>
#include <setjmp.h>
#endif
-
-
-
+#endif /* !_MSODS || _!MACINTOSH */