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 300373e5..750fcfab 100644 --- a/config.h.in +++ b/config.h.in @@ -67,6 +67,9 @@ /* Define if we have the stat function */ #cmakedefine HAVE_STAT +/* Define if we have the lrintf function */ +#cmakedefine HAVE_LRINTF + /* Define if we have the powf function */ #cmakedefine HAVE_POWF |