aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-06-29 10:11:31 -0700
committerChris Robinson <[email protected]>2017-06-29 10:11:31 -0700
commita69d608a1ec38e6afd903224e86c0bf29b8d0623 (patch)
tree449efe96be44689d54c0b1fb228bb181cbbac9c5 /config.h.in
parentaefa11b6adf3bdd0e82d2c2f125d2bd62288e246 (diff)
Define a backup log2f if the compiler doesn't have it
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index a71b54fb..56a78448 100644
--- a/config.h.in
+++ b/config.h.in
@@ -80,6 +80,9 @@
/* 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 strtof function */
#cmakedefine HAVE_STRTOF