summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 346be97967..b3fd245e75 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -72,23 +72,15 @@ PHP_FUNCTION(rad2deg);
*/
PHP_FUNCTION(hypot);
PHP_FUNCTION(expm1);
-#ifdef HAVE_LOG1P
PHP_FUNCTION(log1p);
-#endif
PHP_FUNCTION(sinh);
PHP_FUNCTION(cosh);
PHP_FUNCTION(tanh);
-#ifdef HAVE_ASINH
PHP_FUNCTION(asinh);
-#endif
-#ifdef HAVE_ACOSH
PHP_FUNCTION(acosh);
-#endif
-#ifdef HAVE_ATANH
PHP_FUNCTION(atanh);
-#endif
#include <math.h>