aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-20 23:59:24 +0000
committerUlf Möller <ulf@openssl.org>2000-01-20 23:59:24 +0000
commitb838465135831bb1a23c10a59c89c21948da48df (patch)
tree897fb53f29eea4d57bcaa1268abe25c4523219b4 /Configure
parent6481f3d29ddda737c78761efe26da901ed57b7fb (diff)
downloadopenssl-b838465135831bb1a23c10a59c89c21948da48df.tar.gz
WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 2c17bf39ca..c96d0b236b 100755
--- 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 -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:",
+"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:",
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
"ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown)::::::",