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:42:08 +0000 (09:42 +0100)
commite961fa4479cf90a58bc3d3f0db9f1d0385da866f
treeca8eb8fb17b11cacc0c39ce2a0438f8834006ee6
parentaafdbbc4691f8eb54dcbd3d575f9c0bf64e0ce67
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