aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-07 22:12:33 -0800
committerChris Robinson <[email protected]>2010-03-07 22:12:33 -0800
commit1f10195c47f9747dcd262879c84e614ae3d33cab (patch)
tree994bc40bb7d499d36b475ed680cc4891bde37188 /config.h.in
parentdc40702b53dbc1599fd7bea7c83104fddd336f10 (diff)
Use powf when available
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 168b403a..1d7c8cce 100644
--- a/config.h.in
+++ b/config.h.in
@@ -31,6 +31,9 @@
/* Define if we have the stat function */
#cmakedefine HAVE_STAT
+/* Define if we have the powf function */
+#cmakedefine HAVE_POWF
+
/* Define if we have the sqrtf function */
#cmakedefine HAVE_SQRTF