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 8ef9057a..2abeedfd 100644 --- a/config.h.in +++ b/config.h.in @@ -89,6 +89,9 @@ /* 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 strtof function */ #cmakedefine HAVE_STRTOF |