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 07:27:36 +0000 (08:27 +0100)
commitba4bdee7184a5cea5bef8739eb360e5c2bc3b52c
treeca20f6a6627b6ac4f14fb1e66b8cc57c32d0d752
parent64e6bf64b36136d487e2fbf907f09612e69ae911
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>
Configure