Add support for DJGPP.

PR: 75
This commit is contained in:
Richard Levitte
2002-06-13 20:42:35 +00:00
parent 127dca46a0
commit 451dc18f10
19 changed files with 128 additions and 26 deletions

View 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