From cb8ddaab5f48be4a01b1a52036cc4c12de730825 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 5 Sep 2018 21:54:52 +0200 Subject: [PATCH] This is obsolete. --- include/ph7.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/ph7.h b/include/ph7.h index 96e5da3..384cc4c 100644 --- a/include/ph7.h +++ b/include/ph7.h @@ -124,11 +124,6 @@ typedef struct ph7 ph7; * size! (the -Os option if using GCC). * Telling your compiler to optimize for size usually has a much larger impact * on library footprint than employing any of these compile-time options. - * PH7_ENABLE_MATH_FUNC - * If this directive is enabled, built-in math functions such as sqrt(),abs(), - * log(), ceil(), etc. are included in the build. Note that you may need to link - * PH7 with the math library in same linux/BSD flavor (i.e: -lm).Otherwise you - * will get a link time error. * PH7_DISABLE_DISK_IO * If this directive is enabled, built-in Virtual File System functions such as * chdir(), mkdir(), chroot(), unlink(), delete(), etc. are omitted from the build.