From 04b4363ec8c3a9359d2460b166d510fc11570153 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 26 Feb 2012 22:03:41 +0000 Subject: [PATCH] Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds, see corresponding commit to HEAD for details. --- Configure | 8 -------- 1 file changed, 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/); # -- 2.25.1