Remove DJGPP (and therefore WATT32) #ifdef's.
[openssl.git] / crypto / ui / ui_openssl.c
index a38c7581e6a0ca10376d05fc9994f4c74a41128a..1b09b916bbd6eadfe8d1cbeeda1acb3bc587781a 100644 (file)
@@ -296,7 +296,7 @@ static long tty_orig[3], tty_new[3]; /* XXX   Is there any guarantee that this w
 static long status;
 static unsigned short channel = 0;
 #else
-#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
+#if !defined(OPENSSL_SYS_MSDOS)
 static TTY_STRUCT tty_orig,tty_new;
 #endif
 #endif