diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 645e4208..3cafe8d2 100644 --- a/config.h.in +++ b/config.h.in @@ -68,9 +68,18 @@ /* Define if we have the atanf function */ #cmakedefine HAVE_ATANF +/* Define if we have the atan2f function */ +#cmakedefine HAVE_ATAN2F + /* Define if we have the fabsf function */ #cmakedefine HAVE_FABSF +/* Define if we have the log10f function */ +#cmakedefine HAVE_LOG10F + +/* Define if we have the floorf function */ +#cmakedefine HAVE_FLOORF + /* Define if we have the strtof function */ #cmakedefine HAVE_STRTOF |