diff options
-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 e654fc27..99f6b73a 100644 --- a/config.h.in +++ b/config.h.in @@ -80,6 +80,9 @@ /* 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 strtof function */ #cmakedefine HAVE_STRTOF |