diff options
author | Chris Robinson <[email protected]> | 2018-11-14 17:08:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-14 17:08:14 -0800 |
commit | 3b1b029a7597d5b5f571f819f0bab4b8a33e5810 (patch) | |
tree | 0356ba71e230c5d16a7eb6d66ac1845cc7977aea /config.h.in | |
parent | c4d3444a6dc2ff365dbbf568313719f15ebd7fac (diff) |
Remove some now-unused function checks
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 |