diff options
author | Chris Robinson <[email protected]> | 2015-10-30 01:37:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-30 01:37:39 -0700 |
commit | 19c437de6d88b30e9c55b886caee260eb3514db1 (patch) | |
tree | ca33eb3254a88b4a551bbdcb80474252e47ebc88 /config.h.in | |
parent | 0713b8c3225bdc4e2181edf25d5ae03a54e32031 (diff) |
Add missing config.h entry for modff
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 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 |