Commit ba4bdee7 authored by Richard Levitte's avatar Richard Levitte
Browse files

Restore -DTERMIO/-DTERMIOS on Windows platforms.



The previous defaulting to TERMIOS took away -DTERMIOS / -DTERMIO a
bit too enthusiastically.  Windows/DOSish platforms of all sorts get
identified as OPENSSL_SYS_MSDOS, and they get a different treatment
altogether UNLESS -DTERMIO or -DTERMIOS is explicitely given with the
configuration.  The answer is to restore those macro definitions for
the affected configuration targets.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 64e6bf64
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment