mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove configure checks for asinh, acosh, atanh, log1p, hypot
This commit is contained in:
parent
039d678fdf
commit
4845c3f11d
2 changed files with 0 additions and 19 deletions
|
@ -2300,19 +2300,6 @@ function generate_config_h()
|
|||
outfile.WriteLine("#define " + keys[i] + " " + pieces);
|
||||
}
|
||||
|
||||
if (VS_TOOLSET) {
|
||||
if (VCVERS >= 1800) {
|
||||
outfile.WriteLine("");
|
||||
outfile.WriteLine("#define HAVE_ACOSH 1");
|
||||
outfile.WriteLine("#define HAVE_ASINH 1");
|
||||
outfile.WriteLine("#define HAVE_ATANH 1");
|
||||
}
|
||||
if (VCVERS >= 1900) {
|
||||
outfile.WriteLine("#define HAVE_LOG1P 1");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
outfile.Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue