Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds,
authorAndy Polyakov <appro@openssl.org>
Sun, 26 Feb 2012 22:03:41 +0000 (22:03 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 26 Feb 2012 22:03:41 +0000 (22:03 +0000)
see corresponding commit to HEAD for details.

Configure

index e658eb7cd97c2cc27e138105e8b4ff92ca752a07..adbfa8f3392d611cba17906f988ef7a145b7dca7 100755 (executable)
--- 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/);
 
 #