diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in index 5b4bdfde..7895dc88 100644 --- a/config.h.in +++ b/config.h.in @@ -92,21 +92,12 @@ /* Define if we have the lrintf function */ #cmakedefine HAVE_LRINTF -/* Define if we have the modff function */ -#cmakedefine HAVE_MODFF - -/* Define if we have the log2f function */ -#cmakedefine HAVE_LOG2F - /* Define if we have the cbrtf function */ #cmakedefine HAVE_CBRTF /* Define if we have the copysignf function */ #cmakedefine HAVE_COPYSIGNF -/* Define if we have the strtof function */ -#cmakedefine HAVE_STRTOF - /* Define if we have the strnlen function */ #cmakedefine HAVE_STRNLEN |