Imported Upstream version 2.13

This commit is contained in:
Mario Fetka
2017-10-31 15:15:02 +01:00
commit eef453dcd9
14 changed files with 2711 additions and 0 deletions

6
hints/irix_6.pl Normal file
View File

@@ -0,0 +1,6 @@
# The Mongoose v7.1 compiler freezes up somewhere in the optimization of
# MD5Transform() in MD5.c with optimization -O3. This is a workaround:
if ($Config{cc} =~ /64|n32/ && `$Config{cc} -version 2>&1` =~ /\s7\.1/) {
$self->{OPTIMIZE} = "-O1";
}