diff options
author | Chris Robinson <[email protected]> | 2012-10-25 14:16:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-25 14:16:35 -0700 |
commit | c802bfccef732cac9e9cd31185e759eeb1f521f6 (patch) | |
tree | ae947bdb539f44ca97e9662466b8f5459c2e82a9 /config.h.in | |
parent | fae4959db3228abceb110b842ceac30dce1e8de8 (diff) |
Remove the float math wrapper functions
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/config.h.in b/config.h.in index 30b3e5e5..21fd7c4c 100644 --- a/config.h.in +++ b/config.h.in @@ -71,39 +71,6 @@ /* Define if we have the lrintf function */ #cmakedefine HAVE_LRINTF -/* Define if we have the powf function */ -#cmakedefine HAVE_POWF - -/* Define if we have the sqrtf function */ -#cmakedefine HAVE_SQRTF - -/* Define if we have the cosf function */ -#cmakedefine HAVE_COSF - -/* Define if we have the sinf function */ -#cmakedefine HAVE_SINF - -/* Define if we have the acosf function */ -#cmakedefine HAVE_ACOSF - -/* Define if we have the asinf function */ -#cmakedefine HAVE_ASINF - -/* 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 |