Add support for DJGPP.
[openssl.git] / crypto / ui / ui_openssl.c
index 4e121654101f14973a03a38786b8012f74153696..2c2fbc044395ba712976aec977b99fba97790e0e 100644 (file)
@@ -269,7 +269,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
-#ifndef OPENSSL_SYS_MSDOS
+#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
 static TTY_STRUCT tty_orig,tty_new;
 #endif
 #endif