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 b6c945a5..645e4208 100644 --- a/config.h.in +++ b/config.h.in @@ -62,6 +62,9 @@ /* Define if we have the acosf function */ #cmakedefine HAVE_ACOSF +/* Define if we have the asinf function */ +#cmakedefine HAVE_ASINF + /* Define if we have the atanf function */ #cmakedefine HAVE_ATANF |