diff options
author | Chris Robinson <[email protected]> | 2011-09-24 12:17:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-24 12:17:39 -0700 |
commit | cf56b0733b86019631c4b877ece6bcceb3b2b50a (patch) | |
tree | be8ecd14048eeafed8a1c0d493f840ba4329a0ae /config.h.in | |
parent | 2b0a63003fca82f1bc5d1e36cf44d0018dc1b257 (diff) |
Look for and use atan2f, log10f, and floorf
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 |