aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-14 17:08:14 -0800
committerChris Robinson <[email protected]>2018-11-14 17:08:14 -0800
commit3b1b029a7597d5b5f571f819f0bab4b8a33e5810 (patch)
tree0356ba71e230c5d16a7eb6d66ac1845cc7977aea /config.h.in
parentc4d3444a6dc2ff365dbbf568313719f15ebd7fac (diff)
Remove some now-unused function checks
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
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