Restore -DTERMIO/-DTERMIOS on Windows platforms.
authorRichard Levitte <levitte@openssl.org>
Sun, 22 Feb 2015 07:27:36 +0000 (08:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 22 Feb 2015 08:38:20 +0000 (09:38 +0100)
commit7f3563b576c0cf6fe6621f1d2dd92ec67d7e58e2
treea61d0d6750fa07378c976abffa9e88e885bb939a
parent458a55af16b6b15c0b647a69b7d54a2c30f751b3
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: Tim Hudson <tjh@openssl.org>
(cherry picked from commit ba4bdee7184a5cea5bef8739eb360e5c2bc3b52c)

Conflicts:
Configure
Configure