Define WINDOWS for Mingw32 and Cygwin.
authorBodo Möller <bodo@openssl.org>
Thu, 20 Jan 2000 23:15:15 +0000 (23:15 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 20 Jan 2000 23:15:15 +0000 (23:15 +0000)
Configure

index c96d0b236bdca4d87c91e94c2a1830f7360d0b1b..2c17bf39ca1d6dfdbf687f00f2bcc26d36c2fe67 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -298,8 +298,8 @@ my %table=(
 # CygWin32
 # (Note: the real CFLAGS for Windows builds are defined by util/mk1mf.pl
 # and its library files in util/pl/*)
-"CygWin32", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
-"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
+"CygWin32", "gcc:-DTERMIOS -DL_ENDIAN -DWINDOWS -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
+"Mingw32", "gcc:-DL_ENDIAN -DWINDOWS -fomit-frame-pointer -O3 -m486 -Wall::::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
 
 # Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
 "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown)::::::",