summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-02-26 22:02:59 +0000
committerAndy Polyakov <appro@openssl.org>2012-02-26 22:02:59 +0000
commitf7ef20c5eee1adf86c772c5b27eece57ba3d0195 (patch)
tree3c687635e2d2ab112894e85148546b551ace6407 /Configure
parentd0e68a98c5254ab555a818710a346b926a4ce74e (diff)
Configure: I remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds for
following reasons: - it's not the way to engage XPG4v2 mode, defining _XOPEN_SOURCE to value less than 500 is (see standards(5)); - we need to work out strategy to handle _XOPEN_SOURCE, current state when we define e.g. _XOPEN_SOURCE to 500 in some files is inappropriate; - sctp implementation on Solaris is incomplete, in sense that bss_dgram.c doesn't compile, because not all structures are defined, so that enabling sctp doesn't work anyway;
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/Configure b/Configure
index a89302c457..f6ca42c82a 100755
--- a/Configure
+++ b/Configure
@@ -1449,14 +1449,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/);
#