]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/des/read_pwd.c
MacOS updates. Initial support for GUSI (MacOS socket implementation)
[thirdparty/openssl.git] / crypto / des / read_pwd.c
index ffa72be7348b172346fe35100a093f20150ac85e..fa2d67da643f11de4a55dbd2d94306d89b3025a6 100644 (file)
 #undef  SGTTY
 #endif
 
-#if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X)
+#if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
 #undef  TERMIOS
 #undef  TERMIO
 #define SGTTY
@@ -178,7 +178,7 @@ struct IOSB {
        };
 #endif
 
-#ifdef MAC_OS_pre_X
+#if defined(MAC_OS_pre_X) || defined(MAC_OS_GUSI_SOURCE)
 /*
  * This one needs work. As a matter of fact the code is unoperational
  * and this is only a trick to get it compiled.