diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |