summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-02-26 22:03:41 +0000
committerAndy Polyakov <appro@openssl.org>2012-02-26 22:03:41 +0000
commit04b4363ec8c3a9359d2460b166d510fc11570153 (patch)
treec79c850e17be413ec4cdba334c731a8ca2242aff /Configure
parent37ebc2009324609fdd71febb20e73abca0ff38f6 (diff)
Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds,
see corresponding commit to HEAD for details.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/Configure b/Configure
index e658eb7cd9..adbfa8f339 100755
--- a/Configure
+++ b/Configure
@@ -1391,14 +1391,6 @@ if (!$IsMK1MF)
}
}
-if (!defined($disabled{"sctp"}))
- {
- if ($target =~ /^solaris/)
- {
- $cflags = "$cflags -D_XPG4_2 -D__EXTENSIONS__";
- }
- }
-
$cpuid_obj.=" uplink.o uplink-x86.o" if ($cflags =~ /\-DOPENSSL_USE_APPLINK/);
#