Don't compile promptusr for Windows or Macintosh
authorTheodore Tso <tytso@mit.edu>
Mon, 26 Feb 1996 22:07:51 +0000 (22:07 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 26 Feb 1996 22:07:51 +0000 (22:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7550 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/promptusr.c

index ce3b729afb23c53ebaa5bd759d95a3ae16306ad9..76441b6251f489fd870fa42e203ef89240faedc8 100644 (file)
@@ -1,3 +1,7 @@
+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
index a15cd87108f61ba1cc06cf7bb2caeed9882667f3..90ceaccec8c9739f90cf05d86838a80169cf1d8d 100644 (file)
@@ -3,10 +3,13 @@
  */
 
 #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>
@@ -159,6 +162,4 @@ main(int argc, char **argv)
 
 #endif
        
-       
-    
-       
+#endif /* !_MSODS || _!MACINTOSH */