diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index d7f27f9..aa30b7b 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -545,6 +545,10 @@ casts. */ #undef ULLONG_TO_FP_CAST_WORKS +/* Define if your system can convert unsigned long long to long double with + correct precision. */ +#undef ULLONG_TO_LDOUBLE_PRECISION_WORKS + /* Define if the HDF5 v1.6 compatibility functions are to be compiled in */ #undef WANT_H5_V1_6_COMPAT |